From a46139ebb93d9801fd0b64b7223529448ba14915 Mon Sep 17 00:00:00 2001 From: Leo Baltus Date: Fri, 12 Mar 2021 14:45:08 +0100 Subject: [PATCH] typescript3 seems necessary --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 647f0a7..5ca158e 100644 --- a/README.md +++ b/README.md @@ -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