mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Update crates/rust-analyzer/src/handlers.rs
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
parent
68d3eaead4
commit
7a6e1119af
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ pub(crate) fn handle_add_project(
|
||||||
let config = Arc::make_mut(&mut state.config);
|
let config = Arc::make_mut(&mut state.config);
|
||||||
config.add_linked_projects(params.project);
|
config.add_linked_projects(params.project);
|
||||||
|
|
||||||
state.fetch_workspaces_queue.request_op("reload workspace request".to_string());
|
state.fetch_workspaces_queue.request_op("linked projects changed".to_string());
|
||||||
state.fetch_build_data_queue.request_op("reload workspace request".to_string());
|
state.fetch_build_data_queue.request_op("linked projects changed".to_string());
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue