File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1385,9 +1385,9 @@ current symbol."
1385
1385
(" java.action.generateAccessorsPrompt" #'lsp-java--generate-accessors-prompt )
1386
1386
(" java.action.generateConstructorsPrompt" #'lsp-java--generate-constructors-prompt )
1387
1387
(" 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 ))
1391
1391
:initialization-options (lambda ()
1392
1392
(list :settings (lsp-configuration-section " java" )
1393
1393
:extendedClientCapabilities
You can’t perform that action at this time.
0 commit comments