v2.0.0
First release under the Depsy name.
Depsy is the extension previously published as Dependi. The rename was requested by the Dependi (dependi.io) maintainers, who are publishing their own Zed extension under the dependi id. Background in #377.
What changed since 1.10.0:
- The extension id is
depsy, the language server binary isdepsy-lsp, the settings key islsp.depsy, and the cache moved to~/.cache/depsy. lsp.dependi.initialization_optionsis still read as a fallback, so an existing configuration keeps working. The "ignore this package" code action also carries the entries of the oldignorelist over tolsp.depsy, because Zed replaces arrays when it merges the two keys and would otherwise drop them.- aarch64 Linux builds work again with Rust 1.98 (cargo-zigbuild 0.23.2).
- h2 bumped to 0.4.19 for RUSTSEC-2026-0258.
Nothing else changed: same parsers, registries, diagnostics and code actions as 1.10.0.
Migrating from Dependi:
- Install Depsy from the Zed extensions panel (extension id
depsy-lspas of 2.0.1, see the 2.0.1 notes). It shows up once zed-industries/extensions#7385 is merged. - Uninstall
dependi. - Rename
lsp.dependitolsp.depsyin your settings when convenient. Not required.
Full Changelog: v1.10.0...v2.0.0