SilasMarvin / lsp-ai

LSP-AI is an open-source language server that serves as a backend for AI-powered functionality, designed to assist and empower software engineers, not replace them.
MIT License
2.1k stars 71 forks source link

'lsp-ai' won't be shown in 'hx --health' #77

Closed PorcoRosso85 closed 1 week ago

PorcoRosso85 commented 1 week ago

I've added this example to the file '$HOME/.config/language.toml', and then add 'lsp-ai' to some languages as language server' https://github.com/SilasMarvin/lsp-ai/blob/main/examples/helix/anthropic-in-editor-chatting.toml

But 'lsp-ai' won't be shown in 'hx --health' Any required in addition?

os ubuntu 24.04 in wsl2/windows11

helix version 24.3

    Updating crates.io index
     Ignored package `lsp-ai v0.7.0` is already installed, use --force to override

$ which lsp-ai
/home/user/.cargo/bin/lsp-ai
PorcoRosso85 commented 1 week ago

68