How to remove error icons in Brackets

bodich picture bodich · Oct 26, 2017 · Viewed 8.2k times · Source

I cannot find any option in preferences that can hide this annoying signs. I am coding Photoshop Script and errors detection works absolutely incorrect here. Any ideas how to disable it? It appeared in new Brackets version.

Unwanted error icons

Answer

karafar picture karafar · Apr 26, 2018

I tried the above answer, and it I had no success. But, I did notice this little line in the brackets.json file.

"brackets-eslint.gutterMarks": true

Setting it to false did the trick for me!

EDIT:

Here are some clearer instructions.

  1. Open "Debug" menu
  2. Click on "Open Preferences File"
  3. In "brackets.json" set "brackets-eslint.gutterMarks" to false