mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"version": "2.0.0",
|
|
"command": "npm",
|
|
"type": "shell",
|
|
"presentation": {
|
|
"reveal": "silent"
|
|
},
|
|
"args": ["run", "compile"],
|
|
"isBackground": true,
|
|
"problemMatcher": "$tsc-watch"
|
|
}
|