mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
* files - allow more file operations to run in the extension host (#172345) * fix tests * tests * tests * tests
This commit is contained in:
@@ -1020,7 +1020,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
registerFileSystemProvider(scheme, provider, options) {
|
||||
return combinedDisposable(
|
||||
extHostFileSystem.registerFileSystemProvider(extension, scheme, provider, options),
|
||||
extHostConsumerFileSystem.addFileSystemProvider(scheme, provider)
|
||||
extHostConsumerFileSystem.addFileSystemProvider(scheme, provider, options)
|
||||
);
|
||||
},
|
||||
get fs() {
|
||||
|
||||
Reference in New Issue
Block a user