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.
In my case, when opening the brackets.json file, the linting.enabled option was not found. Simply add it and put it in false to remove the error icons.
This is an updated answer to the original question after doing all the things previously suggested in the answer thread that all unfortunately failed to get rid of the annoying red x’s and its probably due to being on a newer build of Brackets.
5
Answers
Open Preferences and append
"debug": false
to
defaultPreferences.json
. This disables debugging.Dude, try this one.
"linting.enabled": false
. 🙂I tried the above answer, and it I had no success.
But, I did notice this little line in the brackets.json file.
Setting it to false did the trick for me!
EDIT:
Here are some clearer instructions.
In my case, when opening the
brackets.json
file, thelinting.enabled
option was not found. Simply add it and put it infalse
to remove the error icons.This is an updated answer to the original question after doing all the things previously suggested in the answer thread that all unfortunately failed to get rid of the annoying red x’s and its probably due to being on a newer build of Brackets.
I removed them by:
File> Extension Manager…> Default > ESLint > Disable
Brackets Release 1.14 build 1.14.2-17770 (release-1.14.2 f71f00acc)
build timestamp: Tue Mar 31 2020 00:50:40 GMT-0700