@@ -34,7 +34,6 @@ import { isWindows, isMacintosh } from 'vs/base/common/platform';
3434import { IProductService } from 'vs/platform/product/common/productService' ;
3535import { INotificationService } from 'vs/platform/notification/common/notification' ;
3636import { IKeybindingService } from 'vs/platform/keybinding/common/keybinding' ;
37- import { IWorkbenchEnvironmentService } from 'vs/workbench/services/environment/common/environmentService' ;
3837import { INativeWorkbenchEnvironmentService } from 'vs/workbench/services/environment/electron-sandbox/environmentService' ;
3938import { IAccessibilityService , AccessibilitySupport } from 'vs/platform/accessibility/common/accessibility' ;
4039import { WorkbenchState , IWorkspaceContextService } from 'vs/platform/workspace/common/workspace' ;
@@ -596,7 +595,7 @@ class NativeMenubarControl extends MenubarControl {
596595 @IStorageService storageService : IStorageService ,
597596 @INotificationService notificationService : INotificationService ,
598597 @IPreferencesService preferencesService : IPreferencesService ,
599- @IWorkbenchEnvironmentService protected readonly environmentService : IWorkbenchEnvironmentService ,
598+ @INativeWorkbenchEnvironmentService protected readonly environmentService : INativeWorkbenchEnvironmentService ,
600599 @IAccessibilityService accessibilityService : IAccessibilityService ,
601600 @IMenubarService private readonly menubarService : IMenubarService ,
602601 @IHostService hostService : IHostService ,
0 commit comments