Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

armanbilge/metals-gitpod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

metals-gitpod

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