mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
updates component explorer
This commit is contained in:
committed by
Henning Dieterichs
parent
b49670d4a1
commit
5d56633a57
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user