void/extensions/css-language-features/server/.vscode/tasks.json
2024-09-10 19:37:36 -07:00

9 lines
No EOL
173 B
JSON

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