We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1156e01 commit 667f5afCopy full SHA for 667f5af
crates/rust-analyzer/src/handlers.rs
@@ -63,8 +63,8 @@ pub(crate) fn handle_add_project(
63
let config = Arc::make_mut(&mut state.config);
64
config.add_linked_projects(params.project);
65
66
- state.fetch_workspaces_queue.request_op("reload workspace request".to_string());
67
- state.fetch_build_data_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("linked projects changed".to_string());
68
Ok(())
69
}
70
0 commit comments