How to disable dev tools in atom editor - Stack Overflow
Good answer by Ash Wilson, but I wanted to point out a handy package to disable the dev console from opening when there is an error: https://atom.io/packages/error-status .
You should find out what is causing the error, however most of the time it is annoying. This package shows the error right above the status bar. So you can still click it to see what the error is, but it is less obtrusive than opening the console.
Edit: Package was removed. Atom now has better error handling and a notification shows instead.
Read full article from How to disable dev tools in atom editor - Stack Overflow
No comments:
Post a Comment