Skip to content

Commit 1e0fbd2

Browse files
committed
Remove unusued env
1 parent 1a249fc commit 1e0fbd2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/services/extensions/electron-browser/extensionHost.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ export class ExtensionHostProcessWorker {
141141
AMD_ENTRYPOINT: 'vs/workbench/node/extensionHostProcess',
142142
PIPE_LOGGING: 'true',
143143
VERBOSE_LOGGING: true,
144-
VSCODE_WINDOW_ID: String(this._windowService.getCurrentWindowId()),
145144
VSCODE_IPC_HOOK_EXTHOST: pipeName,
146145
VSCODE_HANDLES_UNCAUGHT_ERRORS: true,
147146
VSCODE_LOG_STACK: !this._isExtensionDevTestFromCli && (this._isExtensionDevHost || !this._environmentService.isBuilt || product.quality !== 'stable' || this._environmentService.verbose)

0 commit comments

Comments
 (0)