Skip to content

Commit cc131a3

Browse files
committed
fix: no need to clear namespace
1 parent 0215c6b commit cc131a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/dap-view/watches/view.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ M.show = function()
1313
if state.bufnr then
1414
-- Clear previous content
1515
api.nvim_buf_set_lines(state.bufnr, 0, -1, true, {})
16-
api.nvim_buf_clear_namespace(state.bufnr, globals.NAMESPACE, 0, -1)
1716

1817
if views.cleanup_view(#state.watched_expressions == 0, "No Expressions") then
1918
return

0 commit comments

Comments
 (0)