summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-15 16:59:00 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-15 16:59:00 +0100
commit4966376839365536923cd6cfbb86d15071432e1a (patch)
tree6658b4a84df5ba6a0189e6d79e37fb0cc7fb597a /.vscode
parentf4043a0f8114b1b8612e01a5cdf65b8d6ffc6f00 (diff)
downloadwallet-core-4966376839365536923cd6cfbb86d15071432e1a.tar.gz
wallet-core-4966376839365536923cd6cfbb86d15071432e1a.tar.bz2
wallet-core-4966376839365536923cd6cfbb86d15071432e1a.zip
group refresh sessions into groups for nicer history
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