In vsix-package
extension for SSMS I have problem -
after the Initialize
function the value of the sub-key is deleted (in the registery edit) and it causes that if I open the SSMS several times in a row, the extension is loaded only to the first instance of the SSMS.
I know the deleting happens between the function Initialize
and the event DTEEvents_OnStartupComplete
What can I do in order to prevent the deleting or when is the value deleted?
Thank you