microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.71k stars 29.08k forks source link

Timeline: support multi select commands #145202

Open bpasero opened 2 years ago

bpasero commented 2 years ago

I would like to enable bulk-operations for the local history entries (e.g. "Delete") and was expecting a multi-select context menu invocation to receive all the selected items, but it seems only the focused one is passed on.

Related/Enabled: https://github.com/microsoft/vscode/issues/117261

gjsjohnmurray commented 4 months ago

This would also allow diffing two specific history versions.