Skip to main content

run

Function run 

Source
pub async fn run(root: PathBuf) -> Result<(), CliError>
Expand description

Run the LSP server over stdio.

This is the entry point called from the lsp subcommand. It blocks until the client disconnects.