Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 966 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 966 Bytes

vscode-jsonnet

Full code support (formatting, highlighting, navigation, etc) for Jsonnet

Uses https://github.com/grafana/jsonnet-language-server as a language server. See that project's readme for information about its features

Additional Features (over the language server)

Auto-update

Installs the language server and keeps it up-to-date (prompting the user to install the new binary)

auto-update.mp4

Evaluate a file or an expression

evaluate.mp4

To use this

  1. Install the extension from the VSCode Marketplace or Open VSX
  2. Open a jsonnet file and follow the instructions on screen to download the language server
  3. Enjoy