vscode-gitlink icon indicating copy to clipboard operation
vscode-gitlink copied to clipboard

Gitlab links are not working

Open mipopon opened this issue 1 year ago • 1 comments

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

mipopon avatar Apr 12 '24 13:04 mipopon