"Rust Analyzer Language Server Trace" channel should only be created when tracing is enabled #13055
Labels
A-vscode
vscode plugin issues
S-actionable
Someone could pick this issue up and work on it right now
Currently we always create 3 channels, which is a lot (other LSP extensions only use one). The trace channel is always empty unless server tracing is enabled, so it would be better to create it only when needed.
The text was updated successfully, but these errors were encountered: