diff --git a/docs b/docs index 249e8705..8a149aa1 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 249e8705033fced1d028c30d6b312998dbae9c1a +Subproject commit 8a149aa19d749bde33ace0c4d6de2dc704cc55d8 diff --git a/platformio/ide/tpls/vscode/.vscode/launch.json.tpl b/platformio/ide/tpls/vscode/.vscode/launch.json.tpl index 5c485773..21e2bb41 100644 --- a/platformio/ide/tpls/vscode/.vscode/launch.json.tpl +++ b/platformio/ide/tpls/vscode/.vscode/launch.json.tpl @@ -22,23 +22,23 @@ "toolchainBinDir": "{{ _escape_path(dirname(gdb_path)) }}", % if svd_path: "svdPath": "{{ _escape_path(svd_path) }}", -% end - "internalConsoleOptions": "openOnSessionStart" - }, - { - "type": "platformio-debug", - "request": "launch", - "name": "PIO Debug (with Pre-Debug)", - "executable": "{{ _escape_path(prog_path) }}", - "toolchainBinDir": "{{ _escape_path(dirname(gdb_path)) }}", -% if svd_path: - "svdPath": "{{ _escape_path(svd_path) }}", % end "preLaunchTask": { "type": "PlatformIO", "task": "Pre-Debug" }, "internalConsoleOptions": "openOnSessionStart" + }, + { + "type": "platformio-debug", + "request": "launch", + "name": "PIO Debug (skip Pre-Debug)", + "executable": "{{ _escape_path(prog_path) }}", + "toolchainBinDir": "{{ _escape_path(dirname(gdb_path)) }}", +% if svd_path: + "svdPath": "{{ _escape_path(svd_path) }}", +% end + "internalConsoleOptions": "openOnSessionStart" } ] } \ No newline at end of file