microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.61k stars 28.66k forks source link

Use private origin file system for web-based FS provider #167808

Open jrieken opened 1 year ago

jrieken commented 1 year ago

The private origin fs is a browser based file system which is similar to indexeded and others but uses a FS like abstraction. Most browsers now support this: https://caniuse.com/mdn-api_storagemanager_getdirectory and we should investigate to use this over our indexeded-based FS when possible.

fyi @sandy081

jrieken commented 1 year ago

good blog https://webkit.org/blog/12257/the-file-system-access-api-with-origin-private-file-system/

Refanferhan commented 4 weeks ago

Anything further?