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: clear lastUsedTerminal in dispose() to prevent memory leak
- Added cleanup of lastUsedTerminal property in Task.dispose() method
- Prevents terminal references from being retained after task disposal
- Added test to verify proper cleanup on disposal
0 commit comments