zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.43k stars 64 forks source link

Feature: Allow custom GH instance urls to be passed in to auth #296

Open lukigarazus opened 3 weeks ago

lukigarazus commented 3 weeks ago

I have a custom instance of GH Enterprise, so the default behaviour of using GitHub.com for auth does not work for me, as the code is not recognised.

zbirenbaum commented 2 weeks ago

I've been working on this today but it's a little tricky because I don't have a custom instance to work against so might take a little time. Once I have something I think works could you test it out and see if any errors come up?

lukigarazus commented 2 weeks ago

Of course

egemenkopuz commented 2 weeks ago

I can also help you test it out, just notify us here when you create the branch.