- In
Zedopen the extension page (Ctrl-Shift-X). - Search for
Just Language Server. - Click
Installbutton.
Note: In addition zed-just extension is required to detect a justfile and to make zed-just-ls work properly. If anyone know how to avoid this extra step, pls open an issue or PR.
- Rust
wasm32-wasip2target- zed-just extension (see
Notein chapter Installation)
Steps are very similar to Zed docs chapter "Developing an Extension Locally".
- Clone the repository
git clone https://github.com/sectore/zed-just-ls. - In
Zedopen the extension page (Ctrl-Shift-X). - Click
Install Dev Extensionbutton. Select the root folder ofzed-just-lsyou have cloned before. Building the extension for the first time might take some time. You might follow the process by checking logs inZedcommandzed: open log).