Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index bf242d6895..c55ef6f0f7 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -645,7 +645,7 @@ }, "rust-analyzer.diagnostics.enableExperimental": { "markdownDescription": "Whether to show experimental rust-analyzer diagnostics that might\nhave more false positives than usual.", - "default": true, + "default": false, "type": "boolean" }, "rust-analyzer.diagnostics.disabled": { |