mirror of
https://github.com/danog/code-server.git
synced 2024-12-15 18:57:11 +01:00
be3e823608
git-subtree-dir: lib/vscode git-subtree-split: e5a624b788d92b8d34d1392e4c4d9789406efe8f
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"version": "0.1.0",
|
|
"command": "npm",
|
|
"isShellCommand": true,
|
|
"showOutput": "silent",
|
|
"args": ["run", "watch"],
|
|
"isWatching": true,
|
|
"problemMatcher": "$tsc-watch"
|
|
} |