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: preserve task state when extension host restarts in new window
- Modified ClineProvider.ts to check if tasks exist before clearing them
- Only clear task stack on fresh start, not on webview restoration
- Added logging to indicate when task state is preserved
- Updated webviewMessageHandler to log when restoring active tasks
This fixes the issue where prompts were lost after extension host restart
in a new window.
Fixes#8035
0 commit comments