Adam Tao

Results 9 comments of Adam Tao

Hi, @razzmatazz , I have done some rebase on my branch https://github.com/tcx4c70/csharp-language-server/tree/rework, maybe it can make the cherry-pick easier. And I'm still investigating the crash on arm64, so please don't...

Hi @redfoggg, could you please provide an example c# project and a mininal nvim configuration that can reproduce the problem? Thanks!

@djzager 1. For now, all logs are sent to client via [`window/showMessageRequest`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_showMessageRequest). You can receive the notifications then print the content. 2. It looks like that you forget to send...

@djzager 1. `csharp-ls` will not send `client/registerCapability` if client says it doesn't support it (set `workspace.didChangeWatchedFiles.dynamicRegistration` to `false`). But if client doesn't say it, `csharp-ls` will think client support it,...

It seems that the latest linux kernel has been basically basically supported orange pi 5 / orange pi 5 plus (https://lore.kernel.org/lkml/[email protected]/)! Original patchset: 1. orange pi 5: https://lore.kernel.org/lkml/[email protected]/ 2. orange...

Linux 6.7 is just released and it can boot on my Orange Pi 5 Plus ![image](https://github.com/orangepi-xunlong/orangepi-build/assets/16728230/d549e30f-f10b-43fa-a773-cab053ef0fa6) However, it can only boot, there are still lots of device which can't work:...

Hi @Wordluc , `change to .csproj detected, will reload solution` means [the client tells the server that some `csproj` files are changed](https://github.com/razzmatazz/csharp-language-server/blob/master/src/CSharpLanguageServer/Handlers/Workspace.fs#L87-L93). Could you please share the trace log of...

> I really like this work. I am personally using custom js to support this. May I ask what's the blocker for this pr to be merged? I was struggling...