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

Support lsp 3.16.0 #21

Closed zchee closed 3 years ago

zchee commented 3 years ago

Support lsp 3.16.0.

Close: #22

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (7af0498) into main (b19b78e) will increase coverage by 0.7%. The diff coverage is 44.0%.

:exclamation: Current head 7af0498 differs from pull request most recent head 6cee1eb. Consider uploading reports for the commit 6cee1eb to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##            main     #21     +/-   ##
=======================================
+ Coverage   60.1%   60.8%   +0.7%     
=======================================
  Files         33      35      +2     
  Lines       4177    5547   +1370     
=======================================
+ Hits        2511    3377    +866     
- Misses      1638    2131    +493     
- Partials      28      39     +11     
Flag Coverage Δ
gojay 67.3% <52.9%> (+1.2%) :arrow_up:
json 20.4% <30.1%> (-3.6%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
client.go 0.0% <0.0%> (ø)
client_gojay.go 0.0% <0.0%> (ø)
client_json.go 0.0% <0.0%> (ø)
general_gojay.go 83.1% <ø> (+3.9%) :arrow_up:
handler_gojay.go 0.0% <0.0%> (ø)
handler_json.go 0.0% <0.0%> (ø)
progress_json.go 84.2% <ø> (ø)
selectionrange_gojay.go 0.0% <ø> (ø)
semantic_token_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 b19b78e...6cee1eb. Read the comment docs.