Visual Studio 2019 Team Explorer has a new feature that allows me to stash my current changes. When I invoke it (with or without --keep-index) it uses the current content of the commit message window as the stash title. Then it clears the commit message. When I pop the stash (with or without --index) it doesn't do anything with the stash title, so the commit message window stays empty. Taken together a round-trip (stash + pop) clears the commit message which is a bit annoying.
Can I make VS restore the commit message from the stash title? That would be useful.