Skip to content

Commit 10a7a45

Browse files
committed
Problem matcher for ts loader
1 parent 3900dea commit 10a7a45

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"eamodio.tsl-problem-matcher"
4+
]
5+
}

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"label": "npm",
99
"type": "npm",
1010
"script": "watch",
11-
"problemMatcher": [],
11+
"problemMatcher": ["$ts-webpack-watch"],
1212
"group":{
1313
"kind": "build",
1414
"isDefault": true

0 commit comments

Comments
 (0)