mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-17 13:50:46 +01:00
bf7ca503c2
For copy paste, I added logic to prefer using the text content if there's both `image/*` and `text/*` content in the clipboard This however I also incorrectly applied this logic when dropping. In those cases, we instead want to prefer the image data (at least we do in the case of dragging and dropping from VS Code's explorer)