Changing of domain registry not working
Opened this issue · 3 comments
deswier commented
I had not correct urls in gitlink
I have: https://dev.azure.com/......
I must have: https://test.azure.com/......
I am trying to change domain registry of azure.
I have added a new domain registry
I change an order of registries
Firstly, I click to apply. After that, I click to OK
When I open settings again, order is not preserved.
Intellij idea 2023.2.5
GitLink 4.4.0
deswier commented
change
I am trying to add custom platform
When I use
{remote:url}?path={file:path}{file:name}&version=GC{commit}&line={line:start}&lineEnd={line:end}&lineStartColumn=1&lineEndColumn=1&lineStyle=plain&_a=contents
I can't see which line is selected, because line=lineEnd. How I can fix it?
ben-gibson commented
What does your remote config look like? $ git remote -v
kfirfer commented