Restructure LSP log view to show log messages in addition to RPC trace
This commit is contained in:
parent
78f9642ac2
commit
66f215cd13
5 changed files with 337 additions and 138 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue