Skip to content

Commit

Permalink
Update diagnostic seveirty to Information for referencing request not…
Browse files Browse the repository at this point in the history
… sent #184
  • Loading branch information
Huachao committed Apr 5, 2018
1 parent a96aa1c commit f821f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variableDiagnosticsProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class VariableDiagnosticsProvider {
new Diagnostic(
new Range(new Position(v.lineNumber, v.startIndex), new Position(v.lineNumber, v.endIndex)),
`Request '${v.variableName}' has not been sent`,
DiagnosticSeverity.Error));
DiagnosticSeverity.Information));
});
});

Expand Down

0 comments on commit f821f8c

Please sign in to comment.