There is a WebEssentials2015-Settings.json file that contains the default settings for websites (for example, for VS2015 it is \ AppData \ Roaming \ Microsoft \ VisualStudio \ 14.0 \ WebEssentials2015-Settings.json ). After I clicked autohide, the only way to translate the menu of websites in browsers is to change this file by setting ShowMenu to true ( "ShowMenu": true ). This fixed the problem for me.
But one note, this file seems to be read when VS starts up, so you might need to restart VS to see the difference. In addition, these settings can be set separately for each solution (Web Essentials> Create Solution Parameters). This option creates a .json file specific to this solution.
Dariusz Szczepaniak Feb 24 '17 at 13:59 on 2017-02-24 13:59
source share