You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ $ npm install -g vsce typescript # if you don't have Typescript installed global
41
41
$ vsce package
42
42
```
43
43
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.
45
45
46
46
47
47
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