-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Closed
Labels
insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderspolishCleanup and polish issueCleanup and polish issueterminal-shell-integrationShell integration infrastructure, command decorations, etc.Shell integration infrastructure, command decorations, etc.
Milestone
Description
vscode/src/vs/workbench/contrib/terminal/common/terminalEnvironment.ts
Lines 445 to 450 in 71ad170
| switch (shell) { | |
| case 'bash': | |
| if (!originalArgs || originalArgs.length === 0 || areZshBashLoginArgs(originalArgs)) { | |
| newArgs = shellIntegrationArgs.get(ShellIntegrationExecutable.Bash); | |
| } | |
| break; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderspolishCleanup and polish issueCleanup and polish issueterminal-shell-integrationShell integration infrastructure, command decorations, etc.Shell integration infrastructure, command decorations, etc.