Auto-switch to debug console when debugging in VS Code
This commit is contained in:
parent
14b3921001
commit
9251b11427
|
@ -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",
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue