I am developing a visual studio 2019 extension that adds commands to a right click context menu. When my custom command is selected I need to get the information on what the user selected with a right click to open the context.
The context menu I an extending is in the git repository on the branches tab. The guid = 57735d06-c920-4415-a2e0-7d6e6fbdfa99
and the CmdID = 0xf032 or 61490 in decimal.
Help on how to get information (specifically the name of the branch) selected with a right click would be appreciated.