Skip to content

Commit

Permalink
fix(controls): refresh after dap.continue (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaozwn authored Aug 26, 2024
1 parent a5606bc commit 1c351e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/dapui/controls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ function M.enable_controls(element)

local list_id = "dapui_controls"
local events = {
"continue",
"terminate",
"restart",
"disconnect",
"event_terminated",
"disconnect",
"event_exited",
Expand Down

0 comments on commit 1c351e4

Please sign in to comment.