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.
2 parents d770c54 + af1e3f2 commit 2c19fe0Copy full SHA for 2c19fe0
server/src/server.ts
@@ -96,7 +96,7 @@ function convertSeverity(mistakeType: string): DiagnosticSeverity {
96
switch (mistakeType) {
97
case "Warning":
98
return DiagnosticSeverity.Warning;
99
- case "Information":
+ case "Informational":
100
return DiagnosticSeverity.Information;
101
case "Hint":
102
return DiagnosticSeverity.Hint;
0 commit comments