ryanmcalister / unotes

Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
MIT License
174 stars 22 forks source link

Copy-Paste broken with VS Code version 1.47.0 #80

Closed epikgit closed 4 years ago

epikgit commented 4 years ago

I've just updated my VS Code to 1.47.0 and now unotes is behaving strangely. If I copy a text from everywhere and then I paste in the wysiwyg unotes editor, it pastes the text twice. If I paste the text in the raw unotes editor, it pastes it twice again. If I paste the same text (same clipboard) in the VS Code editor, it pastes it once. What is happening here?

ryanmcalister commented 4 years ago

This looks like a vscode bug. in 1.47.0 https://github.com/microsoft/vscode/issues/101946 Looks like it should be fixed in the next update. One work-around might be to delete the keybinding for paste

ryanmcalister commented 4 years ago

Looks like this issue was fixed in vscode 1.47.2 https://github.com/microsoft/vscode/issues?q=is:issue+milestone:%22June+2020+Recovery+2%22+is:closed

epikgit commented 4 years ago

Yes I confirm that. Issue solved. Thank you!