]> git.lizzy.rs Git - rust.git/commitdiff
Add a configuration option for the vscode extension
authorIgor Aleksanov <popzxc@yandex.ru>
Wed, 12 Aug 2020 13:06:55 +0000 (16:06 +0300)
committerIgor Aleksanov <popzxc@yandex.ru>
Wed, 12 Aug 2020 13:06:55 +0000 (16:06 +0300)
editors/code/package.json

index 1adf055d0c0a983012d9af48d944112367ccf8ae..86584c071c4907caca81e63cf7bcb5753be7909d 100644 (file)
                     },
                     "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.",
                     "default": []
+                },
+                "rust-analyzer.analysis.disabledDiagnostics": {
+                    "type": "array",
+                    "uniqueItems": true,
+                    "items": {
+                        "type": "string"
+                    },
+                    "description": "List of rust-analyzer diagnostics to disable",
+                    "default": []
                 }
             }
         },
             ]
         }
     }
-}
+}
\ No newline at end of file