Hi, a good improvement for your awesome extension could be a configuration that allows you to configure base URL of your github instance.
So when your github instance is not publicly accessible and is located in the URL like that:
https://github.my-company.com/my-org/my-repo/
the extension should still be able to create a link.
Here is a piece of code that needs to be changed: https://github.com/gimenete/github-linker/blob/master/src/extension.ts#L11-L22
And this and this is an example of how to support options to be specified in settings.json file
Hi, a good improvement for your awesome extension could be a configuration that allows you to configure base URL of your github instance.
So when your github instance is not publicly accessible and is located in the URL like that:
https://github.my-company.com/my-org/my-repo/
the extension should still be able to create a link.
Here is a piece of code that needs to be changed: https://github.com/gimenete/github-linker/blob/master/src/extension.ts#L11-L22
And this and this is an example of how to support options to be specified in
settings.jsonfile