updates component explorer

This commit is contained in:
Henning Dieterichs
2026-03-11 21:49:09 +01:00
committed by Henning Dieterichs
parent b49670d4a1
commit 5d56633a57
11 changed files with 106 additions and 211 deletions

View File

@@ -1,11 +1,17 @@
{
"$schema": "./component-explorer-config.schema.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
},