mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
31 lines
372 B
JSON
31 lines
372 B
JSON
{
|
|
"screenshotDir": ".screenshots",
|
|
"sessions": [
|
|
{
|
|
"name": "current"
|
|
},
|
|
{
|
|
"name": "baseline",
|
|
"source": {
|
|
"worktree": {
|
|
"ref": "HEAD",
|
|
"install": {
|
|
"command": "echo 'noop'"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"compare": {
|
|
"baseline": "baseline",
|
|
"current": "current"
|
|
},
|
|
"vite": {
|
|
"hmr": {
|
|
"allowedPaths": [
|
|
"*.css"
|
|
]
|
|
}
|
|
}
|
|
}
|