Hi,
I have a Visual Studio extension which includes some code snippets. The deployment of code snippets works fine.
However, after installation, to use the code snippets in the editor I am supposed to launch the Code Snippets Manager once.
Only after that the code snippets are visible in the code editor.
This is a manual step and I would like to avoid it.
Is there a way I can update the code snippets manager after the installation?
Note: I am already using devenv /updateconfiguration after the installation to register the extension.
Regards,
Kaveesh