-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build the server locally #1
Comments
There is no need to build the server yourself. The process is already complete, but I had the resulting jar under .gitignore, oops. Now it is visible. To integrate the server with a client you need to set up a script running .jar file as I do for the VS code extension in https://github.com/jdaridis/souffle-lsp-plugin/blob/master/src/main/vs-code/extension.ts line 74-79. |
Thanks for the clear instruction, I'll give it a try and get back to you next week. |
I added the jar file as a release to make it easier to find. Also for completeness, to build the java source code run ./gradlew jar on the top level. |
I want to use the language server with vim, is there any way I can build the project locally?
I have no experience with Gradle-based projects and had no luck with
gradle build
orgradlew wrapper
.gradle --version
:The text was updated successfully, but these errors were encountered: