-
|
So I have been using copilot a lot and have been loving it ever since. I use it mainly to complete python code for me and it works fantastically. |
Beta Was this translation helpful? Give feedback.
-
|
Similar behavior noticed in case of golang, C++/Java/bash/lua seem to work correctly though. |
Beta Was this translation helpful? Give feedback.
-
|
Javascript is also not working at the moment. I tried logging in and out, as well as updating the plugin. Nothing being suggested. |
Beta Was this translation helpful? Give feedback.
-
|
I also want to point out that this problem still persist with the latest version of the plugin 1.3.0 and it seems not to related to the plugin or neovim versions because I downgraded both and the issue persists, maybe its something from copilot server side? |
Beta Was this translation helpful? Give feedback.
-
|
I think we should open a GitHub issue on the actual neovim plugin, maybe it's a bug in their code and not in Copilot?? |
Beta Was this translation helpful? Give feedback.
-
|
If you are using an older version of the plugin, please upgrade to 1.3.0 or later. See #16423 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
There's currently an issue running on Node.js 18.1.0. Downgrading to an older version is a workaround. If you can't easily downgrade, you can use a tool like nodenv or nvm to install a version of Node in your home directory, and then tell Copilot where to find it: let g:copilot_node_command = "~/.nodenv/versions/16.15.0/bin/node" |
Beta Was this translation helpful? Give feedback.
There's currently an issue running on Node.js 18.1.0. Downgrading to an older version is a workaround. If you can't easily downgrade, you can use a tool like nodenv or nvm to install a version of Node in your home directory, and then tell Copilot where to find it: