diff options
author | Kirill Bulatov <[email protected]> | 2020-11-24 22:02:45 +0000 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2020-11-24 22:30:28 +0000 |
commit | 4c95c6e25d7765798fc527f11beb6c039c6adabe (patch) | |
tree | 32b8ab804ce64902d1f00f6209bece17f7ef0062 /editors/code | |
parent | 5478aaebfe4d9d2ad7745702932bf40b2cad226b (diff) |
Gate autoimports begind experimental completions flag
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index a2d6b1148..5bf72075f 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -460,6 +460,11 @@ | |||
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": { | ||
464 | "type": "boolean", | ||
465 | "default": true, | ||
466 | "markdownDescription": "Display additional completions with potential false positives and performance issues" | ||
467 | }, | ||
463 | "rust-analyzer.callInfo.full": { | 468 | "rust-analyzer.callInfo.full": { |
464 | "type": "boolean", | 469 | "type": "boolean", |
465 | "default": true, | 470 | "default": true, |