Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit127166d

Browse files
authored
description for svdPath doesn't appear in launch configuration (microsoft#13302)
1 parent7fbe9b1 commit127166d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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: 11 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp