0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00

Don't redirect output to debug console in VS Code.

This commit is contained in:
Bartosz Taudul
2024-09-12 23:16:03 +02:00
parent 55da9d1084
commit 26bf9b60cd

3
.vscode/launch.json vendored
View File

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