SimpsonGSD / P4EditVS

Simple, lightweight Visual Studio plugin to run various Perforce commands on files, such as checkout and revert. Includes optional auto-checkout feature.
https://marketplace.visualstudio.com/items?itemName=ScottSimpson.p4editvs
MIT License
32 stars 8 forks source link

Diff uses P4V's diff tool even if a different diff tool is specified in P4V's preferences #35

Closed arycama closed 1 year ago

arycama commented 1 year ago

Since this plugin is for visual studio, I wanted my diffs to also appear in visual studio, instead of opening in a seperate program. However, the diffs seem to always open using P4V's diff tool, even if I specify for them to use Visual Studios' diff tool in P4V's preferences.

P4EditVS should either allow configuration to open diffs in Visual Studio, or it should respect whatever is set in P4V preferences.

SimpsonGSD commented 1 year ago

Hey, it should use what is set in P4V. It definitely does for me. Did you do a PC restart after changing the value? All P4EditVS does is execute p4vc diffhave <file>.

arycama commented 1 year ago

Right, looks like a restart was needed to make the changes take affect. Sorry about that!