A Visual Studio Code extension that converts chat.json files (exported using workbench.action.chat.export) into markdown files.
- Right-click on a
.jsonfile in the explorer or editor to convert it to markdown - Automatically opens the converted markdown file
- Preserves the role and content of each chat message
- Export your chat conversation to a JSON file using the VS Code command
Export Chat to JSON - Right-click on the exported
.jsonfile in the explorer or editor - Select "Convert to Markdown" from the context menu
- The markdown file will be created in the same location with a
.mdextension
- Visual Studio Code version 1.100.0 or higher
None at this time.
Initial release:
- Basic conversion of chat.json to markdown
- Context menu integration