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 f8e9f87 commit b0d1e3bCopy full SHA for b0d1e3b
src/vs/workbench/contrib/terminal/browser/terminalMenus.ts
@@ -671,7 +671,7 @@ export function getTerminalActionBarArgs(location: ITerminalLocationOptions, pro
671
},
672
{
673
shouldForwardArgs: true,
674
- arg: { location: primaryActionLocation } as ICreateTerminalOptions,
+ arg: { location } as ICreateTerminalOptions,
675
});
676
677
const dropdownAction = new Action('refresh profiles', 'Launch Profile...', 'codicon-chevron-down', true);
0 commit comments