Skip to content

Commit 1c05ff7

Browse files
committed
Adds a task for the quick watch
1 parent db45dfe commit 1c05ff7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/tasks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@
4141
},
4242
"problemMatcher": ["$ts-checker-webpack-watch", "$ts-checker-eslint-webpack-watch"]
4343
},
44+
{
45+
"type": "npm",
46+
"script": "watch:quick",
47+
"group": {
48+
"kind": "build"
49+
},
50+
"isBackground": true,
51+
"presentation": {
52+
"group": "watchers"
53+
},
54+
"problemMatcher": ["$ts-checker-webpack-watch"]
55+
},
4456
{
4557
"label": "Install dependencies",
4658
"type": "shell",

0 commit comments

Comments
 (0)