vscode.env.clipboard with MIME-type #163240
Labels
editor-clipboard
Editor clipboard issues
feature-request
Request for new features or functionality
notebook-clipboard
*out-of-scope
Posted issue is not in scope of VS Code
Milestone
Hi!
I'm using vscode.env.clipboard in my extension, but it works with plain text only. If I need to copy HTML with mime-type "text/html" it doesn't work.
I think the best way is adding write method to vscode.env.clipboard which can use ClipboardItem like navigator.clipboard.write.
Thanks a lot!
The text was updated successfully, but these errors were encountered: