We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27082f3 commit 213fc41Copy full SHA for 213fc41
lsp-java.el
@@ -799,6 +799,8 @@ PARAMS progress report notification data."
799
(defun lsp-java--ensure-server (_client callback error-callback _update?)
800
"Ensure that JDT server and the other configuration."
801
(f-delete lsp-java-server-install-dir t)
802
+ (f-delete lsp-java-workspace-cache-dir t)
803
+ (f-delete lsp-java-workspace-dir t)
804
(let* ((default-directory (make-temp-file "lsp-java-install" t))
805
(installed-mvn (executable-find "mvn"))
806
(mvn-command-and-options (if installed-mvn
0 commit comments