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 6eb9507 commit 6e53118Copy full SHA for 6e53118
lsp-java.el
@@ -547,6 +547,10 @@ server."
547
548
(defun lsp-java--after-start (&rest _args)
549
"Run after `lsp-java-enable' to configure workspace folders."
550
+ ;; patch server capabilities since jdt server does not declare
551
+ ;; executeCommandProvider capability required by `lsp-mode'
552
+ (puthash "executeCommandProvider" t (lsp--server-capabilities))
553
+
554
;; TODO temporary explicitly initialize lsp--workspaces with the workspace folders
555
;; until lsp-mode provides facilities for managing folders
556
(mapc (lambda (root)
0 commit comments