Skip to content

support bash login args with shell integration #141199

@meganrogge

Description

@meganrogge

switch (shell) {
case 'bash':
if (!originalArgs || originalArgs.length === 0 || areZshBashLoginArgs(originalArgs)) {
newArgs = shellIntegrationArgs.get(ShellIntegrationExecutable.Bash);
}
break;

Metadata

Metadata

Assignees

Labels

insiders-releasedPatch has been released in VS Code InsiderspolishCleanup and polish issueterminal-shell-integrationShell integration infrastructure, command decorations, etc.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions