-
Notifications
You must be signed in to change notification settings - Fork 408
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
Put this bash script into the appropriate location #1823
Comments
We do have a section on the wiki page for starting the language server from the command line : https://github.com/eclipse/eclipse.jdt.ls/wiki/Running-the-JAVA-LS-server-from-the-command-line . It goes into some detail about the various options. |
I know. But it is useful to have a ready-to-use script (that can also be customized if needed). |
I guess I don't really disagree with this. After all, I have a separate shell script locally I've used to launch JDT-LS from commandline and stored the specific options in a shell script. The tricky part is getting and testing something for Windows, Mac, Linux. On top of this, each client (that implements JDT-LS may have their own way of connecting made available. For example : https://github.com/redhat-developer/vscode-java/blob/master/CONTRIBUTING.md#running-everything , so I'd probably want to keep the scripts in here as simple as possible. |
I'm trying to create a brew formula to make the installation on MacOS easier (see Homebrew/homebrew-core#92550) and one of the maintainers ask for such a scripts
The brew formula would solve one of @rgrunber concerns. This would test But the process of creating the brew formula raised another question: why is it necessary that the configuration must be writable: |
You can observe the configuration error here |
I solved the read-only configuration issue by adding |
Thanks, added. |
It'd be nice to include it into the prebuilt packages. It makes starting the server easier.
The text was updated successfully, but these errors were encountered: