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 1502492 commit e60bca0Copy full SHA for e60bca0
lsp-java.el
@@ -1167,7 +1167,7 @@ PROJECT-URI uri of the item."
1167
(buffer-string))))))
1168
:initialized-fn (lambda (workspace)
1169
(with-lsp-workspace workspace
1170
- ;; (lsp-java-update-user-settings)
+ (lsp--set-configuration (lsp-configuration-section "java"))
1171
(lsp--server-register-capability
1172
(ht ("id" "test-id")
1173
("method" "workspace/didChangeWatchedFiles")
0 commit comments