Search code examples
visual-studiovisual-studio-2015visual-studio-extensions

How to automatically enable Visual Studio extension


I installed Bundler & Minifier extension on Visual Studio Community 2015. Every time i open a project, this extension is disabled. I have to enable it and restart VS to get it work.

enter image description here

How can i automatically enable this Visual Studio extension ?

Thanks.


Solution

  • I ended up by :

    1. Uninstall Bundler & Minifier extension
    2. Restart my computer
    3. Then reinstall the extension

    Now everything works fine.