forked from platformio/platformio-core
Shorten a name for VSCode debug launch configurations
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 0b8ac5fbf7...a23b54ff4e
2
examples
2
examples
Submodule examples updated: 41f3396c58...ebff9ae73f
@ -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:
|
||||
|
Reference in New Issue
Block a user