Cinnamon with RestartXXX operators

This commit is contained in:
Pavel Kachalouski
2025-03-18 09:13:56 +01:00
commit dde793d631
12 changed files with 186 additions and 0 deletions

13
project/metals.sbt Normal file
View File

@@ -0,0 +1,13 @@
// format: off
// DO NOT EDIT! This file is auto-generated.
// This plugin enables semantic information to be produced by sbt.
// It also adds support for debugging using the Debug Adapter Protocol
addSbtPlugin("org.scalameta" % "sbt-metals" % "1.5.1")
// This plugin adds the BSP debug capability to sbt server.
addSbtPlugin("ch.epfl.scala" % "sbt-debug-adapter" % "4.2.2")
// format: on