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 c818af4 commit 0349a1cCopy full SHA for 0349a1c
clients/lsp-php.el
@@ -341,7 +341,7 @@ already present."
341
:priority -2
342
:notification-handlers (ht ("serenata/didProgressIndexing"
343
(lambda (_server data)
344
- (lsp--info "%s" (lsp:serenata-did-progress-indexing-info data)))))
+ (lsp-log "%s" (lsp:serenata-did-progress-indexing-info data)))))
345
346
:initialization-options #'lsp-serenata-init-options
347
:initialized-fn (lambda (workspace)
0 commit comments