Merge branch 'hotfix/v3.5.5' into develop

* hotfix/v3.5.5:
  Shorten a name for VSCode debug launch configurations
This commit is contained in:
Ivan Kravets
2018-07-04 00:06:54 +03:00

View File

@ -17,7 +17,7 @@
{ {
"type": "platformio-debug", "type": "platformio-debug",
"request": "launch", "request": "launch",
"name": "PlatformIO Debugger", "name": "PIO Debug",
"executable": "{{ _escape_path(prog_path) }}", "executable": "{{ _escape_path(prog_path) }}",
"toolchainBinDir": "{{ _escape_path(dirname(gdb_path)) }}", "toolchainBinDir": "{{ _escape_path(dirname(gdb_path)) }}",
% if svd_path: % if svd_path:
@ -29,7 +29,7 @@
{ {
"type": "platformio-debug", "type": "platformio-debug",
"request": "launch", "request": "launch",
"name": "PlatformIO Debugger (Skip Pre-Debug)", "name": "PIO Debug (Skip Pre-Debug)",
"executable": "{{ _escape_path(prog_path) }}", "executable": "{{ _escape_path(prog_path) }}",
"toolchainBinDir": "{{ _escape_path(dirname(gdb_path)) }}", "toolchainBinDir": "{{ _escape_path(dirname(gdb_path)) }}",
% if svd_path: % if svd_path: