VS Code issue: microsoft/vscode#192518
Repro:
- Enable mouse events in tmux
set -g mouse on in ~/.tmux.conf
- Open tmux
- Hold shift (to disable passthrough mouse events) and make a selection 🐛 it shows it being selected but as soon as mouseup happens, the selection disappears
It works if mouseup occurs outside the terminal element.