1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Fix vscode not starting with debug console

This commit is contained in:
Elias Steurer 2023-07-01 10:44:37 +02:00
parent ed54cf44f1
commit beaf7e96e7

1
.vscode/launch.json vendored
View File

@ -14,6 +14,7 @@
"cwd": "${command:cmake.buildDirectory}/bin",
"preLaunchTask": "CMake: build",
"internalConsoleOptions": "openOnSessionStart",
"console": "none",
"environment": [
{
"name": "Path",