-
Notifications
You must be signed in to change notification settings - Fork 14
Getting error every time I move in the file #85
Description
Error detected while processing WinScrolled Autocommands for "*": Error executing lua callback: ...a/Local/nvim-data/lazy/rzls.nvim/lua/rzls/server/lsp.lua:87: ...zls.nvim/lua/rzls/server/methods/semantictokens_full.lua:42: Invalid 'buffer': Expected Lua number stack traceback: [builtin#36]: at 0x7ff879873230 ...a/Local/nvim-data/lazy/rzls.nvim/lua/rzls/server/lsp.lua:87: in function 'request' ...m Files/Neovim/share/nvim/runtime/lua/vim/lsp/client.lua:680: in function 'request' ...eovim/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:292: in function 'send_request' ...eovim/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:750: in function 'force_refresh' ...zls.nvim/lua/rzls/server/methods/semantictokens_full.lua:10: in function <...zls.nvim/lua/rzls/server/methods/semantictokens_full.lua:7>
Once this happens I have to reload Roslyn, so not a big deal. I got it to happen when I open a file from my unit test project (it's still part of the same solution). I am using the perf branch just in case it has to do with those changes.