forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TPI: Python Default Problem Matcher #24158
Labels
Milestone
Comments
anthonykim1
added
triage-needed
Needs assignment to the proper sub-team
testplan-item
labels
Sep 23, 2024
karthiknadig
changed the title
Test Plan Item) Python Default Problem Matcher
TPI: Python Default Problem Matcher
Sep 23, 2024
Yes, that works for me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refs: #24154
Complexity: 3
Create Issue
Thank you in advance for testing Python extension's default problem matcher
Background Information
Problem matcher works very closely with Tasks to parse through the Task Terminal's output and display "problems" or errors in your problems panel. More description on task and problem matcher can be found: https://code.visualstudio.com/docs/editor/tasks#_processing-task-output-with-problem-matchers
The intend of the problem matcher that Python extension provide is to allow users to reference this problem matcher via '$python' in their tasks.json file.
Example of tasks.json file that references $python
Setup:
Steps:
Try killing all of your task terminal and reloading window if errors do not show up in your problems panel.
Warning: You may observe problems not show up in your problems panel if you re-use the same task terminal.
Reference: microsoft/vscode#228883
The text was updated successfully, but these errors were encountered: