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

Default build tasks stack up after window reloads #159640

Closed
bpasero opened this issue Aug 31, 2022 · 3 comments · Fixed by #165560
Closed

Default build tasks stack up after window reloads #159640

bpasero opened this issue Aug 31, 2022 · 3 comments · Fixed by #165560
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders papercut 🩸 A particularly annoying issue impacting someone on the team tasks Task system issues terminal-persistence Relating to process reconnection or process revive verified Verification succeeded
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Aug 31, 2022

image

@bpasero bpasero added bug Issue identified by VS Code Team member as probable bug papercut 🩸 A particularly annoying issue impacting someone on the team labels Aug 31, 2022
@bpasero bpasero changed the title Default build tasks stack up Default build tasks stack up after window reloads Aug 31, 2022
@meganrogge meganrogge added tasks Task system issues terminal-persistence Relating to process reconnection or process revive labels Aug 31, 2022
@meganrogge meganrogge added this to the September 2022 milestone Aug 31, 2022
@meganrogge
Copy link
Contributor

I am unable to repro this - could you pls provide the steps that you take?

@bpasero
Copy link
Member Author

bpasero commented Sep 10, 2022

I have not found a pattern so far, might be timing related. It is not happening everytime I reload the window...

However, one thing to keep in mind is that I often use workbench.action.tasks.runTask and not workbench.action.tasks.build. That command kills the build task and relaunches it:

{
    "key": "cmd+shift+alt+b",
    "command": "workbench.action.tasks.runTask",
    "args": "Restart VS Code - Build"
}

So that may well be related to the issue.

@meganrogge
Copy link
Contributor

Thanks for the idea, but seems unrelated to that command as @joaomoreno has reproduced this with workbench.action.tasks.build

@vscodenpa vscodenpa added the unreleased Patch has not yet been released in VS Code Insiders label Nov 4, 2022
@vscodenpa vscodenpa added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Nov 7, 2022
@bpasero bpasero added the verified Verification succeeded label Nov 30, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders papercut 🩸 A particularly annoying issue impacting someone on the team tasks Task system issues terminal-persistence Relating to process reconnection or process revive verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants