mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 11:39:57 +01:00
shared process - delete sharedIPCHandle
This commit is contained in:
@@ -168,7 +168,6 @@ export class SharedProcess extends Disposable implements ISharedProcess {
|
||||
nodeCachedDataDir: this.environmentService.nodeCachedDataDir,
|
||||
backupWorkspacesPath: this.environmentService.backupWorkspacesPath,
|
||||
userEnv: this.userEnv,
|
||||
sharedIPCHandle: this.environmentService.sharedIPCHandle,
|
||||
args: this.environmentService.args,
|
||||
logLevel: this.logService.getLevel()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user