Add this library to vcpkg?
Have you thought about adding this project as a package to vcpkg?
It's a good idea. But right now I am writing a lsp-server. When the lsp-server is done .I will add this project as a package to VCPKG. I had found out some problems about LspCpp, when it as a dependence to LPG-language-server. So i think it's no ready to as a package to VCPKG right now.
Have you looked at the LSP server inside ClangD? I'm looking at using it as well, assuming it's good enough as it's part of LLVM.
https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clangd/ClangdLSPServer.h
Have you looked at the LSP server inside ClangD? I'm looking at using it as well, assuming it's good enough as it's part of LLVM.
https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clangd/ClangdLSPServer.h
Before start this project , I had looked at a lot LSP server in the list Implementations Language Servers . But at that time , I just want a lsp-client, not a lsp-server. And extract any of them from the server is a lot work, i start this project to help someone like me. And most of code of this project had come from a lsp-server cquery. for me , no perfect match, only match perfect.
Is this still planned? Just curious. :)