diff --git a/platformio/ide/tpls/vscode/.vscode/launch.json.tpl b/platformio/ide/tpls/vscode/.vscode/launch.json.tpl index 787e5a58..a69d5017 100644 --- a/platformio/ide/tpls/vscode/.vscode/launch.json.tpl +++ b/platformio/ide/tpls/vscode/.vscode/launch.json.tpl @@ -23,7 +23,10 @@ % if svd_path: "svdPath": "{{ _escape_path(svd_path) }}", % end - "preLaunchTask": "PlatformIO: Pre-Debug", + "preLaunchTask": { + "type": "PlatformIO", + "task": "Pre-Debug" + }, "internalConsoleOptions": "openOnSessionStart" }, {