Skip to content
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

Support multiple output channels for log message notifications #1885

Open
mnoah1 opened this issue Jan 17, 2024 · 0 comments
Open

Support multiple output channels for log message notifications #1885

mnoah1 opened this issue Jan 17, 2024 · 0 comments
Labels
feature-request Request for new features or functionality new request
Milestone

Comments

@mnoah1
Copy link

mnoah1 commented Jan 17, 2024

Proposing a feature to allow log message notifications to report their output to a specific channel. These could be used to differentiate the output between multiple long and short lived tasks that may be run by the same language server at any given time.

Currently, since all log message notifications end up mixed in the same output channel, it can be difficult to use for cases such as implementing a run of a build that produces its own linear output that should be collected and viewed separately from any of the server's other output.

Another option could be something more like a show document request that displays text in a more read only manner, for example in a display more similar to the view in which VS code outputs test run progress.

@dbaeumer dbaeumer added feature-request Request for new features or functionality new request labels Jan 18, 2024
@dbaeumer dbaeumer added this to the Backlog milestone Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality new request
Projects
None yet
Development

No branches or pull requests

2 participants