Use Pre-Debug task by its VSCode defination

This commit is contained in:
Ivan Kravets
2018-08-27 18:55:08 +03:00
parent 476a878733
commit 78c383eb68

View File

@ -23,7 +23,10 @@
% if svd_path:
"svdPath": "{{ _escape_path(svd_path) }}",
% end
"preLaunchTask": "PlatformIO: Pre-Debug",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
},
"internalConsoleOptions": "openOnSessionStart"
},
{