forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Default Python Problem Matcher #3828
Copy link
Copy link
Closed
Labels
area-editor-*User-facing catch-allUser-facing catch-allarea-terminalfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds PRReady to be worked onReady to be worked onon-testplanAdded to test planAdded to test plan
Milestone
Metadata
Metadata
Assignees
Labels
area-editor-*User-facing catch-allUser-facing catch-allarea-terminalfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds PRReady to be worked onReady to be worked onon-testplanAdded to test planAdded to test plan
Environment data
Feature Request
According to https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher
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.