feat: Add VSCode extension recommendation

This commit is contained in:
Gaëtan Faugère 2022-09-30 15:50:45 +02:00
parent cade600c91
commit b4c7507b4d
No known key found for this signature in database
GPG Key ID: 753E179BA60BFE33
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"
]
}