cha-lsp 1.0.4

LSP server for Cha — real-time code smell diagnostics
1
2
3
4
#[tokio::main]
async fn main() {
    cha_lsp::run_lsp().await;
}