File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -663,17 +663,6 @@ extract all or only the current occurrence."
663663 (append lsp-java-bundles (when (file-directory-p bundles-dir)
664664 (directory-files bundles-dir t " \\ .jar$" )))))
665665
666- (lsp-define-stdio-client lsp-java " java" (lambda () lsp-java-workspace-dir)
667- (lsp-java--ls-command)
668- :ignore-regexps
669- '(" ^SLF4J: "
670- " ^Listening for transport dt_socket at address: " )
671- :extra-init-params (list :settings (lsp-java--settings)
672- :extendedClientCapabilities (list :progressReportProvider t
673- :classFileContentsSupport t )
674- :bundles (lsp-java--bundles))
675- :initialize 'lsp-java--client-initialized )
676-
677666(defun lsp-java-update-user-settings ()
678667 " Update user settings.
679668
You can’t perform that action at this time.
0 commit comments