microsoft / microsoft/vscode-languageserver-node
revealOutputChannelOn not taking effect for `outputChannel` for server initiated messages
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.8k
- Forks
- 404
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 14
Description
Reproduction
- Set
revealOutputChannelOntoNeverin client options - Send a warn from the server
- Output channel still appears regardless
EDIT: I'm using a LogOutputChannel here, and it appears to potentially behave differently in that it seems to ignore hide and show commands, and appears based on the first message that matches its verbosity level.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the behavior with revealOutputChannelOn set to Never and a server-initiated warn on a LogOutputChannel; the issue names no file or test. Trace the output-channel show/hide handling and add coverage where appropriate; done means the channel does not appear for this case when configured Never.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100