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

Neovide through WS #275

Open adamllryan opened 4 months ago

adamllryan commented 4 months ago

I am running neovim in WSL through Neovide (neovide --wsl), and I ran into an interesting issue running Copilot:

[Copilot] Offline
[Copilot] Node.js version 18.x or newer required but found 12.22.9

I made sure to upgrade Node on WSL and on Windows, just to be sure, and running node -v on both return this:

node -v
v21.6.2

I am not sure where Copilot is checking my version of node, but I can't get it running. I've updated and restarted, and I can't find anywhere where I would have an instance of node with that version.