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: prevent extension hang when Claude Code is installed
- Add detection for Claude Code extension during activation
- Implement 30-second timeout protection to prevent hanging
- Add graceful error handling with user-friendly messages
- Add small delay when Claude Code is detected to prevent race conditions
- Refactor activation logic into separate performActivation function
Fixes#6548
`Roo Code activation failed. ${claudeCodeExtension ? "This may be due to a conflict with Claude Code extension. " : ""}Please try reloading the window.`,
0 commit comments