Add external console to Windows VSCode config
This commit is contained in:
parent
10064f31c2
commit
2de172775d
3 changed files with 3 additions and 7 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -10,7 +10,7 @@
|
|||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
"externalConsole": false,
|
||||
"externalConsole": true,
|
||||
"preLaunchTask": "build engine",
|
||||
"miDebuggerPath": "C:/mingw-w64/bin/gdb.exe",
|
||||
"setupCommands": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue