commit
This commit is contained in:
parent
9724a9cb96
commit
ea89462931
@ -25,6 +25,13 @@ return {
|
||||
cmd = dap.run_last,
|
||||
},
|
||||
|
||||
{
|
||||
name = " Run debug (Test)",
|
||||
cmd = function()
|
||||
require("neotest").run.run({ strategy = "dap" })
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
name = " Eval",
|
||||
cmd = dapui.eval, -- require('dap.ui.widgets').hover()
|
||||
|
Loading…
x
Reference in New Issue
Block a user