Skip to content

Commit

Permalink
fix: reduce flickering by not clearing text on "continue"
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed May 6, 2023
1 parent 855856d commit 916b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-dap-virtual-text/virtual_text.lua
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function M._on_continue()
error_set = nil
info_set = nil
stopped_frame = nil
M.clear_virtual_text()
--M.clear_virtual_text()
end

---@param stackframe dap.StackFrame|nil
Expand Down

0 comments on commit 916b5a3

Please sign in to comment.