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 Improve Linux panic reporting (#22202) 2024-12-22 08:20:17 +00:00
Cargo.toml chore: Use workspace fields for edition and publish (#23291) 2025-01-17 17:39:22 +01:00
LICENSE-GPL