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] Provide code diagnostic support to languages #2351

Closed
3 tasks done
ashumilova opened this issue Jul 12, 2018 · 1 comment
Closed
3 tasks done
Assignees
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team

Comments

@ashumilova
Copy link

ashumilova commented Jul 12, 2018

Need to provide the support of managing the code diagnostic, which indicate issues with the code. It includes following event:

  • onDidChangeDiagnostics - event that is fired when diagnostics change with the list of resources, where it happened
    and methods:
  • getDiagnostics - returns all diagnostics for the pointed resource
  • createDiagnosticCollection - for creating new diagnostic collection

A diagnostics collection is a container that manages a set of diagnostics, that are always scopes to the diagnostics collection and a resource.

Documentation

@ashumilova ashumilova added plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team labels Jul 12, 2018
@evidolob evidolob mentioned this issue Jul 12, 2018
22 tasks
@mmorhun mmorhun self-assigned this Aug 13, 2018
@mmorhun
Copy link
Contributor

mmorhun commented Aug 29, 2018

Done

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 Team: Che-Editors issues regarding the che-editors team
Projects
None yet
Development

No branches or pull requests

2 participants