Update to VS Code 1.52.1
This commit is contained in:
@@ -44,7 +44,7 @@ export class ContextMenuService extends Disposable implements IContextMenuServic
|
||||
super();
|
||||
|
||||
// Custom context menu: Linux/Windows if custom title is enabled
|
||||
if (!isMacintosh && getTitleBarStyle(configurationService, environmentService) === 'custom') {
|
||||
if (!isMacintosh && getTitleBarStyle(configurationService) === 'custom') {
|
||||
this.impl = new HTMLContextMenuService(telemetryService, notificationService, contextViewService, keybindingService, themeService);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user