mirror of https://github.com/sbt/sbt.git
In addition to TCP, this adds sbt server support for IPC (interprocess communication) using Unix domain socket and Windows named pipe. The use of Unix domain socket has performance and security benefits. |
||
|---|---|---|
| .. | ||
| images | ||
| src | ||
| syntaxes | ||
| .vscodeignore | ||
| README.md | ||
| language-configuration.json | ||
| 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.