File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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" : {
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" : {
You can’t perform that action at this time.
0 commit comments