danielroedl / vsc-meld-diff

Visual studio code extension to open two files in the external tool meld.
https://marketplace.visualstudio.com/items?itemName=danielroedl.meld-diff
MIT License
12 stars 6 forks source link

Context menu items #13

Closed lonix1 closed 2 years ago

lonix1 commented 2 years ago

Follow-up to #11.

We have a number of context menu options, and not all need to be shown all the time. It actually adds lots of "noise", because many other extensions also add context menu options. :smile:

Select for meld compare

Compare with selected for meld compare

Compare all selected files/folders using meld

Keep in mind meld does 2 or 3-way merge, so 3 should be upper limit.

danielroedl commented 2 years ago

Yes, this is a good point.

I think the best way to change this will be:

This way there is only one new entry on single or multi selection at start up and a second entry for single selection is added only if needed.

lonix1 commented 2 years ago

yes that's even better

danielroedl commented 2 years ago

Version 1.3.2 is out with this improvement.

lonix1 commented 2 years ago

awesome!