Skip to content

"Rust Analyzer Language Server Trace" channel should only be created when tracing is enabled #13055

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jonas-schievink opened this issue Aug 18, 2022 · 0 comments · Fixed by #14067
Labels
A-vscode vscode plugin issues S-actionable Someone could pick this issue up and work on it right now

Comments

@jonas-schievink
Copy link
Contributor

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.

@jonas-schievink jonas-schievink added A-vscode vscode plugin issues S-actionable Someone could pick this issue up and work on it right now labels Aug 18, 2022
@bors bors closed this as completed in 0fcef7f Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-vscode vscode plugin issues S-actionable Someone could pick this issue up and work on it right now
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant