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 38de345 commit 90f1c88Copy full SHA for 90f1c88
lsp-java.el
@@ -569,13 +569,8 @@ PARAMS progress report notification data."
569
(lsp-java--ensure-server)
570
(message "Server update finished..."))
571
572
-(defun lsp-java--folders-change (&rest _)
573
- "Handler for folder's change."
574
- (lsp-java-update-project-uris))
575
-
576
(defun lsp-java--workspace-notify (&rest _args)
577
- "Workspace notify handler."
578
+ "Workspace notify handler.")
579
580
(defun lsp-java--get-filename (url)
581
"Get the name of the buffer calculating it based on URL."
0 commit comments