jsonnet-language-server
jsonnet-language-server copied to clipboard
A Language Server Protocol (LSP) server for Jsonnet (https://jsonnet.org).
Results
16
jsonnet-language-server issues
Sort by
recently updated
recently updated
newest added
Most editors have their own implementation that shells out to `jsonnet` or `tanka` but that requires separate configuration of the JSONNET_PATH. It would be nice for the language server to...
There is no need to use `fmt.Fprint(f|ln)`