shared process - delete sharedIPCHandle

This commit is contained in:
Benjamin Pasero
2021-02-09 12:16:55 +01:00
parent 6ac77de5d7
commit 8c8ab33b79
5 changed files with 0 additions and 12 deletions
@@ -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()
};