Skip to content

Commit 127166d

Browse files
authored
description for svdPath doesn't appear in launch configuration (#13302)
1 parent 7fbe9b1 commit 127166d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Diff for: Extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3744,7 +3744,7 @@
37443744
},
37453745
"svdPath": {
37463746
"type": "string",
3747-
"description": "%c_cpp.debuggers.cppdbg.visualizerFile.description",
3747+
"description": "%c_cpp.debuggers.cppdbg.svdPath.description%",
37483748
"default": ""
37493749
},
37503750
"showDisplayString": {

Diff for: Extension/tools/OptionsSchema.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,11 @@
477477
"allOf": [
478478
{
479479
"if": {
480-
"properties": { "type": { "const": "scp" } }
480+
"properties": {
481+
"type": {
482+
"const": "scp"
483+
}
484+
}
481485
},
482486
"then": {
483487
"properties": {
@@ -491,7 +495,11 @@
491495
},
492496
{
493497
"if": {
494-
"properties": { "type": { "const": "rsync" } }
498+
"properties": {
499+
"type": {
500+
"const": "rsync"
501+
}
502+
}
495503
},
496504
"then": {
497505
"properties": {
@@ -672,7 +680,7 @@
672680
},
673681
"svdPath": {
674682
"type": "string",
675-
"description": "%c_cpp.debuggers.cppdbg.visualizerFile.description",
683+
"description": "%c_cpp.debuggers.cppdbg.svdPath.description%",
676684
"default": ""
677685
},
678686
"showDisplayString": {

0 commit comments

Comments
 (0)