| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(copilot): use correct error variable #4240 | Stefan van der Wolf | 2025-12-15 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
| * | docs(copilot): add instructions to enable lsp inline completion (#4111) | Alexandre Teoi | 2025-10-03 | 1 | -0/+27 |
| | | |||||
| * | fix(copilot): device flow authentication #4038 | Robert Muir | 2025-08-25 | 1 | -2/+2 |
| | | | | | Current code will always trigger error (unless you are already authd), because result.code is invalid. result.userCode must be used instead. | ||||
| * | ci(lint): require type annotation #4034 | Justin M. Keyes | 2025-08-24 | 1 | -0/+1 |
| | | |||||
| * | feat(copilot): initial support for copilot-language-server #4029 | Yi Ming | 2025-08-24 | 1 | -0/+107 |
