Files
azuredatastudio/dataprotocol-node/client/.vscode/tasks.json

9 lines
194 B
JSON

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