Skip to content

Tags: go-language-server/protocol

Tags

v0.12.0

Verified

This commit was signed with the committer’s verified signature. The key has expired.
zchee Koichi Shiraishi
all: remove gojay from all

Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zchee Koichi Shiraishi

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zchee Koichi Shiraishi

v0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from go-language-server/lsp-3.16

Support lsp 3.16.0

v0.10.0

Verified

This commit was signed with the committer’s verified signature. The key has expired.
zchee Koichi Shiraishi
all: support lsp 3.15.3

v0.9.1

Verified

This commit was signed with the committer’s verified signature. The key has expired.
zchee Koichi Shiraishi
README: update SaaS badges

v0.9.0

Verified

This commit was signed with the committer’s verified signature. The key has expired.
zchee Koichi Shiraishi
protocol: change NewServer and NewClient to new handler logic

v0.8.0

Verified

This commit was signed with the committer’s verified signature. The key has expired.
zchee Koichi Shiraishi
all: change license author

v0.7.0

Verified

This commit was signed with the committer’s verified signature. The key has expired.
zchee Koichi Shiraishi
all: support go-language-server/jsonrpc2@v0.4.0 interfaces

v0.6.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
general: fix CompletionItemKind to nest valueSet

Fix typo in general_gojay.go

Fix CompletionItemKind to nest valueSet in gojay

Fix CompletionItemKind to nest valueSet in gojay test

Revert fixing typo in general_gojay.go

Revert "Revert fixing typo in general_gojay.go"

This reverts commit dcb155e.

Revert "Fix typo in general_gojay.go"

This reverts commit c0dffb3.

Implement gojay interface in TextDocumentClientCapabilitiesCompletionItemKind

Fix TextDocumentClientCapabilitiesCompletionItemKind implemetation for gojay

Fix test for gojay

Add comment to exported type

Fix general_test.go

Fix test in completionItemKind