Containing the LSP protocol stubs in Golang.
go run ./internal/generate -o .
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.