Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 395
DLeh Avatar asked Jan 04 '16 18:01

DLeh


2 Answers

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

like image 86
DLeh Avatar answered Nov 11 '22 06:11

DLeh


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.

like image 21
LesterMac Avatar answered Nov 11 '22 07:11

LesterMac