Skip to content

fix: parse remotes with trailing slash

Closes #121 (closed)

When the user clones the repo using the browser location bar URL (e.g. git clone https://gitlab.com/gitlab-org/gitlab-vscode-extension/) Our GitLab instance can handle such remote, but the extension fails to parse the project and namespace. This MR fixes the issue.

Merge request reports