You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restore parent task references for subtasks after VS Code restart
When VS Code is closed during a subtask execution and then restarted, the subtask now properly restores its parent task reference from the persisted history. This ensures that when the subtask completes, it can report its final state back to the parent task.
The implementation:
- Restores parent task reference from history when resuming a subtask
- Recursively restores parent tasks if they are not already in the task stack
- Maintains the parent-child relationship across VS Code sessions
- Ensures subtask completion properly reports back to parent after restart
Fixes#9038
0 commit comments