joefitzgerald / go-plus

An Enhanced Go Experience For The Atom Editor
https://atom.io/packages/go-plus
Other
1.51k stars 129 forks source link

Build errors are not available #176

Closed LukeMauldin closed 9 years ago

LukeMauldin commented 9 years ago

See the screenshot below. Goplus marks a line as having an error, but I cannot find a way to get the text of the error. Even if I show the message panel, the error is not shown. The error should be "./main.go:24: assignment count mismatch: 2 = 1" Config info

  "go-plus":
    goPath: "/Users/lmauldin/dev/goexternal"
    goInstallation: "/Users/lmauldin/dev/gosrc/bin/go"
    lintOnSave: false
    showPanel: false
    getMissingTools: false

screen shot 2015-03-24 at 8 14 46 am

joefitzgerald commented 9 years ago

@LukeMauldin could you please set showPanel to true in your config? This is suppressing the errors.

LukeMauldin commented 9 years ago

This resolved the issue, thank you.