Skip to content

Commit

Permalink
feat: Add VSCode extension recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
gfaugere committed Sep 30, 2022
1 parent cade600 commit b4c7507
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exercises/clippy/Cargo.toml
exercises/clippy/Cargo.lock
rust-project.json
.idea
.vscode
.vscode/*
!.vscode/extensions.json
*.iml
*.o
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"
]
}

0 comments on commit b4c7507

Please sign in to comment.