From 72eb22df2e7d30156913a981e22746ed24e944bb Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 1 Jul 2017 12:24:04 +0100 Subject: [PATCH] Fix vscode debugger attach configuration --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"