Added space when reading c# dll name

This commit is contained in:
EsVagy42 2025-09-09 21:33:59 +02:00
parent 131d92e587
commit 4f72b1fafe

View file

@ -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,
},
} '';