1
0
mirror of https://github.com/golang/go synced 2024-11-19 06:14:39 -07:00
go/internal/lsp/source
Rebecca Stambler f0a709d59f internal/lsp: set severity levels for compiler errors and vet checks
This change adds severity levels to source.Diagnostics, allowing us to
pass this information along to the LSP. This allows compiler errors to
show up in red, while vet results show up in green.

Change-Id: I2bc0b27ed6629f987c05affe00fdbe4b9bfb3b3e
Reviewed-on: https://go-review.googlesource.com/c/164299
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
2019-02-27 23:25:17 +00:00
..
analysis.go internal/lsp: create new cache for each analysis 2019-02-20 22:52:34 +00:00
completion.go internal/lsp: remove error return values from interface "field" accessors 2019-02-13 21:58:50 +00:00
definition.go internal/lsp: remove error return values from interface "field" accessors 2019-02-13 21:58:50 +00:00
diagnostics.go internal/lsp: set severity levels for compiler errors and vet checks 2019-02-27 23:25:17 +00:00
format.go internal/lsp: remove unused range parameter from computeTextEdits 2019-02-20 18:40:53 +00:00
signature_help.go internal/lsp: remove error return values from interface "field" accessors 2019-02-13 21:58:50 +00:00
uri_test.go internal/lsp/source: avoid having build tagged files for uri 2018-12-17 19:55:17 +00:00
uri.go internal/lsp: add ranges to some diagnostics messages 2018-12-20 19:13:07 +00:00
view.go internal/lsp: change File.Read to a File.GetContent accessor 2019-02-14 04:36:41 +00:00