Cargo Features

auto-lsp has no features set by default.

[dependencies]
auto-lsp = { version = "0.4.0", features = ["deadlock_detection", "log", "lsp_server", "rayon", "wasm", "python", "html", "thiserror"] }
deadlock_detection

Enables deadlock_detection of auto-lsp-core, deadlock_detection and nightly of parking_lot

log

Enables log of auto-lsp-core

lsp_server

Enables crossbeam-channel, lsp-server, serde, serde_json, texter, and walkdir

rayon

Enables rayon, rayon of auto-lsp-core

wasm

Enables nightly of parking_lot

python

Enables tree-sitter-python

html

Enables tree-sitter-html

Features from optional dependencies

thiserror implicit feature

Enables thiserror

thiserror:

derive(Error)