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 3eee982 commit 7f1f99eCopy full SHA for 7f1f99e
lsp-java.el
@@ -969,9 +969,9 @@ PROJECT-URI uri of the item."
969
(apply #'vector)))))
970
(_ (ignore
971
(with-lsp-workspace (lsp-find-workspace 'boot-ls nil)
972
+ (aset arguments 2 (if (seq-elt arguments 2) t :json-false))
973
(lsp-request "workspace/executeCommand"
- (list :command command :arguments arguments)
974
- :no-wait t)))))))
+ (list :command command :arguments arguments))))))))
975
976
(defun lsp-java-generate-to-string ()
977
"Generate `toString' method."
0 commit comments