go-language-server / protocol

Package protocol implements Language Server Protocol specification in Go
https://pkg.go.dev/go.lsp.dev/protocol
BSD 3-Clause "New" or "Revised" License
98 stars 15 forks source link

all: support lsp 3.15.3 #16

Closed zchee closed 3 years ago

zchee commented 3 years ago

Support lsp 3.15.3.

ref:

codecov[bot] commented 3 years ago

Codecov Report

Merging #16 (f5e54a0) into main (be98efe) will increase coverage by 0.4%. The diff coverage is 61.1%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main     #16     +/-   ##
=======================================
+ Coverage   59.2%   59.7%   +0.4%     
=======================================
  Files         27      33      +6     
  Lines       3344    4214    +870     
=======================================
+ Hits        1982    2518    +536     
- Misses      1337    1668    +331     
- Partials      25      28      +3     
Impacted Files Coverage Δ
client.go 0.0% <ø> (ø)
client_gojay.go 0.0% <0.0%> (ø)
client_json.go 0.0% <0.0%> (ø)
general.go 100.0% <ø> (ø)
handler.go 0.0% <ø> (ø)
handler_gojay.go 0.0% <0.0%> (ø)
handler_json.go 0.0% <0.0%> (ø)
selectionrange.go 0.0% <0.0%> (ø)
selectionrange_gojay.go 0.0% <0.0%> (ø)
server.go 0.0% <0.0%> (ø)
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update be98efe...f5e54a0. Read the comment docs.