5 Commits

Author SHA1 Message Date
Stefan van der Wolf
ad95655ec5
fix(copilot): use correct error variable #4240
Problem:
The client:exec_cmd callback was incorrectly referencing to err variable
from the outer scope instead of the cmd_err variable from its on scope.
Could cause problems when err is nil but the cmd_err is not.

Solution:
Changed the reference from err to cmd_err
2025-12-15 10:50:16 -05:00
Alexandre Teoi
5b1a75b57e
docs(copilot): add instructions to enable lsp inline completion (#4111) 2025-10-03 20:28:27 -07:00
Robert Muir
44201a94c6
fix(copilot): device flow authentication #4038
Current code will always trigger error (unless you are already authd),
because result.code is invalid. result.userCode must be used instead.
2025-08-25 19:13:09 -07:00
Justin M. Keyes
7b5253c863
ci(lint): require type annotation #4034 2025-08-24 20:35:19 -07:00
Yi Ming
6f184fbf68
feat(copilot): initial support for copilot-language-server #4029 2025-08-24 20:04:48 -07:00