Files
vscode-extension-samples/languageprovider-sample/.vscode/tasks.json
2016-12-15 19:48:12 +01:00

10 lines
174 B
JSON

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