1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Fix vscode debugger attach configuration

This commit is contained in:
Ted John
2017-07-01 12:24:04 +01:00
parent 027be6010d
commit 72eb22df2e

2
.vscode/launch.json vendored
View File

@@ -31,7 +31,7 @@
"type": "cppdbg",
"request": "attach",
"program": "${workspaceRoot}/bin/openrct2",
"processId": "${command.pickProcess}",
"processId": "${command:pickProcess}",
"setupCommands": [
{
"text": "-enable-pretty-printing"