Theia API Documentation v1.65.0
    Preparing search index...

    Represents the severity of diagnostics.

    Index

    Enumeration Members

    Enumeration Members

    Error: 0

    Something not allowed by the rules of a language or other means.

    Hint: 3

    Something to hint to a better way of doing it, like proposing a refactoring.

    Information: 2

    Something to inform about but not a problem.

    Warning: 1

    Something suspicious but allowed.