aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 1adf055d0..f079f73b8 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -592,6 +592,15 @@
592 "default": true, 592 "default": true,
593 "markdownDescription": "Whether to show experimental rust-analyzer diagnostics that might have more false positives than usual." 593 "markdownDescription": "Whether to show experimental rust-analyzer diagnostics that might have more false positives than usual."
594 }, 594 },
595 "rust-analyzer.diagnostics.disabled": {
596 "type": "array",
597 "uniqueItems": true,
598 "items": {
599 "type": "string"
600 },
601 "description": "List of rust-analyzer diagnostics to disable",
602 "default": []
603 },
595 "rust-analyzer.diagnostics.warningsAsInfo": { 604 "rust-analyzer.diagnostics.warningsAsInfo": {
596 "type": "array", 605 "type": "array",
597 "uniqueItems": true, 606 "uniqueItems": true,
@@ -607,7 +616,7 @@
607 "items": { 616 "items": {
608 "type": "string" 617 "type": "string"
609 }, 618 },
610 "description": "List of warnings warnings that should be displayed with hint severity.\nThe warnings will be indicated by faded text or three dots in code and will not show up in the problems panel.", 619 "description": "List of warnings that should be displayed with hint severity.\nThe warnings will be indicated by faded text or three dots in code and will not show up in the problems panel.",
611 "default": [] 620 "default": []
612 } 621 }
613 } 622 }