Skip to content

Commit b0d1e3b

Browse files
committed
Pass in active group to terminal + button command
Part of microsoft#131156
1 parent f8e9f87 commit b0d1e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ export function getTerminalActionBarArgs(location: ITerminalLocationOptions, pro
671671
},
672672
{
673673
shouldForwardArgs: true,
674-
arg: { location: primaryActionLocation } as ICreateTerminalOptions,
674+
arg: { location } as ICreateTerminalOptions,
675675
});
676676

677677
const dropdownAction = new Action('refresh profiles', 'Launch Profile...', 'codicon-chevron-down', true);

0 commit comments

Comments
 (0)