Skip to content

Commit 3246272

Browse files
committed
Ignore sts/javaSuperTypes
1 parent c7fdfe1 commit 3246272

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-java-boot.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ Store CALLBACK to use it `sts/highlight'."
147147
:request-handlers (ht ("sts/addClasspathListener" #'lsp-java-boot--sts-add-classpath-listener)
148148
("sts/javadocHoverLink" #'lsp-java-boot--sts-javadoc-hover-link))
149149
:notification-handlers (ht ("sts/highlight" #'lsp-java-boot--sts-hightlight)
150-
("sts/progress" #'ignore))
150+
("sts/progress" #'ignore)
151+
("sts/javaSuperTypes" #'ignore))
151152
:multi-root t
152153
:add-on? t
153154
:server-id 'boot-ls

0 commit comments

Comments
 (0)