-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Task reconnection status does not work for default build task #159639
Comments
how often do you see this? I've tried a lot to repro and haven't seen it yet. If you see it often, could you pls turn on trace logging? |
@meganrogge here are my steps that should allow you to reproduce:
In your case, you likely have terminals panel visible, but I never have terminals visible typically. |
Thanks @bpasero when you eventually do open the panel, do the statuses appear? I think I saw what you describe but upon opening the panel, the statuses appeared |
I can repro the statuses not appearing in the status bar until I open the panel |
that's because the tasks aren't reconnected to until the terminals are restored, which doesn't happen when the panel is hidden
vscode/src/vs/workbench/contrib/terminal/browser/terminalView.ts Lines 165 to 191 in 80bc53a
|
Yes, in all my issues with this, panel is never opened on startup. I typically keep it closed always. |
I do not think it is working as expected.
Please see the recording Kapture.2022-10-27.at.15.57.45.mp4 |
Created a PR fixing this #165110 |
I urge to selfhost on this for a bit. Status bar never shows the state for me, I think never has after window reload.
The text was updated successfully, but these errors were encountered: