You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
Hello Guys, I am trying to test this java-langserver, Please guide me how i can run a basic java example on it, i am trying to run websocket version, After successful installations, I am using this command to run it "java -cp target/java-language-server.jar com.sourcegraph.langserver.App2"
Please also inform me how i should configure client side like for:
serverUri: 'ws://localhost:2088/java',
languageId: 'java',
rootUri: , documentUri: ,
documentText: () => htmlEditor.getValue(),
Any help would be appriciated...
Many Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello Guys, I am trying to test this java-langserver, Please guide me how i can run a basic java example on it, i am trying to run websocket version, After successful installations, I am using this command to run it "java -cp target/java-language-server.jar com.sourcegraph.langserver.App2"
Please also inform me how i should configure client side like for:
serverUri: 'ws://localhost:2088/java',
languageId: 'java',
rootUri:
, documentUri:
,documentText: () => htmlEditor.getValue(),
Any help would be appriciated...
Many Thanks
The text was updated successfully, but these errors were encountered: