vscode-csharp
vscode-csharp copied to clipboard
Upgrade the LSP client library for better logging support
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.