Skip to content

fix(copilot): discover VS Code Insiders transcripts#181

Merged
iamtoruk merged 1 commit intogetagentseal:mainfrom
davidg-h:fix/copilot-vscode-insiders-integration
Apr 30, 2026
Merged

fix(copilot): discover VS Code Insiders transcripts#181
iamtoruk merged 1 commit intogetagentseal:mainfrom
davidg-h:fix/copilot-vscode-insiders-integration

Conversation

@davidg-h
Copy link
Copy Markdown
Contributor

Summary

  • Adds VS Code Insiders workspace storage discovery for the Copilot provider.
  • Scans both VS Code Stable and VS Code Insiders workspaceStorage paths.
  • Keeps the existing workspaceStorageDirOverride behavior for custom paths.
  • Fixes Copilot usage discovery when users run Copilot Chat in VS Code Insiders.

Changes

  • src/providers/copilot.ts: Replaced the single VS Code workspace storage path with multiple platform-specific paths.
  • src/providers/copilot.ts: Includes VS Code Stable and VS Code Insiders paths for Windows, macOS, and Linux.
  • src/providers/copilot.ts: Discovers transcripts from all configured VS Code workspace storage directories.

Test Plan

  • Ran npm test -- run tests/providers/copilot.test.ts (20 tests passing).
  • Ran npm run build.
  • Manually verified that Copilot transcripts from VS Code Insiders are discovered on Windows.
  • Verified codeburn report --provider copilot -p all --format json returns Copilot sessions instead of zero usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants