Norbert Leitl

Results 11 comments of Norbert Leitl

Hi @p-lindberg , @rogerfar have you found a solution / workaround for this issue? I'm also having problems getting the sample server to run.

OK, that's annoying ... But thanks for your quick reply 👍

Found a nice manageable example from @bjorkstromm https://github.com/bjorkstromm/lsp-example that helps to get started implementing a LSP server in C# including a VSCode client. However this demo is a bit older...

Update: Finally I revisited the issue and got a small LSP running with current version 0.19.7. The difference is that I'm now using the base classes to derive the handlers...

It is very likely that this issue can be traced back to faulty implemeted handlers. Initially, I had the same problem. The small sample code above should work.

@tritao Hi, just a friendly inquiry. During the code generation, we also noticed this bug. Is there already a plan from your side on whether this bug will be fixed...

@tritao Perhaps I will have some time in a few weeks to take a look at it ...

Just tried to build CppSharp on Ubuntu aarch64 Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy ``` ./build.sh build_llvm --platform arm64 ./build.sh package_llvm --platform arm64 ./build.sh generate...

Just retried to build for arm64: ./build.sh build_llvm --platform arm64 ./build.sh package_llvm --platform arm64 ./build.sh generate -configuration Release -platform arm64 run the build: ./build.sh -configuration Release -platform arm64 got following...