python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.9k stars 196 forks source link

Add `window/logMessage` support #573

Closed Dylmay closed 2 months ago

Dylmay commented 3 months ago

This PR adds support for logging to the LSP client through the window/logMessage command

See: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_logMessage

Dylmay commented 2 months ago

@ccordoba12, could I have a review