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 :)
|
const macadamCli = extensionApi.cli.createCliTool({ |
|
name: MACADAM_CLI_NAME, |
|
images: { |
|
icon: './icon.png', |
|
}, |
|
displayName: MACADAM_CLI_DISPLAY_NAME, |
|
markdownDescription: MACADAM_CLI_MARKDOWN, |
|
}); |
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 > CLII can see the followingWe 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