mirror of https://github.com/sbt/sbt.git
The change contributed in https://github.com/sbt/sbt/pull/4130 to start sbt within VS Code looked ok at first, but when I published the extension and started using it, I realized that it's a bit broken. Basically there's no cleanup logic (that I could find), so simply closing VS Code would leave `project/target/active.json` behind, which lets VS Code extension to attempt connection, and it fails because there's no server running. To workaround this, I'll attempt to connect to the socket to confirm sbt server is up. |
||
|---|---|---|
| .. | ||
| 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-RC1 or above.
- Saving
*.scalawill triggercompiletask. - Jump to definition support for class names.