Skip to content

Commit e60bca0

Browse files
committed
Set initialization options after initialization
Fixes #143
1 parent 1502492 commit e60bca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-java.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ PROJECT-URI uri of the item."
11671167
(buffer-string))))))
11681168
:initialized-fn (lambda (workspace)
11691169
(with-lsp-workspace workspace
1170-
;; (lsp-java-update-user-settings)
1170+
(lsp--set-configuration (lsp-configuration-section "java"))
11711171
(lsp--server-register-capability
11721172
(ht ("id" "test-id")
11731173
("method" "workspace/didChangeWatchedFiles")

0 commit comments

Comments
 (0)