mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
Need Close All action in tab context menu (fixes #7698)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user