Lsp-mode: Serenata logs excessive warnings

Created on 27 Jun 2020  路  3Comments  路  Source: emacs-lsp/lsp-mode

Describe the bug
When using lsp-serenata in a buffer, it opens a window where it outputs a lot of:

Warning (lsp-mode): Unknown notification: serenata/didProgressIndexing

I was told to tag @Sasanidas

To Reproduce

Clone https://github.com/xendk/dais/ and open the dais file. It should start spamming.

Expected behavior

It not opening a window with warnings

Which Language Server did you use
lsp-serenata

OS
Linux

Most helpful comment

Looked it up, it seems quite useful as it shows progress in bulk scanning: https://gitlab.com/Serenata/Serenata/-/wikis/Language-Server-Protocol-Support-Table#serenatadidprogressindexing

Displaying the progress somewhere would be handy.

Ok, seems like an interesting feature, I'll try to fix the issue and add it soon.

Thank you!

All 3 comments

@Sasanidas I think we should implement the notification like here even doing nothing just to avoid the warnings

Looked it up, it seems quite useful as it shows progress in bulk scanning: https://gitlab.com/Serenata/Serenata/-/wikis/Language-Server-Protocol-Support-Table#serenatadidprogressindexing

Displaying the progress somewhere would be handy.

Looked it up, it seems quite useful as it shows progress in bulk scanning: https://gitlab.com/Serenata/Serenata/-/wikis/Language-Server-Protocol-Support-Table#serenatadidprogressindexing

Displaying the progress somewhere would be handy.

Ok, seems like an interesting feature, I'll try to fix the issue and add it soon.

Thank you!

Was this page helpful?
0 / 5 - 0 ratings