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."
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
You can’t perform that action at this time.
0 commit comments