Skip to content

Commit 148eedb

Browse files
committed
Move New Terminal menu items to own section
Follows up on microsoft#259424
1 parent 8623fc6 commit 148eedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/terminal/browser/terminalMenus.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export function setupTerminalMenus(): void {
206206
id: TerminalCommandId.CreateTerminalEditorSameGroup,
207207
title: terminalStrings.new
208208
},
209-
group: '1_file',
209+
group: '1_zzz_file',
210210
order: 30,
211211
when: TerminalContextKeys.processSupported
212212
});
@@ -216,7 +216,7 @@ export function setupTerminalMenus(): void {
216216
id: TerminalCommandId.CreateTerminalEditorSameGroup,
217217
title: terminalStrings.new
218218
},
219-
group: '1_file',
219+
group: '1_zzz_file',
220220
order: 30,
221221
when: TerminalContextKeys.processSupported
222222
});

0 commit comments

Comments
 (0)