vscode-gitlink
vscode-gitlink copied to clipboard
Gitlab links are not working
The url structure potentially changed?
my remote uses subgroups and it looks like this
https://gitlab.com/[group]/[sub-group]/[repository-name].git
but the resulting link I got is
https://gitlab.com/[group]/[sub-group]/blob/[branch]/path/to/file
the correct link should be
https://gitlab.com/[group]/[sub-group]/[repository-name]/-/blob/[branch]/path/to/file