____ _ _ _ _ _ _ __ __
/ ___|___ _ __ (_) | ___ | |_ | | | | __ _ _ __ __| | ___ / _|/ _|
| | / _ \| '_ \| | |/ _ \| __| | |_| |/ _` | '_ \ / _` |/ _ \ |_| |_
| |__| (_) | |_) | | | (_) | |_ | _ | (_| | | | | (_| | (_) | _| _|
\____\___/| .__/|_|_|\___/ \__| |_| |_|\__,_|_| |_|\__,_|\___/|_| |_|
|_|
Track GitHub Copilot chat sessions and maintain optimal AI performance
# Install dependencies
npm install --no-bin-links
# Compile TypeScript
npm run compile
# Run linter
npm run lint
# Watch mode (auto-compile)
npm run watch
# Test in VS Code
# Press F5 in VS Code to launch Extension Development Hostcopilot-handoff/
├── .github/ # GitHub configuration & workflows
├── src/ # TypeScript source code
│ ├── extension.ts # Main entry point
│ ├── sessionTracker.ts # Session tracking logic
│ ├── notificationManager.ts # Notification system
│ └── contextExporter.ts # Context export features
├── out/ # Compiled JavaScript
├── images/ # Icons and screenshots
├── README.md # Project documentation
└── package.json # Extension manifest
- 📖 README - Full documentation
- 🚀 Quick Start - Get started in 2 minutes
- 🧪 Testing Guide - Testing checklist
- 📦 Publishing Guide - Release to marketplace
- 🤝 Contributing - How to contribute
Made with ❤️ for the VS Code community