I have many workspaces that I manage locally while working with our source control system - sometimes though, I will go over 6 months without working on a particular codebase, and just in case I'd like to check which workspace the last changeset came from.
This way I could ensure that no "rogue" files have been worked on locally without being checked in - I know it "shouldn't" happen if I'm checking in on every change, this is just a safety mechanism.
I know I can get the changeset ID from TFS 2017 by looking at the repository in the "Code" section - is there any way to tell which local workspace that changeset came from?