zed/crates/extension_host
Marshall Bowers ef45eca88e
extension_host: Fix uploading dev extensions to the remote server (#21761)
This PR fixes an issue where dev extensions were not working when
uploaded to the remote server.

The `extension.toml` for dev extensions may not contain all of the
information (such as the list of languages), as this is something that
we derive from the filesystem at packaging time. This meant that
uploading a dev extension that contained languages could have them
absent from the uploaded `extension.toml`.

For dev extensions we now upload a serialized version of the in-memory
extension manifest, which should have all of the information present.

Release Notes:

- SSH Remoting: Fixed an issue where some dev extensions would not work
after being uploaded to the remote server.

---------

Co-authored-by: Conrad <conrad@zed.dev>
2024-12-09 15:23:28 -05:00
..
src extension_host: Fix uploading dev extensions to the remote server (#21761) 2024-12-09 15:23:28 -05:00
build.rs
Cargo.toml Factor tool definitions out of assistant (#21189) 2024-11-25 18:26:34 -05:00
LICENSE-GPL