File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ config_data! {
176
176
diagnostics_enable: bool = "true" ,
177
177
/// Whether to show experimental rust-analyzer diagnostics that might
178
178
/// have more false positives than usual.
179
- diagnostics_enableExperimental: bool = "true " ,
179
+ diagnostics_enableExperimental: bool = "false " ,
180
180
/// List of rust-analyzer diagnostics to disable.
181
181
diagnostics_disabled: FxHashSet <String > = "[]" ,
182
182
/// Map of prefixes to be substituted when parsing diagnostic file paths.
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ Enables completions of private items and fields that are defined in the current
223
223
--
224
224
Whether to show native rust-analyzer diagnostics.
225
225
--
226
- [[rust-analyzer.diagnostics.enableExperimental]]rust-analyzer.diagnostics.enableExperimental (default: `true ` )::
226
+ [[rust-analyzer.diagnostics.enableExperimental]]rust-analyzer.diagnostics.enableExperimental (default: `false ` )::
227
227
+
228
228
--
229
229
Whether to show experimental rust-analyzer diagnostics that might
Original file line number Diff line number Diff line change 645
645
},
646
646
"rust-analyzer.diagnostics.enableExperimental" : {
647
647
"markdownDescription" : " Whether to show experimental rust-analyzer diagnostics that might\n have more false positives than usual." ,
648
- "default" : true ,
648
+ "default" : false ,
649
649
"type" : " boolean"
650
650
},
651
651
"rust-analyzer.diagnostics.disabled" : {
You can’t perform that action at this time.
0 commit comments