summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/tasks.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index a14159944..0799db9a2 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -6,39 +6,10 @@
{
"type": "typescript",
"tsconfig": "tsconfig.json",
- "option": "watch",
- "problemMatcher": [
- "$tsc-watch"
- ],
- "group": "build",
- "isBackground": true,
- "promptOnClose": false
- },
- {
- "type": "typescript",
- "tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": "build"
- },
- {
- "label": "tslint",
- "type": "shell",
- "command": "make lint",
- "problemMatcher": {
- "owner": "tslint",
- "applyTo": "allDocuments",
- "fileLocation": "absolute",
- "severity": "warning",
- "pattern": "$tslint5"
- },
- "group": "build"
- },
- {
- "label": "My Task",
- "type": "shell",
- "command": "echo Hello"
}
]
} \ No newline at end of file