aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 1987364bc..5f41f7803 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -385,6 +385,11 @@
385 "Force import paths to be absolute by always starting them with `crate` or the crate name they refer to." 385 "Force import paths to be absolute by always starting them with `crate` or the crate name they refer to."
386 ] 386 ]
387 }, 387 },
388 "rust-analyzer.assist.importGroup": {
389 "markdownDescription": "Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.",
390 "default": true,
391 "type": "boolean"
392 },
388 "rust-analyzer.callInfo.full": { 393 "rust-analyzer.callInfo.full": {
389 "markdownDescription": "Show function name and docs in parameter hints.", 394 "markdownDescription": "Show function name and docs in parameter hints.",
390 "default": true, 395 "default": true,