From 4027c3ea1abd805060d9210db13b1ae0d4716295 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Fri, 5 Aug 2016 17:59:41 +0200 Subject: [PATCH] clean up - remove commented lines. Related 10194 --- src/vs/workbench/electron-browser/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/vs/workbench/electron-browser/index.html b/src/vs/workbench/electron-browser/index.html index ba0ccfc4135..c1dbac1376e 100644 --- a/src/vs/workbench/electron-browser/index.html +++ b/src/vs/workbench/electron-browser/index.html @@ -110,10 +110,6 @@ var configuration = JSON.parse(args['config']); var enableDeveloperTools = !configuration.isBuilt || !!configuration.extensionDevelopmentPath; - // Linux is a PAIN https://github.com/electron/electron/issues/3306 - // process.env['VSCODE_IPC_HOOK'] = configuration.mainIPCHandle; - // process.env['VSCODE_SHARED_IPC_HOOK'] = configuration.sharedIPCHandle; - // Get the nls configuration into the process.env as early as possible. var nlsConfig = { availableLanguages: {} }; if (configuration.userEnv && configuration.userEnv['VSCODE_NLS_CONFIG']) {