Task reconnection does not work when rerunning build task
See original GitHub issueSteps to reproduce:
- in
vscode
repo run the default build taskCmd+Shift+B
and wait for it to finish - reveal terminal once, hide it again
- restart the build task (see keyboard config below) via
Cmd+Shift+Alt+B
- wait for the “Loading…” to show in status bar
- reload window
🐛 the loading indicator and the build task indicator are gone
Keybinding:
{
"key": "cmd+shift+alt+b",
"command": "workbench.action.tasks.runTask",
"args": "Restart VS Code - Build"
}
Issue Analytics
- State:
- Created 10 months ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Support reconnect in tasks #117408 - microsoft/vscode - GitHub
Terminals now reconnect when reloading local or remote windows. If a task is running at the time this will still reconnect the terminal...
Read more >Kafka Connect - how to get a failed task to restart with a new ...
We have connect jobs that we pause, update config, and then resume. This works fine, unless the task has failed. If we restart...
Read more >Mapped network drive may fail to reconnect in Windows 10 ...
In Task Scheduler, select Action > Create Task. On the General tab in the Create Task dialog box, type a name (such as...
Read more >discord.ext.tasks – asyncio.Task helpers - Discord.py
A background task helper that abstracts the loop and reconnection logic for you. The main interface to create this is through loop() ....
Read more >Windows Task Scheduler: Trigger an Event When Internet ...
This can be handy if you want to only run the task if you are on your work connection, or if you don't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bpasero this was fixed yesterday, so should be fixed in today’s build. It appears you’re using the build from a day ago. Pls reopen if not
This still reproduces for me with the steps outlined in my first comment:
vscode
folder only have explorer and editor visible, no terminal our any panelvscode
vscode
Video below, this is after I had started a build task that completed: