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

Commit f95be28

Browse files
authored
Merge pull request #58 from huntc/vscode-engine
Typescript compilation fails
2 parents 04ffb3e + cd2c8c6 commit f95be28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ npm install -g vsce typescript # if you don't have Typescript installed global
4141
$ vsce package
4242
```
4343

44-
You should 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.
44+
You should see a file `scala-lsp-x.x.x.vsix` (`x.x.x` representing the version you are building). Now install it in Code by choosing `Install from VSIX` in the Extensions view.
4545

4646

4747
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.

scala/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"publisher": "dragos",
1414
"engines": {
15-
"vscode": "^1.10.0"
15+
"vscode": "^1.16.1"
1616
},
1717
"categories": [
1818
"Languages"

0 commit comments

Comments
 (0)