Color code errors and warnings in IDE
Closed this issue · 1 comments
jpreese commented
Installed product versions
- Visual Studio: 2017 Professional
- This extension: 1.0.120
Description
When linting, the color used in the IDE is always green. Regardless if the linting issue is an error or a warning. The Output window does show this distinction.
Steps to recreate
- Add a linting rule as a warning and a linting rule as an error
- Violate these rules within code
Current behavior
The IDE will display both linting issues as a green line.
Expected behavior
The error should be a red line, where as the warning should be another.
woldner commented