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 dc081ad commit d23e68cCopy full SHA for d23e68c
lsp-java.el
@@ -584,7 +584,8 @@ PARAMS progress report notification data."
584
(expand-file-name (lsp-java--bundles-dir))
585
lsp-java-jdt-download-url)))
586
(message "Running %s" full-command)
587
- (shell-command full-command))))
+ (unless (zerop (shell-command full-command))
588
+ (user-error "Failed to install lsp server using '%s'" full-command)))))
589
590
(defun lsp-java-update-server ()
591
"Update LDT LS server."
0 commit comments