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

Commit a12d763

Browse files
authored
Merge pull request #331 from Arthurm1/display_build_target_info
display build target info
2 parents 33e58f3 + 18a99ff commit a12d763

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/interfaces/ClientCommands.ts

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ 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",
3638
/**
3739
* Command to trigger a debug session with Metals. Triggered by a code lens
3840
* in the editor.

src/interfaces/ServerCommands.ts

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +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",
6971
/**
7072
* Detect the build tool for a workspace and generate the bsp config for the
7173
* build tool. If there are multiple build tools for a workspace ,the user

0 commit comments

Comments
 (0)