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

Commit 93b5fa9

Browse files
authored
Merge pull request #419 from Arthurm1/list_build_targets
Change displayBuildTarget to listBuildTargets
2 parents 23fa4a5 + e608928 commit 93b5fa9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/interfaces/ClientCommands.ts

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ export const ClientCommands = {
3333
ReloadDoctor: "metals-doctor-reload",
3434
/** Focus on a window displaying troubleshooting help from the Metals doctor. */
3535
RunDoctor: "metals-doctor-run",
36-
/** Show details about a specific build target */
37-
DisplayTargetInfo: "metals-target-info-display",
3836
/**
3937
* Command to trigger a debug session with Metals. Triggered by a code lens
4038
* in the editor.

src/interfaces/ServerCommands.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export const ServerCommands = {
6666
DoctorRun: "doctor-run",
6767
/** Decode a file to human readable format. E.g. class, semanticdb */
6868
DecodeFile: "file-decode",
69-
/** Prompt for build targets and get info about selected */
70-
DisplayTargetInfo: "target-info-display",
69+
/** Retrieve a list of all build targets */
70+
ListBuildTargets: "list-build-targets",
7171
/**
7272
* Detect the build tool for a workspace and generate the bsp config for the
7373
* build tool. If there are multiple build tools for a workspace ,the user

0 commit comments

Comments
 (0)