Port semantic_index to gpui2 (#3500)

Release Notes:

- N/A
This commit is contained in:
Antonio Scandurra 2023-12-05 15:52:38 +01:00 committed by GitHub
commit 30725d6a17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 4569 additions and 10 deletions

View file

@ -3942,8 +3942,6 @@ impl std::fmt::Debug for OpenPaths {
}
}
pub struct WorkspaceCreated(pub WeakView<Workspace>);
pub fn activate_workspace_for_project(
cx: &mut AppContext,
predicate: impl Fn(&Project, &AppContext) -> bool + Send + 'static,