Skip to content

Commit

Permalink
Update commands.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Mar 18, 2024
1 parent 45e229f commit 53a56f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export namespace Commands {
* Command titles used to render in the UI
*/
export namespace CommandTitle {
export const OPEN_JAVA_SETTINGS = "$(settings-gear) Open Java Settings...";
export const OPEN_LOGS = "$(output) Open Logs...";
export const OPEN_JAVA_SETTINGS = "$(settings-gear) Open Java Settings";
export const OPEN_LOGS = "$(output) Open Logs";
export const CLEAN_WORKSPACE_CACHE = "$(trash) Clean Workspace Cache...";
}

0 comments on commit 53a56f6

Please sign in to comment.