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 3dc38f1 commit f227b1fCopy full SHA for f227b1f
1 file changed
lua/dap-view/types.lua
@@ -47,7 +47,7 @@
47
48
---@class dapview.KeymapsConfigPartial : dapview.KeymapsConfig, {}
49
---@field scopes? dapview.ScopesKeymapsConfigPartial
50
----@field watches? dapview.ScopesKeymapsConfigPartial
+---@field watches? dapview.WatchesKeymapsConfigPartial
51
---@field hover? dapview.HoverKeymapsConfigPartial
52
---@field help? dapview.HelpKeymapsConfigPartial
53
---@field console? dapview.ConsoleKeymapsConfigPartial
@@ -62,5 +62,6 @@
62
---@field windows? dapview.WindowsConfigPartial
63
---@field render? dapview.RenderConfigPartial
64
---@field help? dapview.HelpConfigPartial
65
+---@field keymaps? dapview.KeymapsConfigPartial
66
---@field icons? dapview.IconsConfigPartial
67
---@field virtual_text? dapview.VirtualTextConfigPartial
0 commit comments