-
-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Labels
Description
I'm trying to configure default rules severity, but I guess, it doesn't work like that:
"markdownlint.config": {
"default": {
"severity": "Information"
},
},Is there a way to do it?
Upd.
Ok, I see now that severity is hardcoded here:
vscode-markdownlint/extension.js
Line 598 in 522848a
| const diagnostic = new vscode.Diagnostic(range, message, vscode.DiagnosticSeverity.Warning); |
Can we make it configurable?
teriu, elovelan, amyq and jarpoole