You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to directly pass the github token? to this plugin, to avoid the use :Copilot auth? i tried to use the secret_key property in server options, but i don't know if its correct...
The text was updated successfully, but these errors were encountered:
Reviewing the LSP doc here this does not seem like a possibility. Did you see this in another implementation of the Copilot LSP?
I haven't seen another implementation that allows specifying tokens. I just thought that, since the process for authenticating with the GitHub CLI app is very similar to the LSP one, we could somehow achieve the following:
Is there a way to directly pass the github token? to this plugin, to avoid the use
:Copilot auth
? i tried to use the secret_key property in server options, but i don't know if its correct...The text was updated successfully, but these errors were encountered: