zed/crates/remote_server
Andrew Borg (Kashin) d40177c2ae
Fix project entry rename in Remote Development (#23382)
Closes #22883

To fix the problem, we move `handle_rename_project_entry` from
`Worktree` to `LspStore` and register it there. This way it becomes
available both in local and headless projects and this avoids the
duplication.

Release Notes:

- Fixed renaming project entries in Remote Development
2025-01-21 12:48:40 +01:00
..
src Fix project entry rename in Remote Development (#23382) 2025-01-21 12:48:40 +01:00
build.rs
Cargo.toml
LICENSE-GPL