mirror of https://github.com/sbt/sbt.git
This is the first cut for the Language Server Protocol on top of server that is still work in progress. With this change, sbt is able to invoke `compile` task on saving files in VS Code. |
||
|---|---|---|
| .. | ||
| images | ||
| src | ||
| .vscodeignore | ||
| README.md | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
README.md
Scala language support using sbt
This is an experimental Scala language support using sbt as the language server.
To try this, use sbt 1.1.0-M1 and above. Saving *.scala will trigger compile task.