diff options
| author | Christoph Schlosser <christoph@linux.com> | 2019-10-08 22:49:29 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2019-10-08 22:49:29 +0200 |
| commit | 7a3c0c308db835101e45942e444d1f65e85b1f60 (patch) | |
| tree | 816945c3943818667994d53378f39c2e81720e81 /.vscode/tasks.json | |
| parent | c5e85c18f4ee818253d3f761a583da2002365075 (diff) | |
| download | doxdocgen-make-vsix-smaller.tar.gz | |
Add webpackmake-vsix-smaller
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 604e38f..33db18d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,6 +15,14 @@ "kind": "build", "isDefault": true } + }, + { + "type": "npm", + "script": "webpack-dev", + "problemMatcher": [ + "$tsc-watch" + ], + "isBackground": true } ] }
\ No newline at end of file |