Skip to content

Commit ca2c2ad

Browse files
committed
the id was wrong too
1 parent 31a4bb6 commit ca2c2ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Extension/package.json

Lines changed: 1 addition & 1 deletion
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": {

Extension/tools/OptionsSchema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@
680680
},
681681
"svdPath": {
682682
"type": "string",
683-
"description": "%c_cpp.debuggers.cppdbg.visualizerFile.description%",
683+
"description": "%c_cpp.debuggers.cppdbg.svdPath.description%",
684684
"default": ""
685685
},
686686
"showDisplayString": {

0 commit comments

Comments
 (0)