Go to file
Luc Georges f5e6911932
feat: add CI for release (#8)
* feat: add release CI

* debug: disable `aarch64-unknown-linux-gnu` & add missing `pkgconfig`

* fix: add `g++` & `pkg-config`

* fix: install libssl-dev on ubuntu

* fix: add sudo in specific case

* fix: remove ssl dependency

* feat: update Cargo.lock

* fix: use gcc-multilib

* fix: disable aarch64-linux for now

* fix: disable problematic platforms

* fix: comment out `aarch64-pc-windows-msvc`

* fix: set allow deadcode for `Document.language_id`

* fix: set valid release tag
2023-09-05 13:32:35 +02:00
.cargo feat: add CI for release (#8) 2023-09-05 13:32:35 +02:00
.github feat: add CI for release (#8) 2023-09-05 13:32:35 +02:00
crates/llm-ls feat: add CI for release (#8) 2023-09-05 13:32:35 +02:00
xtask feat: add CI for release (#8) 2023-09-05 13:32:35 +02:00
.gitignore feat: add CI for release (#8) 2023-09-05 13:32:35 +02:00
Cargo.lock feat: add CI for release (#8) 2023-09-05 13:32:35 +02:00
Cargo.toml feat: add CI for release (#8) 2023-09-05 13:32:35 +02:00
LICENSE feat: add LICENSE (#1) 2023-08-10 22:50:24 +02:00
README.md feat: code completion (#2) 2023-08-24 17:46:26 +02:00

llm-ls

Important

This is currently a work in progress, expect things to be broken!

llm-ls is a LSP server leveraging LLMs for code completion (and more?).

Compatible extensions