Files
vscode/extensions/css-language-features/server/.vscode/tasks.json
2018-03-20 14:57:58 -07:00

9 lines
173 B
JSON

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