mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Don't redirect output to debug console in VS Code.
This commit is contained in:
parent
55da9d1084
commit
26bf9b60cd
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -7,8 +7,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${command:cmake.launchTargetPath}",
|
"program": "${command:cmake.launchTargetPath}",
|
||||||
"args": [],
|
"args": [],
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}"
|
||||||
"terminal": "console"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user