Prebuild-friendly image for Scala SBT projects on gitpod.io with help from Metals.
Example .gitpod.yml
:
image: armanbilge/metals-gitpod:0.1
tasks:
- init: initMetals
command: sbt
vscode:
extensions:
- scala-lang.scala
- scalameta.metals