diff options
author | Kirill Bulatov <[email protected]> | 2020-12-07 22:46:56 +0000 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2020-12-07 23:07:20 +0000 |
commit | 3183ff3a7b1fbcf3cb5379cf162a3d769a21be7a (patch) | |
tree | 5aa366155109b6f564f0f0a021fe2e43c0ac1bc9 /editors | |
parent | 9656ceb8963273047dab4ee9f3d0b19976890599 (diff) |
Disable the completion for no corresponding client resolve capabilities
Diffstat (limited to 'editors')
-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", |