mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
parent
b042faeb64
commit
e075e096cf
5 changed files with 62 additions and 12 deletions
|
@ -51,7 +51,7 @@ fn main_inner() -> Result<()> {
|
|||
.and_then(|v| InitializationOptions::deserialize(v).ok())
|
||||
.unwrap_or_default();
|
||||
|
||||
ra_lsp_server::main_loop(workspace_roots, opts, r, s)
|
||||
ra_lsp_server::main_loop(workspace_roots, params.capabilities, opts, r, s)
|
||||
})?;
|
||||
log::info!("shutting down IO...");
|
||||
threads.join()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue