mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
* Add an easy way to run performance tests for tree-sitter Part os #210475 * Compile build folder
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"
|
|
}
|