It seems that 0.7.1 made a change which is causing focus stealing in the output window.
Not sure if this was a preexisting issue that was uncovered by writing to the output after not having done so in the past, but incidentally the error happening which causes the focus stealing is of the form:
Failure: failed to build input "\"/home/some.user/some/path/file.proto\"" because it is contained by module at path "." specified in your configuration, you must provide the workspace or module as the input, and filter to this path using --path
Downgrading to 0.7.0 resolves the issue.
It seems that
0.7.1made a change which is causing focus stealing in the output window.Not sure if this was a preexisting issue that was uncovered by writing to the output after not having done so in the past, but incidentally the error happening which causes the focus stealing is of the form:
Downgrading to
0.7.0resolves the issue.