Add vscode workspace settings
This commit is contained in:
parent
cb74e7abf8
commit
56e25defce
1 changed files with 6 additions and 0 deletions
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal 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,
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue