Auto-switch to debug console when debugging in VS Code

This commit is contained in:
kayomn 2022-11-03 15:51:42 +00:00
parent 14b3921001
commit 9251b11427
1 changed files with 2 additions and 0 deletions

2
.vscode/launch.json vendored
View File

@ -9,6 +9,7 @@
"cwd": "${workspaceRoot}",
"valuesFormatting": "parseText",
"preLaunchTask": "Build Debug",
"internalConsoleOptions": "openOnSessionStart",
},
{
@ -20,6 +21,7 @@
"cwd": "${workspaceRoot}",
"valuesFormatting": "parseText",
"preLaunchTask": "Build Debug",
"internalConsoleOptions": "openOnSessionStart",
},
]
}