summarylogtreecommitdiffstats
path: root/launcher.sh
AgeCommit message (Collapse)Author
2022-03-06chore(deps): update dependency eclipse/eclipse.jdt.ls to v1.9.0Renovate Bot
Switches to the built-in launcher provided upstream. This adds Python as a necessary dependency.
2022-01-28Optimize launcher script shell usageJohannes Wienke
* Use sh instead of bash as no bash features are used * Use exec for letting the script terminate properly on signals
2022-01-20feat: remove unnecessary temp dir in launcher.shJohannes Wienke
Use the configuration options now available for marking the existing config area as immutable instead of copying it to a temporary folder for the execution time of the server.
2019-01-19Fix the launcher scriptJohannes Wienke
As the configuration area needs to be writable, copy it to a temporary folder before starting jdtls and remove it after exit.
2017-11-15Initial releaseJohannes Wienke