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: schema/settings.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -313,6 +313,10 @@
313
313
"suppressFormatterErrors": {
314
314
"additionalProperties": false,
315
315
"type": "boolean"
316
+
},
317
+
"suppressFormatterErrorsIFFAutoFormatOnSave": {
318
+
"additionalProperties": false,
319
+
"type": "boolean"
316
320
}
317
321
},
318
322
"properties": {
@@ -415,6 +419,12 @@
415
419
"description": "Whether to suppress all errors reported by formatter while formatting. Useful when you have format on save mode on.",
416
420
"$ref": "#/definitions/suppressFormatterErrors",
417
421
"default": false
422
+
},
423
+
"suppressFormatterErrorsIFFAutoFormatOnSave": {
424
+
"title": "Suppress formatter errors if and only if auto saving.",
425
+
"description": "Whether to suppress all errors reported by formatter while formatting (if and only if auto saving). Useful when you have format on save mode on and still want to see error when manually formatting.",
0 commit comments