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

Commit cd2c8c6

Browse files
committed
Fixed a name change to the vsix file
1 parent 6187dba commit cd2c8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.

0 commit comments

Comments
 (0)