Get Rid of All Those JavaScript Warnings in Visual Studio

Updating Visual Studio is for most cases a non-event. However, one instance started to show JavaScript errors all over the place. Since we do not write JavaScript with this instance, we do not need to know about JavaScript errors.

The simplest way to disable those errors: go to Tools > Options… and search for ESLint:

Unmark the checkbox in front of Enable ESLint, restart Visual Studio and you are done.

 
If the errors persist, you can open Tools > Options… again, search for JavaScript Errors and disable the setting:

Restart again and now Visual Studio will no longer show you any JavaScript errors. Just keep in mind to revert those changes when you suddenly start writing JavaScript…

2 thoughts on “Get Rid of All Those JavaScript Warnings in Visual Studio”

  1. Thanks for these security plugins, My website is getting notification of “rogueads.unwanted_ads” on each visits and that just harmed my website since 72 hours. I found that this is an script injected by hackers but I am still finding a removal guide for it, is there any steps you know to delete such scripts from a site?

    Reply
    • Hi Breanna,
      Unfortunately, I have no idea how to fix this problem. All I can suggest is to make a backup of the current installation, put it aside and restore an older backup before the problem started. Depending on how old that backup is, you will need to add the missing content manually 🙁

      Regards,
      Johnny

      Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.