fix(neovim): add netcoredbg to scope instead of absolute path
I don't know why I can't do absolute path.
This commit is contained in:
parent
85aac1442c
commit
bf3d76d86d
|
@ -66,6 +66,7 @@ in
|
|||
# C#
|
||||
csharp-ls
|
||||
csharpier
|
||||
netcoredbg
|
||||
|
||||
# HTML/CSS/JSON
|
||||
emmet-ls
|
||||
|
|
|
@ -41,7 +41,7 @@ pkgs:
|
|||
-- @type DapAdapter
|
||||
dap.adapters.coreclr = {
|
||||
type = "executable",
|
||||
command = "${pkgs.netcoredbg}/bin/netcoredbg",
|
||||
command = "netcoredbg",
|
||||
args = {"--interpreter=vscode"}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue