1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

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
+1
View File
@@ -8,6 +8,7 @@
"program": "${command:cmake.launchTargetPath}",
"args": [],
"cwd": "${workspaceFolder}",
"terminal": "console"
}
]
}