We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8623fc6 commit 148eedbCopy full SHA for 148eedb
src/vs/workbench/contrib/terminal/browser/terminalMenus.ts
@@ -206,7 +206,7 @@ export function setupTerminalMenus(): void {
206
id: TerminalCommandId.CreateTerminalEditorSameGroup,
207
title: terminalStrings.new
208
},
209
- group: '1_file',
+ group: '1_zzz_file',
210
order: 30,
211
when: TerminalContextKeys.processSupported
212
});
@@ -216,7 +216,7 @@ export function setupTerminalMenus(): void {
216
217
218
219
220
221
222
0 commit comments