python-lsp / python-lsp-server

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

Add `window/logMessage` support #573

Closed Dylmay closed 4 months ago

Dylmay commented 5 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 4 months ago

@ccordoba12, could I have a review