-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Description
I was working on podman-desktop/podman-desktop#15416 (comment) and add some problem being sure macadam binary was available and working.
In the Settings > CLI I can see the following
We should probably display the version detected, to make it nice for the user :)
podman-desktop-rhel-ext/src/extension.ts
Lines 105 to 112 in 99acb52
| const macadamCli = extensionApi.cli.createCliTool({ | |
| name: MACADAM_CLI_NAME, | |
| images: { | |
| icon: './icon.png', | |
| }, | |
| displayName: MACADAM_CLI_DISPLAY_NAME, | |
| markdownDescription: MACADAM_CLI_MARKDOWN, | |
| }); |
Metadata
Metadata
Assignees
Labels
No labels