diff options
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index af228f983..4b0f41a24 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -460,10 +460,10 @@ | |||
460 | "default": true, | 460 | "default": true, |
461 | "markdownDescription": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc." | 461 | "markdownDescription": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc." |
462 | }, | 462 | }, |
463 | "rust-analyzer.completion.enableExperimental": { | 463 | "rust-analyzer.completion.disableFuzzyAutoimports": { |
464 | "type": "boolean", | 464 | "type": "boolean", |
465 | "default": true, | 465 | "default": false, |
466 | "markdownDescription": "Display additional completions with potential false positives and performance issues" | 466 | "markdownDescription": "Turns off extra completion suggestions that might be too noisy or slow" |
467 | }, | 467 | }, |
468 | "rust-analyzer.callInfo.full": { | 468 | "rust-analyzer.callInfo.full": { |
469 | "type": "boolean", | 469 | "type": "boolean", |