diff --git a/.vscode/settings.json b/.vscode/settings.json index b68a4d6f92..14ce20a8e7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,6 +11,7 @@ "rust-analyzer.check.features": "all", "rust-analyzer.imports.granularity.enforce": true, "rust-analyzer.imports.granularity.group": "module", + "rust-analyzer.imports.prefix": "crate", "rust-analyzer.rustfmt.extraArgs": [ "+nightly-2023-12-01" // Keep in sync with other "RUST_NIGHTLY_VERSION" references ],