Skip to content

VSCode should surface BestPractice or ManualReview severity rules in problems window #670

@JaneX8

Description

@JaneX8

Describe the bug
Only hits from custom rules with severity: moderate and severity: critical show up in VS code.

To Reproduce
All are selected:
Image

The problems tab shows low/note problems from other linters but not from DevSkim:
Image

Expected behavior
severities: critical (red), moderate (yellow), low (blue). And a fallback to blue for unsupported keys because otherwise they won't show at all in VScode.

Versions(please complete the following information):

  • OS: Windows 11
  • devskim 1.0.44+10b85ce690

Additional context
I tried the others I found, none show a blue I icon at note/low level:

"low",
"medium",
"high",
"critical",
"moderate",
"important",
"manualreview",
"bestpractice",
"unspecified",
"Critical",
"ManualReview",
"BestPractice"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions