saibing / bingo

Bingo is a Go language server that speaks Language Server Protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bingo does not update diagnostics after saving

inliquid opened this issue · comments

VS Code,
изображение

@inliquid

Please set -diagnostics-style=instant.

if -diagnostics-style=onsave, diagnostics will not be updated in real time until the next save action.

@saibing Bingo does not update diagnostics after saving by

  • Ctrl-S
  • Save File from Command pallete
    изображение

Actually instant is set by default, and I didn't touch this param:

-diagnostics-style string
        diagnostics style: none, instant, onsave. Can be overridden by InitializationOptions. (default "instant")

@saibing

@inliquid

Please use the enhanced version of gopls