worktree: Don't attempt to watch non-existing global gitignore (#40476)

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Lukas Wirth
2025-10-17 13:19:38 +00:00
committed by GitHub
parent 9056d77604
commit b27fd3b8d7
2 changed files with 22 additions and 16 deletions
@@ -164,7 +164,6 @@ pub struct BreakpointStore {
impl BreakpointStore {
pub fn init(client: &AnyProtoClient) {
log::error!("breakpoint store init");
client.add_entity_request_handler(Self::handle_toggle_breakpoint);
client.add_entity_message_handler(Self::handle_breakpoints_for_file);
}