Closed nezorflame closed 5 years ago
@saibing Does bingo report any errors that the vscode-go extension doesnt? If not, then I'll be updating the extension to ignore the diagnostics from bingo
@nezorflame
The second error come from 'go build' command that "go.buildOnSave" flag can turn on or turn off.
or else you can set flag -diagnostics-style=none to turn off bingo's error report.
@ramya-rao-a
no, bingo only report the same error as 'go build' command.
Thanks @saibing @ramya-rao-a I'll use -diagnostics-style=none
for the time being (since it's broken right now anyway, see #89)
@nezorflame Is that a flag to be passed to bingo?
@ramya-rao-a yes, in the "go.languageServerFlags"
option.
Ah, understood.
Strange, but in my case I don't see any LSP compiler errors with latest version of bingo, I thought it was disabled for some reason... -diagnostics-style
unset.
Almost every error is duplicated in the
Problems
section (cc @ramya-rao-a):