提交 cddfd3f7 编写于 作者: B Benjamin Pasero

Need Close All action in tab context menu (fixes #7698)

上级 4ca39a5c
......@@ -569,7 +569,8 @@ export class TabsTitleControl extends TitleControl {
const actions: IAction[] = [
this.closeEditorAction,
this.closeOtherEditorsAction,
this.closeRightEditorsAction
this.closeRightEditorsAction,
this.closeEditorsInGroupAction
];
if (this.previewEditors) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册