From 8f88939aa03be1aff25d16e8d72bc9004e78e985 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 4 Jul 2018 00:06:44 +0300 Subject: [PATCH] Shorten a name for VSCode debug launch configurations --- docs | 2 +- examples | 2 +- platformio/ide/tpls/vscode/.vscode/launch.json.tpl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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: