zed/crates/extensions_ui
Max Brunsfeld 51ebe0eb01
Allow wasm extensions to do arbitrary file I/O in their own directory to install language servers (#9043)
This PR provides WASM extensions with write access to their own specific
working directory under the Zed `extensions` dir. This directory is set
as the extensions `current_dir` when they run. Extensions can return
relative paths from the `Extension::language_server_command` method, and
those relative paths will be interpreted relative to this working dir.

With this functionality, most language servers that we currently build
into zed can be installed using extensions.

Release Notes:

- N/A
2024-03-08 08:49:27 -08:00
..
src Allow wasm extensions to do arbitrary file I/O in their own directory to install language servers (#9043) 2024-03-08 08:49:27 -08:00
Cargo.toml Add a command for building and installing a locally-developed Zed extension (#8781) 2024-03-06 15:35:22 -08:00
LICENSE-GPL Add an extensions installation view (#7689) 2024-02-13 14:09:02 -05:00