diff --git a/docs b/docs index 0b8ac5fb..a23b54ff 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 0b8ac5fbf71416aaa9420f0cf10027efb0d3fe9e +Subproject commit a23b54ff4e52bec425969c3a338c5c8de8b1193d diff --git a/examples b/examples index 41f3396c..ebff9ae7 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 41f3396c5883d54e6cc5603d380400ca46df8876 +Subproject commit ebff9ae73fa582c5edb7b47f628891b637b29d94 diff --git a/platformio/ide/tpls/vscode/.vscode/launch.json.tpl b/platformio/ide/tpls/vscode/.vscode/launch.json.tpl index 541e2485..8dbc503b 100644 --- a/platformio/ide/tpls/vscode/.vscode/launch.json.tpl +++ b/platformio/ide/tpls/vscode/.vscode/launch.json.tpl @@ -17,7 +17,7 @@ { "type": "platformio-debug", "request": "launch", - "name": "PlatformIO Debugger", + "name": "PIO Debug", "executable": "{{ _escape_path(prog_path) }}", "toolchainBinDir": "{{ _escape_path(dirname(gdb_path)) }}", % if svd_path: @@ -29,7 +29,7 @@ { "type": "platformio-debug", "request": "launch", - "name": "PlatformIO Debugger (Skip Pre-Debug)", + "name": "PIO Debug (Skip Pre-Debug)", "executable": "{{ _escape_path(prog_path) }}", "toolchainBinDir": "{{ _escape_path(dirname(gdb_path)) }}", % if svd_path: