fix merge issue
Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com>
This commit is contained in:
parent
d4bb4c01e3
commit
bc31ee1faa
|
@ -117,9 +117,10 @@ return {
|
||||||
-- User cancelled the selection
|
-- User cancelled the selection
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
props[prompt].setter(vim.fn.input {
|
props[choice].setter(vim.fn.input {
|
||||||
prompt = ('[%s] '):format(prompt),
|
prompt = ('[%s] '):format(choice),
|
||||||
default = props[prompt].value,
|
default = props[choice].value,
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())
|
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())
|
||||||
|
|
Loading…
Reference in New Issue