fix(omnisharp) don't detach coreclr debug adapter

This commit is contained in:
Kurren Nischal 2024-07-13 19:16:11 +01:00
parent 431ceaf329
commit b7d3f4e8c2

View file

@ -75,6 +75,9 @@ return {
type = "executable",
command = vim.fn.exepath("netcoredbg"),
args = { "--interpreter=vscode" },
options = {
detached = false,
},
}
end
for _, lang in ipairs({ "cs", "fsharp", "vb" }) do