Restructure LSP log view to show log messages in addition to RPC trace

This commit is contained in:
Max Brunsfeld 2023-06-07 14:48:08 -07:00
parent 78f9642ac2
commit 66f215cd13
5 changed files with 337 additions and 138 deletions

View file

@ -3500,7 +3500,7 @@ impl std::fmt::Debug for OpenPaths {
}
}
pub struct WorkspaceCreated(WeakViewHandle<Workspace>);
pub struct WorkspaceCreated(pub WeakViewHandle<Workspace>);
pub fn activate_workspace_for_project(
cx: &mut AsyncAppContext,