From c41c44c1abfafc888f3dd2268e353d449ae8bd85 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 15 Jul 2021 21:14:29 +0200 Subject: [PATCH] Add Scala CLI related commands --- src/interfaces/ServerCommands.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/interfaces/ServerCommands.ts b/src/interfaces/ServerCommands.ts index 7347578..a59a773 100644 --- a/src/interfaces/ServerCommands.ts +++ b/src/interfaces/ServerCommands.ts @@ -95,6 +95,10 @@ export const ServerCommands = { NewScalaProject: "new-scala-project", /** Reset a decision you made about a specific setting. */ ResetChoice: "reset-choice", + /** Start the Scala CLI server. */ + ScalaCliStart: "scala-cli-start", + /** Stop the Scala CLI server. */ + ScalaCliStop: "scala-cli-stop", /** Walk all the files in the workspace and index where symbols are defined. */ SourcesScan: "sources-scan", /**