mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"version": "0.1.0",
|
|
"command": "npm",
|
|
"isShellCommand": true,
|
|
"showOutput": "silent",
|
|
"args": ["run", "compile"],
|
|
"isBackground": true,
|
|
"problemMatcher": "$tsc-watch"
|
|
} |