vscode-open-in-github: Unknown Git provider
Hi!
Today I started getting error alerts when trying to use this extension: Unknown Git provider. Error: unknown Provider.
Yesterday extension worked fine. I didn’t make any changes in my environment recently, though maybe vscode updated in the background.
Here are my details: vscode: Version 1.25.1 (1.25.1) macOS: 10.13.5 xcode: 9.4.1
About this issue
- Original URL
- State: open
- Created 6 years ago
- Reactions: 6
- Comments: 15 (4 by maintainers)
I’m hitting this too. I tried setting
openInGitHub.gitHubDomainto our Github Enterprise domain, but looks like a v1.3.5 problem. VS Code 1.25.1 as well on Windows.@ziyasal Here’s a screenshot of the error within VS Code for me:
On:
ziyasal.vscode-open-in-githubv1.3.5It also looks like the latest Travis build failed.
I love this extension and use it everyday. Looking forward to a fix!
@rusty-key No worries, I will have a look asap 👍
I love this extention too.
if you use custom domain repository like
github.example.com, setopenInGitHub.providerType: "github"in your user settings.before this https://github.com/ziyasal/vscode-open-in-github/commit/5fae04014cee8a7456a37a618a903e8a043f0acc commit, the default providerType was
gitlabbut it would works with usinggithubprovider because gitlab and github are the same url style…I’m experiencing exactly the same issue. I’ve tried setting
providerTypeto"gitlab"andgitHubDomainto our custom Gitlab host, something I hadn’t had to set before, but this doesn’t do anything.I’m using: • ziyasal/vscode-open-in-github v1.3.5 • vscode v1.25.1 • macOS 10.13.6