Skip to main content

Crate mos_lsp

Crate mos_lsp 

Source
Expand description

mos-lsp: language-server stdio entry point (manifest §17).

Editors spawn this binary and speak LSP over stdin/stdout. The protocol implementation lives in mos_lsp::run so it can be exercised from tests without owning the process.

Functions§

main 🔒