Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Copilot Chat CopierNew to Visual Studio Code? Get it now.
Copilot Chat Copier

Copilot Chat Copier

Nathan Cassee

|
1 install
| (0) | Free
A plugin that copies all workspace vscode chats into a designated folder if you so desire.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

This plugins operates based on the simple observation that github copilot chat appears to store all user chats in a workspace directory. Workspace directories are usually stored user's home direcotry. When you open a directory with vscode it is considered a workspace.

For instance, on OSX you can find these workspace files in ~/Library/Application Support/Code/User/workspaceStorage.

In this plugin we use vscode API's to listen to this directory, and copy all of the stored chat files into the actual workspace directory, such that you can version the copilot chat logs that actually lead to the software product you are builidng. As this behavior might not be desirable in every workspace there is a setting you can flip in a workspace to enable this plugin. This setting is named: chatCopier.enableLogging.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft