diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-07 08:24:02 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-07 08:24:02 +0000 |
commit | d54e1157b66017e4aae38328cd213286e39ca130 (patch) | |
tree | f7cd48d085b2bad9b8cdc528b677cdd8cfa2d0ef /editors | |
parent | 708ec9821f9bcfeafbc82f8260c264fb32b8b750 (diff) | |
parent | 96fc01a30b88d95619b26fd96c58627dd54cb339 (diff) |
Merge #7889
7889: Make group imports configurable r=lnicola a=asv1
Co-authored-by: asv <[email protected]>
Diffstat (limited to 'editors')
-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 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, |