Skip to content

Commit

Permalink
Merge pull request rust-lang#1216 from gfaugere/add-vscode-extensions…
Browse files Browse the repository at this point in the history
…-recommendations

feat: Add VSCode extension recommendation
  • Loading branch information
shadows-withal authored Oct 10, 2022
2 parents dc14626 + b4c7507 commit 4600bc3
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 4600bc3

Please sign in to comment.