Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.85.1
- OS Version: Ubuntu 22.04 LTS
Steps to Reproduce:
- Select text (do not copy)
- Select different text and copy with CTRL+C
- Middle click in a blank area. You either see no pasted output with
"editor.selectionClipboard": false
or you see the clipboard contents with"editor.selectionClipboard": true
On Linux middle click should always paste the last selected text, never the text copied with CTRL+C. This breaks the standard OS clipboard behaviour on Linux.