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/package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,16 @@
250
250
"description":"Defines the editor behavior for when the Enter key is pressed inside a multiline or single line comment block.",
251
251
"scope":"resource"
252
252
},
253
+
"C_Cpp.configurationWarnings": {
254
+
"type":"string",
255
+
"enum": [
256
+
"Enabled",
257
+
"Disabled"
258
+
],
259
+
"default":"Enabled",
260
+
"description":"Determines whether pop up notifications will be shown when a configuration provider extension is unable to provide a configuration for a source file.",