Description
I would like to be able to save the discussion history of a session with github copilot on some location I have access to.
It could be a file, the clipboard, the cloud. Anything as long as I get the full conversation to use later in order to store it, cherry-pick snippets or advice, and organize own knowledge base after the exchange .
examples:
It could be an export json feature accessed by a button
or
It could be a master/details page in VS/VSCode extensions that show the prompts and answers, allow for ulti select of blocks, and a Ctrl+C would get the text from the selected items. Even better il the styles and formatting adapt depending on what was selected ; creating titles and sections around the selected tiles of prompts and answer.
Acceptance Criteria
The actual discussion should not be atered in any way: an altered version procesed by AI can be offered after the raw conversation, but the original should remain intact.
In any case, love VS Code, thanks for the great work!