提交 1c9b4d47 编写于 作者: B Benjamin Pasero

context menus - fix instantiation service warning

上级 d59d9f5a
......@@ -361,7 +361,7 @@ export class Workbench extends Disposable implements IPartService {
// Use themable context menus when custom titlebar is enabled to match custom menubar
if (!isMacintosh && this.getCustomTitleBarStyle() === 'custom') {
serviceCollection.set(IContextMenuService, new SyncDescriptor(HTMLContextMenuService));
serviceCollection.set(IContextMenuService, new SyncDescriptor(HTMLContextMenuService, null));
} else {
serviceCollection.set(IContextMenuService, new SyncDescriptor(NativeContextMenuService));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册