bugfix args debugger
This commit is contained in:
parent
254cc44480
commit
a39c322ca7
|
@ -765,7 +765,7 @@ local plugins = {
|
||||||
return vim.fn.input("Path to executable: ", vim.fn.getcwd() .. "/", "file")
|
return vim.fn.input("Path to executable: ", vim.fn.getcwd() .. "/", "file")
|
||||||
end,
|
end,
|
||||||
args = function()
|
args = function()
|
||||||
require('custom.utils').tokenize_args(vim.fn.input("args: "))
|
return require('custom.utils').tokenize_args(vim.fn.input("args: "))
|
||||||
end,
|
end,
|
||||||
cwd = "${workspaceFolder}",
|
cwd = "${workspaceFolder}",
|
||||||
-- FIXME: perhaps we can put the stdio somewhere more practical
|
-- FIXME: perhaps we can put the stdio somewhere more practical
|
||||||
|
|
Loading…
Reference in New Issue