#126376 use user-data scheme for user data in shared process and use main process fsp

This commit is contained in:
Sandeep Somavarapu
2021-12-13 20:13:12 +01:00
parent 7139b088c8
commit 421f88c7f9
3 changed files with 24 additions and 2 deletions

View File

@@ -571,6 +571,7 @@ export class CodeApplication extends Disposable {
assertType(diskFileSystemProvider instanceof DiskFileSystemProvider);
const fileSystemProviderChannel = new DiskFileSystemProviderChannel(diskFileSystemProvider, this.logService);
mainProcessElectronServer.registerChannel('localFilesystem', fileSystemProviderChannel);
sharedProcessClient.then(client => client.registerChannel('localFilesystem', fileSystemProviderChannel));
// User Configuration File
const userConfigurationFileService = new UserConfigurationFileService(this.environmentMainService, this.fileService, this.logService);