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 d4bb4c0 commit bc31ee1Copy full SHA for bc31ee1
lua/kickstart/plugins/debug.lua
@@ -117,9 +117,10 @@ return {
117
-- User cancelled the selection
118
return
119
end
120
- props[prompt].setter(vim.fn.input {
121
- prompt = ('[%s] '):format(prompt),
122
- default = props[prompt].value,
+ props[choice].setter(vim.fn.input {
+ prompt = ('[%s] '):format(choice),
+ default = props[choice].value,
123
+
124
})
125
126
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())
0 commit comments