-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add this library to vcpkg? #11
Comments
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. |
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. |
Is this still planned? Just curious. :) |
Have you thought about adding this project as a package to vcpkg?
The text was updated successfully, but these errors were encountered: