This commit is contained in:
Brian Lehrer 2025-07-04 09:23:59 -07:00 committed by Ori Perry
parent f8529309d2
commit 74ed652b10
1 changed files with 1 additions and 2 deletions

View File

@ -89,10 +89,9 @@ return {
-- User cancelled the selection -- User cancelled the selection
return return
end end
props[choice].setter(vim.fn.input { props[choice].setter(vim.fn.input {
prompt = ('[%s] '):format(choice), prompt = ('[%s] '):format(choice),
default = props[choice].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())