vscode-gitlens
vscode-gitlens copied to clipboard
need autolink to be in `gitlens.remotes`
i'm working on multiple repos with my only one VSCode editor. The only changeable part of current autolink
option is <num>
, so everything else has to be hard-coded. I strongly need autolink
option to be in gitlens.remotes
, with support of variables.
eg.
https://git.somewhere.com/${repo}/merge_requests/<num>
Thanks.