fix: roslyn nvim uses the right sdk.
This commit is contained in:
parent
967ac2c84f
commit
b739a91af9
8
nix/base-system/flake.lock
generated
8
nix/base-system/flake.lock
generated
@ -720,16 +720,16 @@
|
||||
"roslyn-lsp": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1704752101,
|
||||
"narHash": "sha256-eWKAdrKfuBqSoOW70BSqcANrGQ+NwbmCL8C1jLXdNt8=",
|
||||
"lastModified": 1715955799,
|
||||
"narHash": "sha256-VGCz9x93YRsFnQ+W6dxMDZHqxd01BQooY2lZ+hy5Pj0=",
|
||||
"owner": "zaphar",
|
||||
"repo": "roslyn.nvim",
|
||||
"rev": "f1301be34ff786036867137228f3d9f65a3434af",
|
||||
"rev": "0fe79f3847917a1845b19ed34f5878b08a2ae9fd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "zaphar",
|
||||
"ref": "non_nightly",
|
||||
"ref": "main",
|
||||
"repo": "roslyn.nvim",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -50,8 +50,7 @@
|
||||
flake = false;
|
||||
};
|
||||
roslyn-lsp = {
|
||||
url = "github:zaphar/roslyn.nvim/non_nightly";
|
||||
#url = "github:jmederosalvarado/roslyn.nvim";
|
||||
url = "github:zaphar/roslyn.nvim/main";
|
||||
flake = false;
|
||||
};
|
||||
heracles-flake.url = "github:zaphar/Heracles";
|
||||
|
@ -140,6 +140,7 @@ require('roslyn').setup({
|
||||
on_attach = function (client, _)
|
||||
--vim.notify(vim.inspect(client))
|
||||
end,
|
||||
sdk_framework = "net8.0",
|
||||
capabilities = caps,
|
||||
log_level = "Trace",
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user