Commit Graph

6 Commits

Author SHA1 Message Date
Johannes Rieken
ff04fe28ed don't freeze copied object 2021-11-16 14:39:18 +01:00
Johannes Rieken
e1612baf96 add shortcut between file system provider and consumer
When a file system is implemented and used within the same extension host we can short cut some calls, e.g skip going through the renderer and stay within the extension host
2021-11-08 12:05:48 +01:00
Johannes Rieken
3114b1c4c5 hide rpc proxies 2021-02-01 12:01:20 +01:00
Johannes Rieken
e38b9d0727 add ExtHostFileSystemInfo which knows what schemes are reserved and which are used, https://github.com/microsoft/vscode/issues/91697 2020-09-10 12:29:30 +02:00
Matt Bierner
a1e2114347 Add isWritableFileSystem api
Fixes #91697

This new API checks if a given scheme allows writing
2020-09-09 21:27:03 -07:00
Johannes Rieken
43184b2bed add storageUri and globalStorageUri to ExtensionContext, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:03 +02:00