We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0215c6b commit cc131a3Copy full SHA for cc131a3
lua/dap-view/watches/view.lua
@@ -13,7 +13,6 @@ M.show = function()
13
if state.bufnr then
14
-- Clear previous content
15
api.nvim_buf_set_lines(state.bufnr, 0, -1, true, {})
16
- api.nvim_buf_clear_namespace(state.bufnr, globals.NAMESPACE, 0, -1)
17
18
if views.cleanup_view(#state.watched_expressions == 0, "No Expressions") then
19
return
0 commit comments