mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Merge 7a673896cb into ec78a33c7b
This commit is contained in:
commit
060addca1d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ function toSeverity(lsSeverity: number | undefined): MarkerSeverity {
|
||||||
case lsTypes.DiagnosticSeverity.Hint:
|
case lsTypes.DiagnosticSeverity.Hint:
|
||||||
return MarkerSeverity.Hint;
|
return MarkerSeverity.Hint;
|
||||||
default:
|
default:
|
||||||
return MarkerSeverity.Info;
|
return MarkerSeverity.Error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue