1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00

Merge pull request 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
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored

@ -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

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