ZIm/crates/project/src
Max Brunsfeld 9445005bff
Don't consider empty deleted files to be dirty or conflicting (#27701)
When a file is deleted outside of Zed, but it doesn't have any unsaved
changes, it shouldn't be considered "dirty" (prompting you before you
close it).

Release Notes:

- Fixed an bug where unchanged buffers were marked as conflicting if
their files were deleted outside of Zed.

---------

Co-authored-by: Antonio <antonio@zed.dev>
2025-03-28 14:17:16 -07:00
..
debugger Debugger: Switch Breakpoint Anchor from left to right (#27688) 2025-03-28 20:04:44 +00:00
git_store Move repository state RPC handlers to the GitStore (#27391) 2025-03-26 18:23:44 -04:00
lsp_command Remove language::markdown (#25136) 2025-02-19 08:55:36 -07:00
lsp_store Merge clangd's inactiveRegions with existing diagnostics (#26737) 2025-03-25 15:13:53 +02:00
manifest_tree project: Track manifest locations per unique manifest locator (#27194) 2025-03-21 15:22:36 +01:00
buffer_store.rs Migrate most callers of git-related worktree APIs to use the GitStore (#27225) 2025-03-21 00:10:17 -04:00
color_extractor.rs Simplify static expression to a constant (#23193) 2025-01-15 19:31:21 +00:00
connection_manager.rs Migrate most callers of git-related worktree APIs to use the GitStore (#27225) 2025-03-21 00:10:17 -04:00
debounced_delay.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
debugger.rs debugger: Remove fake adapter and un-gate GDB (#27557) 2025-03-27 22:31:58 +00:00
direnv.rs Environment loading fixes (#19144) 2024-10-16 12:14:40 +02:00
environment.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
git_store.rs If GIT_ASKPASS is already set, assume it will do the right thing (#27681) 2025-03-28 14:50:05 -06:00
image_store.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
lsp_command.rs project: Fix LSP completion to use insertText when constructing default edits (#27630) 2025-03-28 03:00:48 +05:30
lsp_store.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
manifest_tree.rs project: Track manifest locations per unique manifest locator (#27194) 2025-03-21 15:22:36 +01:00
prettier_store.rs Fix code action formatters creating separate transaction (#26311) 2025-03-19 20:59:43 -05:00
project.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
project_settings.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
project_tests.rs Don't consider empty deleted files to be dirty or conflicting (#27701) 2025-03-28 14:17:16 -07:00
search.rs Revert "Use multi-line regex for '\s'" (#25926) 2025-03-03 10:32:49 -05:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs Notify about broken task file contents (#27185) 2025-03-20 13:06:10 +00:00
task_store.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
terminals.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
toolchain_store.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
worktree_store.rs Move repository state RPC handlers to the GitStore (#27391) 2025-03-26 18:23:44 -04:00
yarn.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00