Skip to content

Commit 60ffaf9

Browse files
committed
Add VS Code ts-loader problem matcher extension
1 parent 66c080f commit 60ffaf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// See http://go.microsoft.com/fwlink/?LinkId=827846
33
// for the documentation about the extensions.json format
44
"recommendations": [
5-
"dbaeumer.vscode-eslint"
5+
"dbaeumer.vscode-eslint",
6+
"amodio.tsl-problem-matcher"
67
]
78
}

0 commit comments

Comments
 (0)