sbt/vscode-sbt-scala/client
Eugene Yokota f785750fc4 IPC Unix domain socket for sbt server
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.
2017-11-27 21:37:31 -05:00
..
images update logo to a white background version 2017-10-03 18:22:14 -04:00
src IPC Unix domain socket for sbt server 2017-11-27 21:37:31 -05:00
syntaxes Add Scala syntax from daltonjorge/vscode-scala 2017-10-03 18:19:25 -04:00
.vscodeignore begins language server protocol 2017-10-02 04:01:13 -04:00
README.md begins language server protocol 2017-10-02 04:01:13 -04:00
language-configuration.json Add Scala syntax from daltonjorge/vscode-scala 2017-10-03 18:19:25 -04:00
package-lock.json Add vscode-sbt-scala json locks 2017-10-20 20:05:16 +02:00
package.json Add vscode-sbt-scala json locks 2017-10-20 20:05:16 +02:00
tsconfig.json begins language server protocol 2017-10-02 04:01:13 -04:00

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.