How to check if specific extension is installed in Visual Studio 2017?
1. Using Microsoft.VisualStudio.Setup I got only extensions that was added during installation.
2. privateregistry.bin could be read only when Visual Studio is closed.
Is there a way to check if extension is installed?