Skip to content

Commit 0349a1c

Browse files
authored
Log Serenata progress messages to the log instead (#2254)
Using the echo area is a problem on larger codebases that takes some time to scan.
1 parent c818af4 commit 0349a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-php.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ already present."
341341
:priority -2
342342
:notification-handlers (ht ("serenata/didProgressIndexing"
343343
(lambda (_server data)
344-
(lsp--info "%s" (lsp:serenata-did-progress-indexing-info data)))))
344+
(lsp-log "%s" (lsp:serenata-did-progress-indexing-info data)))))
345345

346346
:initialization-options #'lsp-serenata-init-options
347347
:initialized-fn (lambda (workspace)

0 commit comments

Comments
 (0)