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

An output panel appears showing an error when Integrated Console crashes or is closed #827

Closed
daviwil opened this issue Jun 2, 2017 · 0 comments
Assignees
Labels
Issue-Bug A bug to squash.
Milestone

Comments

@daviwil
Copy link
Contributor

daviwil commented Jun 2, 2017

This is due to the LanguageClient creating an output channel when there's a server error. I need to disable that behavior.

[Error - 11:44:14 AM] Connection to server got closed. Server will not be restarted.
@daviwil daviwil added this to the June 2017 milestone Jun 2, 2017
@daviwil daviwil self-assigned this Jun 2, 2017
@daviwil daviwil modified the milestones: 1.3.0, June 2017 Jun 8, 2017
daviwil added a commit to daviwil/vscode-powershell that referenced this issue Jun 8, 2017
This change adds support for CodeLenses that display the number of
references of a given function or cmdlet defined in a script file.  The
actual implementation of this behavior is on the server side but we had
to write a LanguageClient middleware to translate the arguments of the
references command when it was sent from the server.

Resolves PowerShell#507
Resolves PowerShell#827 (unrelated to CodeLenses but related to LanguageClient
output)
@daviwil daviwil closed this as completed in 0590230 Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug A bug to squash.
Projects
None yet
Development

No branches or pull requests

1 participant