Skip to content

Commit f852930

Browse files
blehreroriori1703
andcommitted
fix merge issue
Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com>
1 parent 24088e5 commit f852930

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lua/kickstart/plugins/debug.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ return {
8989
-- User cancelled the selection
9090
return
9191
end
92-
props[prompt].setter(vim.fn.input {
93-
prompt = ('[%s] '):format(prompt),
94-
default = props[prompt].value,
92+
props[choice].setter(vim.fn.input {
93+
prompt = ('[%s] '):format(choice),
94+
default = props[choice].value,
95+
9596
})
9697

9798
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())

0 commit comments

Comments
 (0)