mirror of
https://github.com/danog/code-server.git
synced 2024-12-12 09:19:50 +01: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"
|
||
|
}
|