co-mono/pi-mono.code-workspace
Mario Zechner f7878c3c71 Rename ChromeStorageBackend to WebExtensionStorageBackend for cross-browser support
- Rename chrome-storage-backend.ts to web-extension-storage-backend.ts
- Update to use globalThis.browser || globalThis.chrome for Firefox/Chrome compatibility
- Export both names for backward compatibility
- Fix tsc --preserveWatchOutput in web-ui dev script to prevent console clearing

This fixes the "browser is not defined" error in Chrome extensions.
2025-10-06 23:48:43 +02:00

17 lines
No EOL
198 B
Text

{
"folders": [
{
"name": "sitegeist",
"path": "../sitegeist"
},
{
"name": "pi-mono",
"path": "."
},
{
"name": "mini-lit",
"path": "../mini-lit"
}
],
"settings": {}
}