mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Use Pre-Debug task by its VSCode defination
This commit is contained in:
@ -23,7 +23,10 @@
|
|||||||
% if svd_path:
|
% if svd_path:
|
||||||
"svdPath": "{{ _escape_path(svd_path) }}",
|
"svdPath": "{{ _escape_path(svd_path) }}",
|
||||||
% end
|
% end
|
||||||
"preLaunchTask": "PlatformIO: Pre-Debug",
|
"preLaunchTask": {
|
||||||
|
"type": "PlatformIO",
|
||||||
|
"task": "Pre-Debug"
|
||||||
|
},
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
"internalConsoleOptions": "openOnSessionStart"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user