Progress messages no longer appear after upgrading to version 25.01. #12434
Answered
by
the-mikedavis
BCK-StCC
asked this question in
Troubleshooting
-
After upgrading to the latest release (built from source), I can no longer see the progress messages. I have not changed my configuration files since the previous version, and display-messages is set to true under [editor.lsp]. Has anyone else encountered this issue? Environment: Ubuntu 24 on WLS2 |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jan 6, 2025
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BCK-StCC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
editor.lsp.display-messages
key was repurposed in 25.01 to control a different LSP notification. If you want to see progress messages you should now enableeditor.lsp.display-progress-messages
instead