Git UI: SSH path should be configurable (GIT_SSH) #10933
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
Milestone
Does this issue occur when all extensions are disabled?: Yes/No
Yes
I have a special GIT_SSH script I'd like to use in my personal dotfiles that cycles through keys in my ssh-agent and tries each of them for git operations. This works awesome for flipping between personal Github keys where I interact with OSS and our corporate enterprise account (both hosted on github.com which makes it a WHOLE thing...). Anyway, I need a way to specify a GIT_SSH, after my dotfiles are checked out, which is respected in the Git UI in VSCode. There doesn't seem to be a great way to do this... I have chatted with Copilot VSCode bot and it agrees 🤖
Steps to Reproduce:
OR!
postCreateCommand
, using something likeexport GIT_SSH=[...]
doesn't seem to have an effect on the Git UI in VSCode. Guessing it's not the same shell/envAny ideas here? Thanks all.
The text was updated successfully, but these errors were encountered: