Files
azuredatastudio/dataprotocol-node/client/.vscode/tasks.json
Anthony Dresser 1dea81f82f Revert "idea"
This reverts commit 4826b6adc9.
2017-12-29 00:40:23 -08:00

9 lines
194 B
JSON

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