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

Print errors to standard error if flag set #1020

Merged
merged 1 commit into from
Apr 21, 2021

Conversation

datho7561
Copy link
Contributor

If the environment variable LEMMINX_DEBUG is set, then Java's errors will not be disconnected from standard error.

Closes #1019

Signed-off-by: David Thompson davthomp@redhat.com

If the environment variable `LEMMINX_DEBUG` is set,
then Java's errors will not be disconnected from standard error.

Closes eclipse-lemminx#1019

Signed-off-by: David Thompson <davthomp@redhat.com>
@rgrunber
Copy link
Contributor

This change works for me. Setting LEMMINX_DEBUG (eg. in the vscode launch as an example) worked for me and printed some simulated errors.

@datho7561 datho7561 merged commit ba5afc0 into eclipse-lemminx:master Apr 21, 2021
@datho7561 datho7561 deleted the 1019-dev-error-output branch April 21, 2021 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Output error stream when developing language server
2 participants