Skip to content

Commit

Permalink
refactor: remove useless listener
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlfs committed Jan 25, 2025
1 parent 73e2ecf commit 4f4f6c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/dap-view/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ dap.listeners.after.event_stopped[SUBSCRIPTION_ID] = function()
end
end

dap.listeners.after.launch[SUBSCRIPTION_ID] = function()
exceptions.update_exception_breakpoints_filters()
end

dap.listeners.after.initialize[SUBSCRIPTION_ID] = function(session, _)
state.exceptions_options = vim.iter(session.capabilities.exceptionBreakpointFilters)
:map(function(filter)
Expand Down

0 comments on commit 4f4f6c0

Please sign in to comment.