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 go-language-server/jsonrpc2@v0.4.0 interfaces #10

Closed zchee closed 4 years ago

zchee commented 4 years ago

Support go-language-server/jsonrpc2@v0.4.0 interfaces

codecov[bot] commented 4 years ago

Codecov Report

Merging #10 into master will decrease coverage by 2%. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #10    +/-   ##
======================================
- Coverage      64%    62%    -3%     
======================================
  Files          25     27     +2     
  Lines        3669   3820   +151     
======================================
  Hits         2375   2375            
- Misses       1269   1420   +151     
  Partials       25     25
Flag Coverage Δ
#gojay 70% <0%> (-3%) :arrow_down:
#json 23% <0%> (-4%) :arrow_down:
Impacted Files Coverage Δ
canceller.go 0% <0%> (ø)
server_json.go 0% <0%> (ø) :arrow_up:
client_json.go 0% <0%> (ø) :arrow_up:
errors.go 0% <0%> (ø) :arrow_up:
server.go 0% <0%> (ø) :arrow_up:
protocol.go 0% <0%> (ø) :arrow_up:
client_gojay.go 0% <0%> (ø) :arrow_up:
context.go 0% <0%> (ø)
client.go 0% <0%> (ø) :arrow_up:
server_gojay.go 0% <0%> (ø) :arrow_up:
... and 2 more