Skip to content

Commit 74418b8

Browse files
committed
Ignore language/eventNotification
1 parent 737433b commit 74418b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lsp-java.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,9 +1385,9 @@ current symbol."
13851385
("java.action.generateAccessorsPrompt" #'lsp-java--generate-accessors-prompt)
13861386
("java.action.generateConstructorsPrompt" #'lsp-java--generate-constructors-prompt)
13871387
("java.action.applyRefactoringCommand" #'lsp-java--apply-refactoring-command)
1388-
("java.action.rename" 'lsp-java--action-rename))
1389-
:uri-handlers (ht ("jdt" #'lsp-java--resolve-uri)
1390-
("chelib" #'lsp-java--resolve-uri))
1388+
("java.action.rename" 'lsp-java--action-rename)
1389+
("language/eventNotification" #'ignore))
1390+
:uri-handlers (ht ("jdt" #'lsp-java--resolve-uri))
13911391
:initialization-options (lambda ()
13921392
(list :settings (lsp-configuration-section "java")
13931393
:extendedClientCapabilities

0 commit comments

Comments
 (0)