Skip to content

Commit 51ecb08

Browse files
committed
Mark debug_selection opts as optional
1 parent 972b8b8 commit 51ecb08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/dap-python.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ end
381381

382382

383383
--- Debug the selected code
384-
---@param opts DebugOpts
384+
---@param opts? DebugOpts
385385
function M.debug_selection(opts)
386386
opts = vim.tbl_extend('keep', opts or {}, default_test_opts)
387387
local start_row, _ = unpack(api.nvim_buf_get_mark(0, '<'))

0 commit comments

Comments
 (0)