Don't keep opening terminal on launch.

This commit is contained in:
Bartosz Taudul 2024-03-23 20:45:07 +01:00
parent 2bfa540656
commit 0e458447ff
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

1
.vscode/launch.json vendored
View File

@ -8,6 +8,7 @@
"program": "${command:cmake.launchTargetPath}", "program": "${command:cmake.launchTargetPath}",
"args": [], "args": [],
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"terminal": "console"
} }
] ]
} }