mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
#126376 use user-data scheme for user data in shared process and use main process fsp
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user