forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Description
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.
hawkerm, alexlatchford, biggestcookie, iutlu, lukasz-mitka and 21 more
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