Add external console to Windows VSCode config

This commit is contained in:
Patrick Schwarzer 2025-04-22 16:08:22 +02:00
parent 10064f31c2
commit 2de172775d
3 changed files with 3 additions and 7 deletions

2
.vscode/launch.json vendored
View file

@ -10,7 +10,7 @@
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"externalConsole": true,
"preLaunchTask": "build engine",
"miDebuggerPath": "C:/mingw-w64/bin/gdb.exe",
"setupCommands": [