Skip to content

Commit

Permalink
Merge pull request #2368 from ckipp01/commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Jan 5, 2021
2 parents bb40a9a + 37bfc03 commit 01c307b
Showing 1 changed file with 13 additions and 12 deletions.
Expand Up @@ -378,27 +378,28 @@ object ServerCommands {

def all: List[Command] =
List(
ImportBuild,
RestartBuildServer,
AnalyzeStacktrace,
BspSwitch,
ConnectBuildServer,
ScanWorkspaceSources,
RunDoctor,
CascadeCompile,
CancelCompile,
CascadeCompile,
CleanCompile,
BspSwitch,
CopyWorksheetOutput,
GenerateBspConfig,
StartDebugAdapter,
GotoSymbol,
GotoPosition,
GotoSuperMethod,
GotoSymbol,
ImportBuild,
NewScalaFile,
NewScalaProject,
GotoSuperMethod,
AnalyzeStacktrace,
SuperMethodHierarchy,
ResetChoicePopup,
RestartBuildServer,
RunDoctor,
ScanWorkspaceSources,
StartAmmoniteBuildServer,
StopAmmoniteBuildServer
StartDebugAdapter,
StopAmmoniteBuildServer,
SuperMethodHierarchy
)
}

Expand Down

0 comments on commit 01c307b

Please sign in to comment.