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