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
When I open Neovim and run the :Copilot auth command, I see the output [Copilot] Authenticated as GitHub user: D00mch. I can still see the same output if I open a file with :e <path> after loading the session.
However, if I load a session with Neovim Session Manager and run the same command, I see the output [Copilot] Not running.
Recommended to go here:
Looks like Neovim lost track of the LSP server that Copilot starts. You should probably ask about this problem on neovim-session-manager, since they'll have better idea why this might happen.
Bug description
Copilot doesn't wokin after loading a session.
Created an issue in copilot:
Recommended to go here:
Steps to reproduce
Minimal configuration
Disable
autoload_mode
Setup Copilot:
Expected behavior
After I load a session, Copilot continues working.
Environment
Workaround
Have a keymap to setup copilot manually after loading a session.
The text was updated successfully, but these errors were encountered: