Just installed LSP-copilot for the first time and trying to configure it to work with github enterprise. If I'm reading the docs correctly, I believe I just need to configure this section in settings:
// Settings in here override those in "LSP-copilot/LSP-copilot.sublime-settings"
{
"settings": {
"authProvider": "github-enterprise",
"github-enterprise": {
"url": "https://git.target.com"
},
},
}
I've not configured any other settings. When I run Copilot login from the command pallet, instead of launching a github enterprise window it's still directing to github.com.
Have I incorrectly configure or misunderstood the proper process, or is this a bug? Thank you!
Hello all,
Just installed LSP-copilot for the first time and trying to configure it to work with github enterprise. If I'm reading the docs correctly, I believe I just need to configure this section in settings:
I've not configured any other settings. When I run Copilot login from the command pallet, instead of launching a github enterprise window it's still directing to github.com.
Have I incorrectly configure or misunderstood the proper process, or is this a bug? Thank you!