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 c7fdfe1 commit 3246272Copy full SHA for 3246272
lsp-java-boot.el
@@ -147,7 +147,8 @@ Store CALLBACK to use it `sts/highlight'."
147
:request-handlers (ht ("sts/addClasspathListener" #'lsp-java-boot--sts-add-classpath-listener)
148
("sts/javadocHoverLink" #'lsp-java-boot--sts-javadoc-hover-link))
149
:notification-handlers (ht ("sts/highlight" #'lsp-java-boot--sts-hightlight)
150
- ("sts/progress" #'ignore))
+ ("sts/progress" #'ignore)
151
+ ("sts/javaSuperTypes" #'ignore))
152
:multi-root t
153
:add-on? t
154
:server-id 'boot-ls
0 commit comments