vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Tasks with warnings are marked as failed

Open mahmoudsalah1993 opened this issue 7 months ago • 2 comments

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.100.2
  • OS Version: MacOs Sequoia 15.4.1

Steps to Reproduce:

  1. Run a custom task from an extension that outputs a warning statement.
  2. Task finishes.

Expected:

Task is marked as has warnings and is rendered with yellow highlight.

Actual:

Task is marked as has Errors and is rendered with red highlight.

mahmoudsalah1993 avatar May 22 '25 21:05 mahmoudsalah1993