Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid NPE when no severity is supplied in PublishDiagnosticsParams.Di…
…agnostic Per spec https://build-server-protocol.github.io/docs/specification#diagnostic: ``` /** The diagnostic's severity. Can be omitted. If omitted it is up to the * client to interpret diagnostics as error, warning, info or hint. */ severity?: DiagnosticSeverity; ```
- Loading branch information