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

Commit

Permalink
Merge pull request #419 from Arthurm1/list_build_targets
Browse files Browse the repository at this point in the history
Change displayBuildTarget to listBuildTargets
  • Loading branch information
tgodzik authored Feb 21, 2022
2 parents 23fa4a5 + e608928 commit 93b5fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/interfaces/ClientCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export const ClientCommands = {
ReloadDoctor: "metals-doctor-reload",
/** Focus on a window displaying troubleshooting help from the Metals doctor. */
RunDoctor: "metals-doctor-run",
/** Show details about a specific build target */
DisplayTargetInfo: "metals-target-info-display",
/**
* Command to trigger a debug session with Metals. Triggered by a code lens
* in the editor.
Expand Down
4 changes: 2 additions & 2 deletions src/interfaces/ServerCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export const ServerCommands = {
DoctorRun: "doctor-run",
/** Decode a file to human readable format. E.g. class, semanticdb */
DecodeFile: "file-decode",
/** Prompt for build targets and get info about selected */
DisplayTargetInfo: "target-info-display",
/** Retrieve a list of all build targets */
ListBuildTargets: "list-build-targets",
/**
* Detect the build tool for a workspace and generate the bsp config for the
* build tool. If there are multiple build tools for a workspace ,the user
Expand Down

0 comments on commit 93b5fa9

Please sign in to comment.