mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-06 14:56:16 +01:00
f6a4e0843f
* reduces memory usage * loads fixtures from source instead of out
28 lines
506 B
JSON
28 lines
506 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": {
|
|
"stdout": "http://localhost:(?<port>\\d+)/"
|
|
},
|
|
"url": "http://localhost:${var:port}"
|
|
}
|
|
}
|