We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25f0d4 commit 234a9baCopy full SHA for 234a9ba
src/extension.ts
@@ -59,7 +59,7 @@ function getDiagnostics(doc: TextDocumentLite): vscode.Diagnostic[] {
59
60
let diagnostic = new vscode.Diagnostic(
61
range,
62
- `Subject line should be at most ${maxSubjectLineLength} characters`,
+ `Keep the subject line to at most ${maxSubjectLineLength} characters`,
63
vscode.DiagnosticSeverity.Warning
64
);
65
diagnostic.code = {
0 commit comments