From 56e25defce8cb5e84ce147726b2a703d986929cc Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 11 Dec 2022 12:30:54 +0100 Subject: [PATCH] Add vscode workspace settings --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..58d4d69 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "rust-analyzer.cargo.features": "all", + "rust-analyzer.imports.granularity.enforce": true, + "rust-analyzer.imports.granularity.group": "crate", + "rust-analyzer.imports.group.enable": true, +}