mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
10 lines
174 B
JSON
10 lines
174 B
JSON
|
|
{
|
|
"version": "0.1.0",
|
|
"command": "npm",
|
|
"isShellCommand": true,
|
|
"showOutput": "silent",
|
|
"args": ["run", "watch"],
|
|
"isWatching": true,
|
|
"problemMatcher": "$tsc-watch"
|
|
} |