Skip to content

Commit b4c7507

Browse files
committed
feat: Add VSCode extension recommendation
1 parent cade600 commit b4c7507

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ exercises/clippy/Cargo.toml
77
exercises/clippy/Cargo.lock
88
rust-project.json
99
.idea
10-
.vscode
10+
.vscode/*
11+
!.vscode/extensions.json
1112
*.iml
1213
*.o

.vscode/extensions.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"rust-lang.rust-analyzer"
4+
]
5+
}

0 commit comments

Comments
 (0)