Skip to content

Commit 667f5af

Browse files
davidbarskyVeykril
andauthored
Update crates/rust-analyzer/src/handlers.rs
Co-authored-by: Lukas Wirth <[email protected]>
1 parent 1156e01 commit 667f5af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/rust-analyzer/src/handlers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ pub(crate) fn handle_add_project(
6363
let config = Arc::make_mut(&mut state.config);
6464
config.add_linked_projects(params.project);
6565

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());
66+
state.fetch_workspaces_queue.request_op("linked projects changed".to_string());
67+
state.fetch_build_data_queue.request_op("linked projects changed".to_string());
6868
Ok(())
6969
}
7070

0 commit comments

Comments
 (0)