File tree Expand file tree Collapse file tree
src/vs/workbench/electron-browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import {EventService} from 'vs/platform/event/common/eventService';
2020import { LegacyWorkspaceContextService } from 'vs/workbench/services/workspace/common/contextService' ;
2121import { IWorkspace } from 'vs/platform/workspace/common/workspace' ;
2222import { WorkspaceConfigurationService } from 'vs/workbench/services/configuration/node/configurationService' ;
23- import { IProcessEnvironment } from 'vs/code/electron-main/env' ;
2423import { ParsedArgs } from 'vs/platform/environment/node/argv' ;
2524import { realpath } from 'vs/base/node/pfs' ;
2625import { EnvironmentService } from 'vs/platform/environment/node/environmentService' ;
@@ -37,7 +36,7 @@ export interface IWindowConfiguration extends ParsedArgs, IOpenFileRequest {
3736 appRoot : string ;
3837 execPath : string ;
3938
40- userEnv : IProcessEnvironment ;
39+ userEnv : any ; /* vs/code/electron-main/env/IProcessEnvironment*/
4140
4241 workspacePath ?: string ;
4342
You can’t perform that action at this time.
0 commit comments