mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 16:25:00 +01:00
17 lines
203 B
JSON
17 lines
203 B
JSON
{
|
|
"screenshotDir": ".screenshots",
|
|
"sessions": [
|
|
{
|
|
"name": "current"
|
|
}
|
|
],
|
|
"viteConfig": "../../build/vite/vite.config.ts",
|
|
"vite": {
|
|
"hmr": {
|
|
"allowedPaths": [
|
|
"*.css"
|
|
]
|
|
}
|
|
}
|
|
}
|