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
|
||||
return
|
||||
end
|
||||
props[prompt].setter(vim.fn.input {
|
||||
prompt = ('[%s] '):format(prompt),
|
||||
default = props[prompt].value,
|
||||
props[choice].setter(vim.fn.input {
|
||||
prompt = ('[%s] '):format(choice),
|
||||
default = props[choice].value,
|
||||
|
||||
})
|
||||
|
||||
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())
|
||||
|
|
Loading…
Reference in New Issue