aboutsummaryrefslogtreecommitdiff
path: root/editors/code/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/.vscode/tasks.json')
-rw-r--r--editors/code/.vscode/tasks.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/code/.vscode/tasks.json b/editors/code/.vscode/tasks.json
new file mode 100644
index 000000000..604e38f5a
--- /dev/null
+++ b/editors/code/.vscode/tasks.json
@@ -0,0 +1,20 @@
1// See https://go.microsoft.com/fwlink/?LinkId=733558
2// for the documentation about the tasks.json format
3{
4 "version": "2.0.0",
5 "tasks": [
6 {
7 "type": "npm",
8 "script": "watch",
9 "problemMatcher": "$tsc-watch",
10 "isBackground": true,
11 "presentation": {
12 "reveal": "never"
13 },
14 "group": {
15 "kind": "build",
16 "isDefault": true
17 }
18 }
19 ]
20} \ No newline at end of file