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

Output window switches to P4EditVS when first written to and can be annoying #34

Closed SimpsonGSD closed 1 year ago

SimpsonGSD commented 1 year ago

The output window swaps to P4EditVS's output pane when the solution settings are loaded. As the plugin is async loaded it can take quite a while for it to be initialized meaning it can take focus in the middle of doing something such as building.

Try to see if there's a way to not take focus or initialize earlier if possible.

Ben136KBC commented 1 year ago

Thank you. Maybe in settings there can be an option to suppress the string "Solution settings C:\Users\xxxxx\AppData\Roaming\P4EditVS\petro-sim_194D2ED7.xml loaded" maybe an option to only show problems?

Thank you for this extension, we love it, and the fact that it is so low impact. The only minor issue is this.

SimpsonGSD commented 1 year ago

Version 2.6.7 should fix this and has been pushed to marketplace. VS should auto-install it the next time you reboot. Please let me know if this resolves your issue (and that 2.6.7 is definitely installed). Thanks.

Ben136KBC commented 1 year ago

Thank you kindly, Sir! It seems better now.

SimpsonGSD commented 1 year ago

Great. Closing this for now.