gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
8.97k stars 1.32k forks source link

remote URL not working for wiki links #614

Open jaywryan opened 5 years ago

jaywryan commented 5 years ago

Steps to Reproduce:

  1. Use the Remote features of GitLens (Copy or Open) Remote URL on a github wiki.

This results in a 404 as the URL gets set to the remote url for the git repository, which is .wiki

This should recognize the .wiki and redirect the remote URL to be /wiki

In practice, I am using GitHub Enterprise and setting the remote urls in the settings.json and it is working as expected on repositories that are not wikis

eamodio commented 3 years ago

@jaywryan would you be willing to open a PR to support this?