Skip to content

Commit 6eb9507

Browse files
committed
Remove autoload
The autoload cause this exception while loading autoloads. Error loading autoloads: (void-function lsp-define-stdio-client) Debugger entered--Lisp error: (void-function lsp-define-stdio-client) (lsp-define-stdio-client lsp-java "java" (function (lambda nil lsp-java-workspace-dir)) (lsp-java--ls-command) :ignore-regexps '("^SLF4J: " "^Listening for transport dt_socket at address: ") :extra-init-params (list :workspaceFolders (mapcar 'lsp--path-to-uri lsp-java--workspace-folders) :settings (lsp-java--settings) :extendedClientCapabilities (list :progressReportProvider t :classFileContentsSupport t) :bundles lsp-java-bundles) :initialize 'lsp-java--client-initialized) eval-buffer(#<buffer *load*-772135>
1 parent 5cd278c commit 6eb9507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lsp-java.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ extract all or only the current occurrence."
522522
(interactive)
523523
(lsp-java-execute-matching-action "Import '.*'"))
524524

525-
;;;###autoload
526525
(lsp-define-stdio-client lsp-java "java" (lambda () lsp-java-workspace-dir)
527526
(lsp-java--ls-command)
528527
:ignore-regexps

0 commit comments

Comments
 (0)