microsoft / vscode-typescript-tslint-plugin

VS Code extension that provides TSLint support using the typescript-tslint-plugin
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin
MIT License
188 stars 35 forks source link

Change color coding of "defaultSeverity" property #53

Closed AndreasNasman closed 5 years ago

AndreasNasman commented 5 years ago

Hi!

I like to set defaultSeverity to error in my tslint.json, and it would be helpful if the issues where colored with the correct color, i.e. red in this example.

skarmavbild 2019-02-10 kl 20 42 56 skarmavbild 2019-02-10 kl 20 44 13
mjbvz commented 5 years ago

In VS Code, try also setting "tslint.alwaysShowRuleFailuresAsWarnings": "false"

AndreasNasman commented 5 years ago

@mjbvz Thanks, didn't know of this setting!