Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.73 KB

File metadata and controls

59 lines (45 loc) · 1.73 KB
   ____            _ _       _     _   _                 _       __  __ 
  / ___|___  _ __ (_) | ___ | |_  | | | | __ _ _ __   __| | ___ / _|/ _|
 | |   / _ \| '_ \| | |/ _ \| __| | |_| |/ _` | '_ \ / _` |/ _ \ |_| |_ 
 | |__| (_) | |_) | | | (_) | |_  |  _  | (_| | | | | (_| | (_) |  _|  _|
  \____\___/| .__/|_|_|\___/ \__| |_| |_|\__,_|_| |_|\__,_|\___/|_| |_|  
            |_|                                                           

Track GitHub Copilot chat sessions and maintain optimal AI performance


Quick Commands

# 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 Host

Project Structure

copilot-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

Resources


Made with ❤️ for the VS Code community