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: package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -769,6 +769,16 @@
769
769
"default": true,
770
770
"description": "If true, document links (an underline) will be rendered on includes. Goto definition (control click) will still work on includes even if this is false."
771
771
},
772
+
"cquery.diagnostics.blacklist": {
773
+
"type": "array",
774
+
"default": [],
775
+
"description": "Files that match these patterns won't be displayed in diagnostics view."
776
+
},
777
+
"cquery.diagnostics.whitelist": {
778
+
"type": "array",
779
+
"default": [],
780
+
"description": "Files that match these patterns will be displayed in diagnostics view."
0 commit comments