Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

atom-ide-scala v0.6.0

Compare
Choose a tag to compare
@laughedelic laughedelic released this 15 Apr 02:59
· 65 commits to master since this release
86ee8c4

This is a huge release, it includes a lot of improvements and new features 🚀 Here are some highlights:

  • Added support for running server commands (through the command palette) (#34)
  • Moved configuration to the Scala code (#29) and added a typed API for it (#37)
  • Added Metals configuration as a part of the plugin's settings UI (#42)
  • Split reusable part of the build into an sbt plugin: sbt-atom-package (#17, #44)
  • Added support for the logging console UI (#47)
  • Added support for the Dotty language server (#48)
  • Added project setup detection to launch the right server automatically (#53)

See the full list of merged PRs in this release in the BIG release milestone.

I'd like to thank @Jarlakxen for contributing to the project. Especially for improving Scala.js facades in the scalajs-atom-api project.