Added space when reading c# dll name
This commit is contained in:
parent
131d92e587
commit
4f72b1fafe
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
} '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue