Closed CDuke closed 8 years ago
Original comment by Konstantin Kabanov (Bitbucket: DarkOverlord, GitHub: DarkOverlord):
It's not a feature of Sublime TFS.
It can be configured in Visual Studio Tools -> Options
menu, like this:
@CDuke I know this is an old issue. But, I've been testing this out with ST3 build 3103 and VS2015 on Windows 7. I confirmed Tools: Options: Source Control: VSTFS: "Get latest version.. on checkout" is checked. I confirmed checking out from a VS command line gets latest. But if I rely on autocheckout, I'm not seeing the latest,
Looking a bit at the code it seems the issue is that checkout is happening on a pre save event handler. So, ST is writing whatever it already has in memory to disk after TFS got the latest. Really need a "before edit" event :)...
Originally reported by: Eric Ness (Bitbucket: eric_ness, GitHub: eric_ness)
I'd love the ability to auto get latest before checkout.