Fix for Web Essentials causes poor performance in Visual Studio due to the running of the jsHint and tsLint tools
If you have Web
Essentials installed then you may experience poor performance in Visual Studio due to the running of the
jsHint and tsLint tools.
In which case here are steps to improve the performance:
In Visual Studio:
Select Tools |
Options
Select Web Essentials
Select JavaScript:
·
Set Run
on save to False
·
Set Run
on build to True
Select TypeScript:
·
Set Run
on save to False
·
Set Run
on build to True
Finally, Restart
Visual Studio.
Comments
Post a Comment