ben-gibson / GitLink

A Jetbrains plugin that opens a local file under Git version control in its remote host using the default browser.
https://plugins.jetbrains.com/plugin/8183-gitlink
MIT License
671 stars 58 forks source link

Changing of domain registry not working #324

Open deswier opened 7 months ago

deswier commented 7 months ago

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 image

Firstly, I click to apply. After that, I click to OK When I open settings again, order is not preserved. image

Intellij idea 2023.2.5 GitLink 4.4.0

deswier commented 7 months ago

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 7 months ago

What does your remote config look like? $ git remote -v

kfirfer commented 6 months ago

https://github.com/ben-gibson/GitLink/issues/293#issuecomment-1865277980