We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8034cf7 commit 36fb629Copy full SHA for 36fb629
src/PowerShellEditorServices.Transport.Stdio/Event/DiagnosticEvent.cs
@@ -61,7 +61,7 @@ public static DiagnosticEventBody Create(
61
new Diagnostic
62
{
63
Text = diagnosticMarker.Message,
64
- Severity = (int)diagnosticMarker.Level + 1,
+ Severity = (int)diagnosticMarker.Level,
65
Start = new Location
66
67
Line = diagnosticMarker.ScriptRegion.StartLineNumber,
0 commit comments