Skip to content

Conversation

meganrogge
Copy link
Contributor

@meganrogge meganrogge commented Mar 12, 2021

Fixes #45444
Fixes #77652
Fixes #94473

@Tyriar Tyriar added this to the March 2021 milestone Mar 12, 2021
@Tyriar Tyriar self-requested a review March 12, 2021 16:28
Copy link
Member

@Tyriar Tyriar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had a quick look

Copy link
Contributor Author

@meganrogge meganrogge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re

I think this needs arg?: string[]?

good find. I don't think we need ITerminalProfileDto bc it is the same as ITerminalProfile, so I've replaced all instances of it

@meganrogge meganrogge force-pushed the merogge/shell-selector branch from 1c16f1d to cdc9586 Compare March 16, 2021 04:11
@meganrogge meganrogge merged commit e8e6d64 into main Mar 17, 2021
@meganrogge meganrogge deleted the merogge/shell-selector branch March 17, 2021 00:03
@karlhorky
Copy link

@meganrogge @Tyriar I guess the Git Bash profile should probably be like this instead, as per microsoft/vscode-docs#4066:

"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\git-cmd.exe",
"terminal.integrated.shellArgs.windows": [
  "--command=usr/bin/bash.exe",
  "-l",
  "-i"
]

Should I open a new issue for that?

@Tyriar
Copy link
Member

Tyriar commented Mar 17, 2021

@karlhorky yes please 🙂, thanks for checking

@Tyriar
Copy link
Member

Tyriar commented Mar 19, 2021

Created #119346

@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants