dbankier / vscode-instant-markdown

vscode extension for instant markdown previews
53 stars 23 forks source link

Clipboard gets cleared #23

Open jameswilliamknight opened 7 years ago

jameswilliamknight commented 7 years ago

If you have a vscode markdown file loaded (and previewing), and another non-markdown file in another vscode tab, moving between the two will clear the clipboard, e.g. if you copy some text from the markdown file, and move tabs to paste it in a different file.

I hope that makes sense.