diff --git a/.vscode/launch.json b/.vscode/launch.json index 6f0ed89e8b..25c3c7a2bf 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -31,7 +31,7 @@ "type": "cppdbg", "request": "attach", "program": "${workspaceRoot}/bin/openrct2", - "processId": "${command.pickProcess}", + "processId": "${command:pickProcess}", "setupCommands": [ { "text": "-enable-pretty-printing"