zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.8k stars 3.15k forks source link

Use `Extension` trait when registering extension context servers #21070

Closed maxdeviant closed 6 days ago

maxdeviant commented 6 days ago

This PR updates the extension context server registration to go through the Extension trait for interacting with extensions rather than going through the WasmHost directly.

Release Notes: