Files
vscode/test/componentFixtures/component-explorer-attach.json
2026-06-15 23:05:31 +02:00

14 lines
261 B
JSON

{
"$schema": "../../node_modules/@vscode/component-explorer-cli/dist/component-explorer-config.schema.json",
"screenshotDir": ".screenshots",
"sessions": [
{
"name": "current"
}
],
"server": {
"type": "http",
"url": "http://localhost:5123"
}
}