Add more open events
project search diagnostics welcome page
This commit is contained in:
parent
e2f08a6cca
commit
ba9a9f4f17
13 changed files with 110 additions and 31 deletions
|
@ -631,6 +631,10 @@ impl Item for LspLogView {
|
|||
.into_any_element()
|
||||
}
|
||||
|
||||
fn telemetry_event_text(&self) -> Option<&'static str> {
|
||||
None
|
||||
}
|
||||
|
||||
fn as_searchable(&self, handle: &View<Self>) -> Option<Box<dyn SearchableItemHandle>> {
|
||||
Some(Box::new(handle.clone()))
|
||||
}
|
||||
|
|
|
@ -397,6 +397,10 @@ impl Item for SyntaxTreeView {
|
|||
.into_any_element()
|
||||
}
|
||||
|
||||
fn telemetry_event_text(&self) -> Option<&'static str> {
|
||||
None
|
||||
}
|
||||
|
||||
fn clone_on_split(
|
||||
&self,
|
||||
_: workspace::WorkspaceId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue