aether-lspd 0.1.16

LSP daemon for sharing language servers across multiple agents
Documentation
1
2
3
4
5
6
7
8
Errors from the daemon (server) side of `aether-lspd`.

# Variants

- **`Io`** -- A general IO error.
- **`BindFailed`** -- Failed to bind the Unix domain socket (e.g. address already in use, permission denied).
- **`LspSpawnFailed`** -- Failed to spawn a language server subprocess.
- **`LockfileError`** -- Failed to acquire the lockfile for the socket path, typically because another daemon instance is already running.