Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Added pre-built release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos committed Nov 5, 2016
1 parent b7785e1 commit 9de4583
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9de4583

Please sign in to comment.