Skip to content

bytebase/lsp-protocol

Repository files navigation

lsp-protocol

Containing the LSP protocol stubs in Golang.

Usage

go run ./internal/generate -o .

How it's working

The generate tool will clone the go/tools repository, and run the gopls/internal/protocol/generate/main.go file to generate the LSP protocol stubs. The generate tools will copy the tsjson.go and tsprotocol.go files to the specified output directory.

About

LSP protocol spec stub in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages