continue
continue copied to clipboard
Copyable text from chat session
Validations
- [X] I believe this is a way to improve. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that requests the same enhancement
Problem
I am using the interactive chat feature extensively within vscode. When it generates formatted text as markdown, and I copy/paste that text into an editor with a markdown file opened, it looses all the markdown markup, pasting only the text. This is frustrating, as often the markdown formatting is quite important. I think it is copypasting the HTML rendering of the markdown instead of the markdown, and then scrubbing that html when pasting into the text editor.
Solution
No response