Skip to content

Commit 6dac0c0

Browse files
authoredMay 15, 2023
Change recommended VS Code extensions (#7199)
1 parent 12bbbf3 commit 6dac0c0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
 

‎.vscode/extensions.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
2-
"recommendations": [
3-
"github.vscode-pull-request-github",
4-
"eg2.tslint",
5-
"esbenp.prettier-vscode"
6-
],
7-
"unwantedRecommendations": [
8-
9-
]
10-
}
2+
"recommendations": ["github.vscode-pull-request-github", "esbenp.prettier-vscode", "dbaeumer.vscode-eslint"],
3+
"unwantedRecommendations": []
4+
}

0 commit comments

Comments
 (0)
Please sign in to comment.