vscode-open-in-github icon indicating copy to clipboard operation
vscode-open-in-github copied to clipboard

Support SSH alias

Open felixfbecker opened this issue 9 years ago • 0 comments

I have a .ssh/config like

Host github
  User git
  HostName github.com
  IdentityFile ~/.ssh/github

so my remote is just github:felixfbecker/whatever. I'm getting the error Unknown git provider

felixfbecker avatar Aug 10 '16 20:08 felixfbecker