mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(omnisharp) don't detach coreclr debug adapter
This commit is contained in:
parent
431ceaf329
commit
b7d3f4e8c2
1 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ return {
|
||||||
type = "executable",
|
type = "executable",
|
||||||
command = vim.fn.exepath("netcoredbg"),
|
command = vim.fn.exepath("netcoredbg"),
|
||||||
args = { "--interpreter=vscode" },
|
args = { "--interpreter=vscode" },
|
||||||
|
options = {
|
||||||
|
detached = false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
for _, lang in ipairs({ "cs", "fsharp", "vb" }) do
|
for _, lang in ipairs({ "cs", "fsharp", "vb" }) do
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue