There was an error while loading. Please reload this page.
1 parent a2bc330 commit e678fc6Copy full SHA for e678fc6
src/client/common/terminal/environmentActivationProviders/condaActivationProvider.ts
@@ -49,9 +49,9 @@ export class CondaActivationCommandProvider implements ITerminalActivationComman
49
case TerminalShellType.powershellCore:
50
return this.getPowershellCommands(envInfo.name, targetShell);
51
52
- case TerminalShellType.bash:
53
- case TerminalShellType.gitbash:
54
- return this.getBashCommands(envInfo.name);
+ case TerminalShellType.bash:
+ case TerminalShellType.gitbash:
+ return this.getBashCommands(envInfo.name);
55
56
// tslint:disable-next-line:no-suspicious-comment
57
// TODO: Do we really special-case fish on Windows?
0 commit comments