You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editors/code/package.json
+5
Original file line number
Diff line number
Diff line change
@@ -385,6 +385,11 @@
385
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
393
"rust-analyzer.callInfo.full": {
389
394
"markdownDescription": "Show function name and docs in parameter hints.",
0 commit comments