generate

command
v0.11.0-pre.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2022 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Overview

GenLSP generates the files tsprotocol.go, tsclient.go, tsserver.go, tsjson.go that support the language server protocol for gopls.

Usage:

go run . [flags]

The flags are:

-d <directory name>
	The directory containing the vscode-languageserver-node repository.
	(git clone https://github.com/microsoft/vscode-languageserver-node.git).
	If not specified, the default is $HOME/vscode-languageserver-node.

-o <directory name>
	The directory to write the generated files to. It must exist.
	The default is "gen".

-c <directory name>
	Compare the generated files to the files in the specified directory.
	If this flag is not specified, no comparison is done.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL