Skip to content

tensorchord/envd-lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)