I have created a VSIX project (community) and I would like to execute my command after the original one is executed. For example: When I click the button git->fetch, I want fetch hello world to be printed.
I have created a VSIX project (community) and I would like to execute my command after the original one is executed. For example: When I click the button git->fetch, I want fetch hello world to be printed.