File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ The slash is expected at the end."
4646 :risky t
4747 :type 'directory )
4848
49- (defcustom lsp-java-jdt-download-url " https://download.eclipse.org/jdtls/snapshots/ jdt-language-server-latest .tar.gz"
49+ (defcustom lsp-java-jdt-download-url " https://download.eclipse.org/jdtls/milestones/1.0.0/ jdt-language-server-1.0.0-202104151857 .tar.gz"
5050 " JDT JS download url.
5151Use http://download.eclipse.org/che/che-ls-jdt/snapshots/che-jdt-language-server-latest.tar.gz if you want to use Eclipse Che JDT LS."
5252 :group 'lsp-java
@@ -798,6 +798,7 @@ PARAMS progress report notification data."
798798
799799(defun lsp-java--ensure-server (_client callback error-callback _update? )
800800 " Ensure that JDT server and the other configuration."
801+ (f-delete lsp-java-server-install-dir t )
801802 (let* ((default-directory (make-temp-file " lsp-java-install" t ))
802803 (installed-mvn (executable-find " mvn" ))
803804 (mvn-command-and-options (if installed-mvn
You can’t perform that action at this time.
0 commit comments