zed/crates/editor
Antonio Scandurra e566929d9e Fix panic when clicking on a definition
This was introduced with #2420 and was caused by re-entrantly updating
the workspace. Instead of passing the workspace reference from the outside,
we now define the definition navigation as a method on the editor which solves
the issue.

Note that we also needed to introduce a `defer` call when navigating to a definition
to prevent the workspace from reading the editor during `open_project_item`.
2023-04-29 14:53:17 +02:00
..
src Fix panic when clicking on a definition 2023-04-29 14:53:17 +02:00
Cargo.toml Rework telemetry code to support sending events to Clickhouse 2023-04-28 16:06:55 -04:00