aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2020-12-08 12:27:18 +0000
committerKirill Bulatov <[email protected]>2020-12-08 12:27:18 +0000
commitcbd3717f2c52b17aa9b15c2df4a364c62d17e4e1 (patch)
tree288fb7dea2b2ef504ae6f8d87d8fc74d043625da /editors/code/package.json
parent3183ff3a7b1fbcf3cb5379cf162a3d769a21be7a (diff)
Better config name
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 4b0f41a24..dbde37005 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -460,10 +460,13 @@
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.disableFuzzyAutoimports": { 463 "rust-analyzer.completion.autoimport.enable": {
464 "type": "boolean", 464 "type": "boolean",
465 "default": false, 465 "default": true,
466 "markdownDescription": "Turns off extra completion suggestions that might be too noisy or slow" 466 "markdownDescription": [
467 "Toggles the additional completions that automatically add imports when completed.",
468 "Note that your client have to specify the `additionalTextEdits` LSP client capability to truly have this feature enabled"
469 ]
467 }, 470 },
468 "rust-analyzer.callInfo.full": { 471 "rust-analyzer.callInfo.full": {
469 "type": "boolean", 472 "type": "boolean",