Sublime Forum

Suppressing in-editor errors from build

#1

Hi … Sublime has this neat feature where (in some cases) it shows error messages from a build operation, right in the middle of the editor, positioned after the troubling line.

Sometimes I love this. Sometimes I hate it. Mostly I hate it because it gloms up my view of the source code.

Can you tell me what to look for and change in the build command files? I’m currently seeing the issue in Ruby and Python. Oddly, in Ruby it only happens on one of my computers, so I must have something that’s not up to date.

Thanks!

0 Likes

#2

just set the following in your user preferences, and they will go away:

// Shows build errors just under the line on which they occur.
"show_errors_inline": false,
0 Likes

#4

Super … trying that now … worked as expected. Thanks!

0 Likes