Skip to content

Commit 79f8262

Browse files
authored
show squiggles when invalid properties are added to the c_cpp_properties.json file (#3283)
1 parent 24b69c7 commit 79f8262

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Extension/c_cpp_properties.schema.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,11 @@
112112
"type": "string"
113113
}
114114
}
115-
}
115+
},
116+
"additionalProperties": false
116117
}
117-
}
118+
},
119+
"additionalProperties": false
118120
}
119121
},
120122
"env": {
@@ -156,5 +158,6 @@
156158
"required": [
157159
"configurations",
158160
"version"
159-
]
161+
],
162+
"additionalProperties": false
160163
}

0 commit comments

Comments
 (0)