File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 3744
3744
},
3745
3745
"svdPath" : {
3746
3746
"type" : " string" ,
3747
- "description" : " %c_cpp.debuggers.cppdbg.visualizerFile .description" ,
3747
+ "description" : " %c_cpp.debuggers.cppdbg.svdPath .description% " ,
3748
3748
"default" : " "
3749
3749
},
3750
3750
"showDisplayString" : {
Original file line number Diff line number Diff line change 477
477
"allOf" : [
478
478
{
479
479
"if" : {
480
- "properties" : { "type" : { "const" : " scp" } }
480
+ "properties" : {
481
+ "type" : {
482
+ "const" : " scp"
483
+ }
484
+ }
481
485
},
482
486
"then" : {
483
487
"properties" : {
491
495
},
492
496
{
493
497
"if" : {
494
- "properties" : { "type" : { "const" : " rsync" } }
498
+ "properties" : {
499
+ "type" : {
500
+ "const" : " rsync"
501
+ }
502
+ }
495
503
},
496
504
"then" : {
497
505
"properties" : {
672
680
},
673
681
"svdPath" : {
674
682
"type" : " string" ,
675
- "description" : " %c_cpp.debuggers.cppdbg.visualizerFile .description" ,
683
+ "description" : " %c_cpp.debuggers.cppdbg.svdPath .description% " ,
676
684
"default" : " "
677
685
},
678
686
"showDisplayString" : {
You can’t perform that action at this time.
0 commit comments