Add support for absolute SSH remote project URL extraction
Problem to solve
Currently when using absolute SSH paths for GitLab repositories Workflow is unable to find the GitLab project and needs manual linking.
For example git@gitlab.com:/gitlab-org/gitlab-vscode-extension.git does not work, but git@gitlab.com:gitlab-org/gitlab-vscode-extension.git does.
Proposal
Further details
Links / references
Edited by Lee Tickett