Skip to content

Commit c3d7824

Browse files
committed
Updates recommended extensions
1 parent 8a3b5d1 commit c3d7824

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.vscode/extensions.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=827846
3-
// for the documentation about the extensions.json format
4-
"recommendations": [
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": [
5+
"eg2.tslint",
6+
"esbenp.prettier-vscode",
57
"msjsdiag.debugger-for-chrome",
6-
"ms-vscode.typescript-javascript-grammar",
7-
"eg2.tslint"
8-
]
9-
}
8+
"ms-vscode.typescript-javascript-grammar"
9+
]
10+
}

0 commit comments

Comments
 (0)