Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 856 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 856 Bytes

Language server for envd

A language server for envd, a Python-inspired configuration language.

envd-lsp uses starlark-lsp, go.lsp.dev and Tree sitter as its main dependencies to implement the LSP/JSON-RPC protocol and envd language analysis, respectively.

Build from source

make

CLI

NAME:
   envd-lsp - language server for envd

USAGE:
   envd-lsp [global options] command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --address value  Address (hostname:port) to listen on
   --debug          Enable debug logging (default: false)
   --help, -h       show help (default: false)
   --version, -v    print the version (default: false)