1
0
mirror of https://github.com/golang/go synced 2024-10-01 09:28:37 -06:00
go/internal/lsp/protocol
Jan Steinke be5259f298 internal/lsp: use x/xerrors to create new errors
This relates to https://github.com/golang/go/issues/31374 and should switch all instances within `gopls` to use `x/errors` instead of `fmt` to create new errors.

Change-Id: I18339b75d12418d852e0dcc2ba0ed6c2970783b3
GitHub-Last-Rev: f4a55d9b79e7458ef1f1e06cb5eabbabd884f321
GitHub-Pull-Request: golang/tools#108
Reviewed-on: https://go-review.googlesource.com/c/tools/+/179880
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-08-06 19:46:56 +00:00
..
typescript internal/lsp: fix watched file protocol constants 2019-07-31 19:43:47 +00:00
context.go internal/lsp: fix lockup for packages with many files 2019-07-23 02:17:37 +00:00
doc.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
enums.go internal/lsp: fix watched file protocol constants 2019-07-31 19:43:47 +00:00
protocol.go internal/lsp: convert logging calls 2019-07-18 19:03:12 +00:00
span.go internal/lsp: use x/xerrors to create new errors 2019-08-06 19:46:56 +00:00
tsclient.go internal/lsp: convert logging calls 2019-07-18 19:03:12 +00:00
tsprotocol.go internal/lsp: fix watched file protocol constants 2019-07-31 19:43:47 +00:00
tsserver.go internal/lsp: convert logging calls 2019-07-18 19:03:12 +00:00