Antoine Gaudreau Simard
Antoine Gaudreau Simard
hmm that looks normal to me, if you add -v after curl and run that command, does it work?
-v only means verbose so it should output a log, so if you run the follow you should be able to get a log which you can post back here:...
I someone wants to test out the PR I made for the fix you can temporarily change your config to pull from it like: ```lua return { "AntoineGS/copilot.lua", branch =...
A complete shot in the dark but could you try the `beta` branch? It needs more testing before I merge it into master but I would be curious to see...
Ah that sucks :( I hope you find a solution that does not require a fresh install! I will close the issue for now, though if anyone reports back that...
Since this PR is not yet merged I have temporarily put a redirection of the status in its old place. Let me know if it does not work (I do...
Interesting, this is due to the 'in-line virtual text' I added recently. I did not encounter this behavior in my tests, I'll see if I can replicate it. If you...
For the bug part, looks like https://github.com/zbirenbaum/copilot.lua/pull/476 would fix it, could you checkout that branch and see if it fixes it? I am running behind on PR review so I...
I would expect most people to want to see the ghost text and the LSP menu at the same time, since they would typically show different things. Is this because...