Skip to content

Commit ad3073c

Browse files
committed
remove defaults from c_cpp_properties schema
1 parent dc3e543 commit ad3073c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Extension/c_cpp_properties.schema.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,14 @@
7272
"compileCommands": {
7373
"oneOf": [
7474
{
75-
"type": "string",
76-
"default": ""
75+
"type": "string"
7776
},
7877
{
7978
"type": "array",
8079
"items": {
8180
"type": "string"
8281
},
83-
"uniqueItems": true,
84-
"default": []
82+
"uniqueItems": true
8583
}
8684
],
8785
"markdownDescription": "Full path or a list of full paths to `compile_commands.json` files for the workspace.",
@@ -252,7 +250,6 @@
252250
},
253251
"enableConfigurationSquiggles": {
254252
"type": "boolean",
255-
"default": true,
256253
"markdownDescription": "Controls whether the extension will report errors detected in `c_cpp_properties.json`.",
257254
"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."
258255
}

0 commit comments

Comments
 (0)