Skip to content
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

Problems do not show up in problems panel with repeated tasks #228883

Open
anthonykim1 opened this issue Sep 17, 2024 · 1 comment
Open

Problems do not show up in problems panel with repeated tasks #228883

anthonykim1 opened this issue Sep 17, 2024 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues

Comments

@anthonykim1
Copy link
Contributor

With contributing the problem matcher from the extension standpoint, repeated use of the same exact task produces weird behavior:

  1. First time the task is ran with contributed problem matcher, the error/problems show up in the problems panel properly.
  2. The very next time I run the exact same task, the problem/error somehow disappears entirely: Contribute problem matcher  vscode-python#24114 (comment)
  3. This issue of problems disappearing does not happen if the task terminal is in brand new state. (So in order to have problems show up each time with the same task+problem matcher), I would have to exit out of any existing task terminal and re-run.

@meganrogge Also mentioned that this does not seem unique to task again, when she ran the vscode build task, there would be errors in the buffer, but none reported in the problems area.

@anthonykim1 anthonykim1 added the bug Issue identified by VS Code Team member as probable bug label Sep 17, 2024
@meganrogge meganrogge added the tasks Task system issues label Sep 18, 2024
@meganrogge
Copy link
Contributor

may be a duplicate of #9635

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues
Projects
None yet
Development

No branches or pull requests

2 participants