Shorten a name for VSCode debug launch configurations

This commit is contained in:
Ivan Kravets
2018-07-04 00:06:44 +03:00
parent dc3973b046
commit 8f88939aa0
3 changed files with 4 additions and 4 deletions

2
docs

Submodule docs updated: 0b8ac5fbf7...a23b54ff4e

View File

@ -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: