zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.43k stars 63 forks source link

No suggestions being generated inside/outside of panel #294

Open jmrussell opened 3 weeks ago

jmrussell commented 3 weeks ago

This was working for me for some time but recently stopped working. Attached is the log I get from LspLog with trace on. Any ideas would be helpful. Copilot works for me in vscode and using copilot.vim, seems to just fail with this plugin. I removed all traces of copilot and re-auth'd but had the same error. Went back a few commits and saw the same behavior.

Neovim 0.10.0
GitHub Copilot Language Server 1.197.0
Node.js 20.10.0

test.log

jmrussell commented 3 weeks ago

I finally found that an autocommand I had that inserted some text to the top of .py files was preventing copilot from generating suggestions. No clue why, but probably outside of the scope of this repo.