mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 16:25:00 +01:00
28 lines
517 B
JSON
28 lines
517 B
JSON
{
|
|
"$schema": "../../node_modules/@vscode/component-explorer-cli/dist/component-explorer-config.schema.json",
|
|
"screenshotDir": ".screenshots",
|
|
"sessions": [
|
|
{
|
|
"name": "current"
|
|
}
|
|
],
|
|
"worktree": {
|
|
"maxSlots": 1,
|
|
"setup": {
|
|
"command": "echo 'test'"
|
|
}
|
|
},
|
|
"redirection": {
|
|
"port": 5337
|
|
},
|
|
"server": {
|
|
"type": "http",
|
|
"cmd": "npm run serve-out-rspack",
|
|
"cwd": "../../",
|
|
"wait": {
|
|
"stderr": "Loopback: http://localhost:(?<port>\\d+)/,"
|
|
},
|
|
"url": "http://localhost:${var:port}"
|
|
}
|
|
}
|