Description
Description
We need to implement getUrlForCreatePullRequest
for each supported remote
vscode-gitlens/src/git/remotes/remoteProvider.ts
Lines 185 to 188 in e5e5ed6
We need to also ensure that we are correctly mapping self-hosted provider remotes to the proper type
Verification steps
- For Azure test different types of origin URL:
- SSH VSTS (oldschool)
[email protected]:v3/bbbchiv/MyFirstProject/test
- SSH AzureDevOps (modern)
[email protected]:v3/bbbchiv2/MyFirstProject/MyFirstProject
- HTTPS VSTS (oldschool)
https://bbbchiv.visualstudio.com/MyFirstProject/_git/test
- HTTPS AzureDevOps (modern)
https://[email protected]/bbbchiv2/MyFirstProject/_git/MyFirstProject
- SSH VSTS (oldschool)
- GitLab
- Bitbucket Cloud
Bitbucket Data Center- GitHub.com and GitHub Enterprise