-
Couldn't load subscription status.
- Fork 1.6k
Closed
Milestone
Description
GitLens uses legacy project routes for GitLab:
${projectURL}/branches${projectURL}/tree/${branch}${projectURL}/commit/${sha}${projectURL}/compare/${base}${notation}${compare}${projectURL}/blob/${ref}/${fileName}
This routes are all deprecated and scheduled for removal. See these references:
- https://docs.gitlab.com/ee/development/routing.html#project-routes
- https://gitlab.com/gitlab-org/gitlab/-/issues/118849
- https://gitlab.com/gitlab-org/gitlab/-/issues/28848
They should be replaced with the following:
${projectURL}/-/branches${projectURL}/-/tree/${branch}${projectURL}/-/commit/${sha}${projectURL}/-/compare/${base}${notation}${compare}${projectURL}/-/blob/${ref}/${fileName}
Version info:
- GitLens Version:
v12.0.7 - Git Version: N/A
- VSCode Version: N/A
- OS Version: N/A