vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Upgrade the LSP client library for better logging support

Open jasonmalinowski opened this issue 5 months ago • 0 comments

10.0.0-next.15 brings full support for LogOutputChannels which cleans up the logging of severities and timestamps. Otherwise we end up with confusing duplicate severities being listed with duplicate timestamps.

This support was added in https://github.com/microsoft/vscode-languageserver-node/pull/1630.

jasonmalinowski avatar May 12 '25 21:05 jasonmalinowski