You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/c_cpp_properties.schema.json
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -180,12 +180,9 @@
180
180
"type": "string"
181
181
},
182
182
"mergeConfigurations": {
183
-
"markdownDescription": "Set to `true` to merge include paths, defines, and forced includes with those from a configuration provider.",
184
-
"descriptionHint": "Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered.",
185
-
"type": [
186
-
"boolean",
187
-
"string"
188
-
]
183
+
"markdownDescription": "Set to `true` to merge `includePath`, `defines`, `forcedInclude`, and `browse.path` with those received from the configuration provider.",
@@ -569,21 +569,6 @@ export class CppSettings extends Settings {
569
569
returnundefined;
570
570
}
571
571
572
-
// Returns the value of a setting as a boolean with proper type validation and checks for valid enum values while returning an undefined value if necessary.
<spandata-loc-id="merge.configurations.description">When <code>true</code> (or checked), merge include paths, defines, and forced includes with those from a configuration provider.</span>
690
+
<spandata-loc-id="merge.configurations.description">When <code>true</code> (or checked), merge <code>includePath</code>, <code>defines</code>, <code>forcedInclude</code>, and <code>browse.path</code>with those received from the configuration provider.</span>
0 commit comments