llm-ls/crates/lsp-client
Luc Georges 386ed53183
test: fix invalid deserialization (#85)
* test: fix invalid deserialization

* feat: install node or python only when needed

* feat: when action is rerun, run testbed with logs in debug

* feat(ci): update actions to node 20

* feat: log stdout & stderr from setup & build cmd as debug

* fix: bump helix revision

* fix: use helix fork for the time being

* fix(ci): install missing setuptools

* fix(ci): revert back to python 3.10

* fix(ci): disable lance
2024-02-19 17:25:42 +01:00
..
src test: fix invalid deserialization (#85) 2024-02-19 17:25:42 +01:00
Cargo.toml fix: helix editor build crash (#73) 2024-02-08 22:43:56 +01:00
README.md feat: testbed (#39) 2023-11-06 21:26:37 +01:00

LSP Client

Rust LSP Client.

Heavily inspired by rust-analyzer's lsp-server implementation.