提交 1a1c4979 编写于 作者: J Johannes Rieken

fix npe

上级 90185b88
......@@ -358,7 +358,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, null));
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.
先完成此消息的编辑!
想要评论请 注册