copilot.lua
copilot.lua copied to clipboard
Neovide through WS
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.