Add vscode workspace settings

This commit is contained in:
Joscha 2022-12-11 12:30:54 +01:00
parent cb74e7abf8
commit 56e25defce

6
.vscode/settings.json vendored Normal file
View file

@ -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,
}