Skip to content

Default Python Problem Matcher #3828

@AllanDaemon

Description

@AllanDaemon

Environment data

  • VS Code version: 1.30.1 (Commit: dea8705087adb1b5e5ae1d9123278e178656186a)
  • Extension version: 2018.12.1

Feature Request

According to https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher

"VS Code ships some of the most common problem matchers 'in-the-box'"

There a list of many built-in problem matchers but there isn't one for Python.

Because of this, every task created it's easier to ignore the scanning output. If it was provided a default Python problem matcher out of the box, it would be pretty easy to use.

For this purpose, scanning exceptions should be good enough, and probably there is already one of this written for the debugger.

I can try to do this myself later, as it seems just to find an already done implementation in this repo and figure it out how to provide a default problem matcher.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions