Skip to content

Commit

Permalink
Merge pull request scalameta#473 from alexarchambault/scala-cli
Browse files Browse the repository at this point in the history
Add Scala CLI related commands
  • Loading branch information
tgodzik authored Jul 26, 2022
2 parents 7942b67 + c41c44c commit 35aa218
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/interfaces/ServerCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
/**
Expand Down

0 comments on commit 35aa218

Please sign in to comment.