diff --git a/config/dap.nix b/config/dap.nix index f53f083..0c26c1c 100644 --- a/config/dap.nix +++ b/config/dap.nix @@ -36,7 +36,7 @@ name = "launch - netcoredbg", request = "launch", program = function() - return vim.fn.input('Path to dll', vim.fn.getcwd() .. '/bin/Debug/', 'file') + return vim.fn.input('Path to dll ', vim.fn.getcwd() .. '/bin/Debug/', 'file') end, }, } '';