Merge pull request #1216 from gfaugere/add-vscode-extensions-recommendations

feat: Add VSCode extension recommendation
This commit is contained in:
liv 2022-10-10 11:39:21 +02:00 committed by GitHub
commit 4600bc344c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,6 +7,7 @@ exercises/clippy/Cargo.toml
exercises/clippy/Cargo.lock
rust-project.json
.idea
.vscode
.vscode/*
!.vscode/extensions.json
*.iml
*.o

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"rust-lang.rust-analyzer"
]
}