worktree: Don't attempt to watch non-existing global gitignore (#40476)
Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user