mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
27 lines
429 B
JSON
27 lines
429 B
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
|
|
},
|
|
"viteConfig": "../../build/vite/vite.config.ts",
|
|
"vite": {
|
|
"hmr": {
|
|
"allowedPaths": [
|
|
"*.css"
|
|
]
|
|
}
|
|
}
|
|
}
|