TerminalFi / LSP-copilot

GitHub Copilot support for Sublime Text LSP plugin provided through Copilot.vim.
671 stars 25 forks source link

Github enterprise configuration appears to not work correctly #207

Open ryankoski-at-work opened 2 months ago

ryankoski-at-work commented 2 months ago

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:

// 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!

TerminalFi commented 2 months ago

Thanks, looking into this.