Skip to content

Commit 3eb947d

Browse files
committed
fixup: virtual_text signature changed
1 parent 6be5247 commit 3eb947d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/dap-view/listeners.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ for _, listener in ipairs(continue) do
144144
end
145145
end
146146

147-
dap.listeners.after.variables[SUBSCRIPTION_ID] = function(session)
148-
vt.virtual_text(session.current_frame)
147+
dap.listeners.after.variables[SUBSCRIPTION_ID] = function()
148+
vt.virtual_text()
149149
end
150150

151151
dap.listeners.before.event_stopped[SUBSCRIPTION_ID] = function(session)

0 commit comments

Comments
 (0)