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: add Git installation check for checkpoints feature (#3109)
- Export checkGitInstalled() function from utils/git.ts
- Add Git check before initializing checkpoint service
- Show user-friendly VSCode warning when Git is not installed
- Include 'Learn More' button that links to Git download page
- Disable checkpoints gracefully when Git is missing
This prevents silent failures and provides clear feedback to users
when Git is required but not installed.
0 commit comments