We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3b5d1 commit c3d7824Copy full SHA for c3d7824
.vscode/extensions.json
@@ -1,9 +1,10 @@
1
{
2
- // See http://go.microsoft.com/fwlink/?LinkId=827846
3
- // for the documentation about the extensions.json format
4
- "recommendations": [
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": [
5
+ "eg2.tslint",
6
+ "esbenp.prettier-vscode",
7
"msjsdiag.debugger-for-chrome",
- "ms-vscode.typescript-javascript-grammar",
- "eg2.tslint"
8
- ]
9
-}
+ "ms-vscode.typescript-javascript-grammar"
+ ]
10
+}
0 commit comments