Skip to content

Commit 7f1f99e

Browse files
committed
Fix spring boot initialization
1 parent 3eee982 commit 7f1f99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lsp-java.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,9 +969,9 @@ PROJECT-URI uri of the item."
969969
(apply #'vector)))))
970970
(_ (ignore
971971
(with-lsp-workspace (lsp-find-workspace 'boot-ls nil)
972+
(aset arguments 2 (if (seq-elt arguments 2) t :json-false))
972973
(lsp-request "workspace/executeCommand"
973-
(list :command command :arguments arguments)
974-
:no-wait t)))))))
974+
(list :command command :arguments arguments))))))))
975975

976976
(defun lsp-java-generate-to-string ()
977977
"Generate `toString' method."

0 commit comments

Comments
 (0)