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#
|
# C#
|
||||||
csharp-ls
|
csharp-ls
|
||||||
csharpier
|
csharpier
|
||||||
|
netcoredbg
|
||||||
|
|
||||||
# HTML/CSS/JSON
|
# HTML/CSS/JSON
|
||||||
emmet-ls
|
emmet-ls
|
||||||
|
|
|
@ -41,7 +41,7 @@ pkgs:
|
||||||
-- @type DapAdapter
|
-- @type DapAdapter
|
||||||
dap.adapters.coreclr = {
|
dap.adapters.coreclr = {
|
||||||
type = "executable",
|
type = "executable",
|
||||||
command = "${pkgs.netcoredbg}/bin/netcoredbg",
|
command = "netcoredbg",
|
||||||
args = {"--interpreter=vscode"}
|
args = {"--interpreter=vscode"}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue