Open
Description
The workflow for comparing queries is different if you have one query selected or two. When one query is selected, and a user invokes the compare command, an options box opens where the second query can be selected. When two queries are selected, the comparison happens immediately.
We should either:
- use two commands for these two workflows and only display one or the other based on selection count. This is currently blocked by Enablement using listDoubleSelection and listMultiSelection not working in contributed view microsoft/vscode#99767
- Change the command title text based on the number of items selected. Not sure exactly how best to do this.
When one item is selected, use Compare with... and when two are selected, Compare Selected.