mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-29 02:45:58 +01:00
14 lines
261 B
JSON
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"
|
|
}
|
|
}
|