IndexDB filesystem provider does not support file watching #117561
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
web
Issues related to running VSCode in the web
It looks like the IndexDB file system provider is not able to support watching:
vscode/src/vs/platform/files/browser/indexedDBFileSystemProvider.ts
Lines 229 to 231 in f1d92e7
As a consequence, the storage implementation in the browser is unable to detect changes from other windows targeting global scope because it is using file watching for that purpose.
If we cannot support detecting changes from a different browser tab to the same IndexDB instance, then I think we have to close this "as designed".
//cc @sandy081
The text was updated successfully, but these errors were encountered: