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.
2 parents b745298 + 8cced9f commit bee15efCopy full SHA for bee15ef
src/vs/workbench/contrib/terminal/browser/terminalMenus.ts
@@ -48,6 +48,19 @@ export function setupTerminalMenus(): void {
48
order: 1
49
}
50
},
51
+ {
52
+ id: MenuId.MenubarTerminalMenu,
53
+ item: {
54
+ group: TerminalMenuBarGroup.Create,
55
+ command: {
56
+ id: TerminalCommandId.NewInNewWindow,
57
+ title: localize({ key: 'miNewInNewWindow', comment: ['&& denotes a mnemonic'] }, "New in New &&Window"),
58
+ precondition: ContextKeyExpr.has(TerminalContextKeyStrings.IsOpen)
59
+ },
60
+ order: 2,
61
+ when: TerminalContextKeys.processSupported
62
+ }
63
64
{
65
id: MenuId.MenubarTerminalMenu,
66
item: {
0 commit comments