提交 0bddf58a 编写于 作者: S Sandeep Somavarapu

fix #41738

上级 4d3b04f9
......@@ -75,7 +75,9 @@ export class Controller extends treedefaults.DefaultController {
private _getMenuActions(tree: WorkbenchTree): IAction[] {
const result: IAction[] = [];
const groups = this.menuService.createMenu(MenuId.ProblemsPanelContext, tree.contextKeyService).getActions();
const menu = this.menuService.createMenu(MenuId.ProblemsPanelContext, tree.contextKeyService);
const groups = menu.getActions();
menu.dispose();
for (let group of groups) {
const [, actions] = group;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册