Skip to content

Commit 4b9ca43

Browse files
authored
change description for natvisDiagnostics (#10483)
1 parent 885b4c0 commit 4b9ca43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3515,7 +3515,7 @@
35153515
},
35163516
{
35173517
"type": "boolean",
3518-
"description": "%c_cpp.debuggers.logging.engineLogging.description%",
3518+
"description": "%c_cpp.debuggers.logging.natvisDiagnostics.description%",
35193519
"default": false
35203520
}
35213521
]
@@ -4303,7 +4303,7 @@
43034303
},
43044304
{
43054305
"type": "boolean",
4306-
"description": "%c_cpp.debuggers.logging.engineLogging.description%",
4306+
"description": "%c_cpp.debuggers.logging.natvisDiagnostics.description%",
43074307
"default": false
43084308
}
43094309
]

Extension/tools/OptionsSchema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
},
133133
{
134134
"type": "boolean",
135-
"description": "%c_cpp.debuggers.logging.engineLogging.description%",
135+
"description": "%c_cpp.debuggers.logging.natvisDiagnostics.description%",
136136
"default": false
137137
}
138138
]

0 commit comments

Comments
 (0)