Skip to content

Commit

Permalink
Add VSCode workspace configuration (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Aug 3, 2023
1 parent befb143 commit 014db31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"rust-lang.rust-analyzer"
],
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"rust-analyzer.check.command": "clippy",
"rust-analyzer.imports.granularity.enforce": true,
"rust-analyzer.imports.granularity.group": "module",
"rust-analyzer.imports.prefix": "crate",
}

0 comments on commit 014db31

Please sign in to comment.