sbt/vscode-sbt-scala/client
Eugene Yokota 0c1c380f71 begins language server protocol
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.
2017-10-02 04:01:13 -04:00
..
images begins language server protocol 2017-10-02 04:01:13 -04:00
src begins language server protocol 2017-10-02 04:01:13 -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
package-lock.json begins language server protocol 2017-10-02 04:01:13 -04:00
package.json begins language server protocol 2017-10-02 04:01:13 -04: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.