Open
Description
I notice that monaco-yaml shows errors as hints (shown orange/yellow) on the playground.
When I check the severity level using monaco.editor.getModelMarkers({})
, it's showing that the severity is 4
And looking at the enums of DiagnosticSeverity
, 4 is hint
Is it possible to change it to error
so that it's underlined with red to make the error more apparent?
Metadata
Assignees
Labels
No labels
Activity