zed/crates/project
Antonio Scandurra 2f09a4af16 Update project metadata when releasing a worktree's weak handle
When a project was getting unshared, we would remove invisible worktrees
from the project's state without notifying the server, which was causing
the randomized tests to fail.

This commit calls `Project::remove_worktree` when a worktree's handle gets
released. Doing so ensures that we update both our local metadata database
as well as the state on the server.
2022-06-22 10:26:10 +02:00
..
src Update project metadata when releasing a worktree's weak handle 2022-06-22 10:26:10 +02:00
Cargo.toml Add unit test to ensure changing enable_language_server works 2022-06-09 10:48:06 +02:00