Visual Studio 2015- How to disable "based on your project, we have identified extensions you may find helpful" message?

Htmlasp.net MvcVisual StudioVisual Studio-2015

Html Problem Overview


Since the latest update to Visual Studio 2015, I get this message when I open .html or .cshtml files. Clicking "Don't Ask Again" only disables this until VS is restarted. How can I turn it off permanently?

enter image description here

Html Solutions


Solution 1 - Html

You can disabled this by going to Tools > Options > Text Editors > HTML > Advanced and setting Identify Helpful Extensions to False.

An easy way to get there is to type html adv in the quick launch:

enter image description here

Source

Solution 2 - Html

My experience was clicking the "Don't Show Again" link toggled the Tools > Options > Text Editors > HTML > Advanced > Identify Helpful Extensions: to False, but it did not save that setting when exiting VS. So, be sure to manually toggle that setting to make it stick.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionDLehView Question on Stackoverflow
Solution 1 - HtmlDLehView Answer on Stackoverflow
Solution 2 - HtmlLesterMacView Answer on Stackoverflow