diff options
| author | Christoph Schlosser <christoph@linux.com> | 2017-10-07 15:01:49 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2017-10-07 15:13:01 +0200 |
| commit | 77e321815fb8b0b1833813a812fcb48f9a5e5617 (patch) | |
| tree | ad55aa879ba0404c0fa7a5f8d446845e808679e7 /.vscode/tasks.json | |
| parent | 74c2c73dcbd5938368f9657519c8cf269a25e43d (diff) | |
| download | doxdocgen-77e321815fb8b0b1833813a812fcb48f9a5e5617.tar.gz | |
Add .vscode folder
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..604e38f --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,20 @@ +// See https://go.microsoft.com/fwlink/?LinkId=733558 +// for the documentation about the tasks.json format +{ + "version": "2.0.0", + "tasks": [ + { + "type": "npm", + "script": "watch", + "problemMatcher": "$tsc-watch", + "isBackground": true, + "presentation": { + "reveal": "never" + }, + "group": { + "kind": "build", + "isDefault": true + } + } + ] +}
\ No newline at end of file |