Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/test/componentFixtures/component-explorer.json
13519 views
1
{
2
"$schema": "../../node_modules/@vscode/component-explorer-cli/dist/component-explorer-config.schema.json",
3
"screenshotDir": ".screenshots",
4
"sessions": [
5
{
6
"name": "current"
7
}
8
],
9
"worktree": {
10
"maxSlots": 1,
11
"setup": {
12
"command": "echo 'test'"
13
}
14
},
15
"redirection": {
16
"port": 5337
17
},
18
"server": {
19
"type": "http",
20
"cmd": "npm run serve-out-rspack",
21
"cwd": "../../",
22
"wait": {
23
"stderr": "Loopback: http://localhost:(?<port>\\d+)/,"
24
},
25
"url": "http://localhost:${var:port}"
26
}
27
}
28
29