Skip to content

Commit a2f1127

Browse files
committed
Fixes in VS Code tasks template
***NO_CI***
1 parent b4811ea commit a2f1127

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/tasks.TEMPLATE.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"showReuseMessage": true,
1414
"clear": false
1515
},
16-
"command": "install-scripts\\install-nf-tools.ps1 -TargetSeries ${input:targetSeries} -Path '${input:toolsPath}' "
16+
"command": "install-scripts/install-nf-tools.ps1 -TargetSeries ${input:targetSeries} -Path '${input:toolsPath}' "
1717
},
1818
{
1919
"label": "Flash nanoCLR to ESP32 | ESP32-S2",
@@ -56,7 +56,7 @@
5656
"problemMatcher": []
5757
},
5858
{
59-
"label": "Decode ESP32 backtrace",
59+
"label": "Decode ESP32/S2/S3 backtrace",
6060
"type": "shell",
6161
"command": "xtensa-${input:esp32series}-elf-addr2line -apsfCire \"${input:espBacktraceElfFile}\" \"${input:espBacktrace}\"",
6262
"presentation": {
@@ -66,7 +66,7 @@
6666
"problemMatcher": []
6767
},
6868
{
69-
"label": "Decode ESP32 (riscv32 series) backtrace",
69+
"label": "Decode ESP32-C3 backtrace",
7070
"type": "shell",
7171
"command": "riscv32-esp-elf-addr2line -apsfCire \"${input:espBacktraceElfFile}\" \"${input:espBacktrace}\"",
7272
"presentation": {

0 commit comments

Comments
 (0)