0

Is there anyway to exclude Compiler warnings from the problems tab for C# Omnisharp in Visual Studio Code? I only want to see red compiler errors problems:

enter image description here

garfbradaz
  • 3,424
  • 7
  • 43
  • 70

1 Answers1

0

Silly me, there is a filter box, and I just entered error and it filtered them down!

enter image description here

garfbradaz
  • 3,424
  • 7
  • 43
  • 70
  • 1
    See https://stackoverflow.com/questions/53750569/vscode-remove-warnings-from-problems-tab – Mark Dec 08 '19 at 02:59