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

[plug-in][languages] Diagnostics are not represented in Problem view #4097

Closed
svor opened this issue Jan 17, 2019 · 5 comments
Closed

[plug-in][languages] Diagnostics are not represented in Problem view #4097

svor opened this issue Jan 17, 2019 · 5 comments
Assignees
Labels
plug-in system issues related to the plug-in system vscode issues related to VSCode compatibility

Comments

@svor
Copy link
Contributor

svor commented Jan 17, 2019

While using java VS Code extension I found that diagnostics are not represented in Problem view, so we can't see errors and warnings from the language server which was run by the plug-in.

@svor svor added the plug-in system issues related to the plug-in system label Jan 17, 2019
@tsmaeder
Copy link
Contributor

Can you see the diagnostic in the editor? How did you test this?

@svor
Copy link
Contributor Author

svor commented Jan 18, 2019

In the editor I can see diagnostics with Error kind:
screenshot from 2019-01-18 11-00-50
But no information in Problem view and no special decoration in Project tree

@akosyakov
Copy link
Member

akosyakov commented Jan 18, 2019

Editor, problems view and navigator use problem markers. If you convert plugin diagnostics to problem markers (not to Monaco diagnostics) they would appear everywhere.

@tsmaeder
Copy link
Contributor

Correct, Diagnostics from the API do not go through the ProblemManager.

@tsmaeder tsmaeder self-assigned this Jan 18, 2019
@tsmaeder tsmaeder added the vscode issues related to VSCode compatibility label Feb 6, 2019
@akosyakov
Copy link
Member

fixed by #4178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

3 participants