From 9de45831496997c2e971b554626cdd8583d1c2ff Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Sat, 5 Nov 2016 19:38:08 +0100 Subject: [PATCH] Added pre-built release. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7258593..cd04202 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,22 @@ The language server may be backed up by [ensime](http://ensime.github.io/) or di # How to try it out +Download an existing [release](https://github.com/dragos/dragos-vscode-scala/releases) and install it in Code by choosing `Install from VSIX` in the Extensions view. + +## Building + tl;dr ```bash $ sbt publishExtension $ cd scala +$ npm install # only the first time, to download dependencies +$ npm install -g tsc # if you don't have Typescript installed globally $ vsce package ``` -You shuld see a file `ensime-scala-0.0.3.vsix` (or whatever version you are building). Now install it in Code by choosing `Install from VSIX` in the Extensions view. +You shuld see a file `ensime-scala-0.0.4.vsix` (or whatever version you are building). Now install it in Code by choosing `Install from VSIX` in the Extensions view. -## Building The root Sbt project controls all the Scala parts of the build. The client is written in Typescript (it's really minimal) and lives under scala/. This one is built using Code's tools.