Files
vscode/extensions/css/server/.vscode/tasks.json
Martin Aeschlimann 2b247ccbfd [css] move to extension
2016-06-13 11:30:19 +02:00

9 lines
173 B
JSON

{
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"showOutput": "silent",
"args": ["run", "watch"],
"isWatching": true,
"problemMatcher": "$tsc-watch"
}