vscode-gitlink
vscode-gitlink copied to clipboard
Goto/Copy File's Online Link
Results
11
vscode-gitlink issues
Sort by
recently updated
recently updated
newest added
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`