Skip to content

Commit 2da33e6

Browse files
committed
Add config for Visual Studio Code users
1 parent 19d2a95 commit 2da33e6

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Cache and IDE-related files
22
.cache
33
.idea
4-
.vscode
54

65
# Yarn-related files
76
**/.yarn/*

.vscode/extensions.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"recommendations": [
3+
"dbaeumer.vscode-eslint",
4+
"eamodio.gitlens"
5+
],
6+
"unwantedRecommendations": [
7+
"dbaeumer.jshint"
8+
]
9+
}

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"search.exclude": {
3+
"**/.yarn": true
4+
}
5+
}

0 commit comments

Comments
 (0)