Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This repository is a forking of the archived Heptio jsonnet extension to make it compatible for the latest vscode. It is not currently published, but feel free to download and use the vsce tool to package it for your IDE. Bug/feature submissions will also be considered.

```
npm i -D typescript@3
npm i vsce -g
vsce package
code --install-extension jsonnet-0.1.0.vsix
```

[publishing/packaging]: https://code.visualstudio.com/api/working-with-extensions/publishing-extension

# Jsonnet Support for Visual Studio Code
Expand Down