Changed config for dap
This commit is contained in:
parent
a8e483ed73
commit
d365c05343
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file')
|
return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file')
|
||||||
end,
|
end,
|
||||||
cwd = "''${workspaceFolder}",
|
cwd = "''${workspaceFolder}",
|
||||||
stopOnEntry = false,
|
stopOnEntry = true,
|
||||||
args = {},
|
args = {},
|
||||||
runInTerminal = true,
|
runInTerminal = true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue