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

This commit is contained in:
Benjamin Pasero 2016-06-15 10:24:05 +02:00
parent 4ca39a5c7e
commit cddfd3f7ce

View file

@ -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) {