We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24088e5 commit f852930Copy full SHA for f852930
lua/kickstart/plugins/debug.lua
@@ -89,9 +89,10 @@ return {
89
-- User cancelled the selection
90
return
91
end
92
- props[prompt].setter(vim.fn.input {
93
- prompt = ('[%s] '):format(prompt),
94
- default = props[prompt].value,
+ props[choice].setter(vim.fn.input {
+ prompt = ('[%s] '):format(choice),
+ default = props[choice].value,
95
+
96
})
97
98
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())
0 commit comments