Updated Copilot Usage Statistics (markdown)
Add three whitepapers as wiki pages: Statistics, GPT-5 analytics, and comprehensive guide
Add analysis of session internals
Update Home with links to chat session and editing state format docs
Add chat session and editing state file format documentation
Remove emojis from wiki home page for cleaner professional appearance Updated the home page to use clean text formatting without emoji decorations while maintaining all the same content structure and navigation functionality.
Create comprehensive wiki home page with navigation and index This update transforms the Home page into a proper wiki introduction that: - Explains the purpose and scope of the technical documentation - Provides clear navigation to existing technical guides - Uses GitHub wiki double-bracket syntax for automatic linking - Includes a status table for tracking documentation progress - Documents our evidence-based research methodology - Sets up structure for future technical guides The page serves as the main entry point for developers seeking to understand VS Code and Copilot internals for extension development.
Add comprehensive guide for VS Code session and window architecture This document provides deep dive technical documentation for understanding VS Code's session and window architecture, crucial for extensions that monitor logs or track user activity. Key content areas: - VS Code session lifecycle and management - Window creation and isolation concepts - Log directory structure and navigation - Extension context and logUri usage - Real-time vs historical monitoring strategies - Implementation examples and best practices - Common misconceptions and debugging approaches This guide serves as the definitive reference for extension developers building log monitoring and analytics features.
Add comprehensive technical guide for VS Code Copilot chat session files This document provides complete technical documentation for understanding, discovering, and processing VS Code Copilot chat session files, based on empirical analysis and testing. Key content areas: - File location and discovery patterns across platforms - JSON structure and format specifications - Real-time session writing behavior analysis - Cross-platform implementation examples - Performance considerations for large files - Troubleshooting common issues - Complete code examples and interfaces This guide serves as the definitive reference for extension developers working with Copilot session data.
Initial Home page