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

"Open with P4V" creates a new P4V instance every time. #36

Open arycama opened 1 year ago

arycama commented 1 year ago

I think it would be better if this uses the existing instance of P4V instead of opening a new one. This could be a configurable option if needed, though I think making it use the existing instance by default would be best.

SimpsonGSD commented 1 year ago

I agree, it would be better to not keep opening new instances but re-use the first one opened.

SimpsonGSD commented 6 months ago

Note: If you have P4V 2024.1 and enable the P4V 2024.1 Open in P4V Support option in Visual Studio settings, this should just work now.