chore: minor rewording

This commit is contained in:
NamesMT 2025-04-28 15:02:59 +00:00
parent 086523655b
commit 324be54e4e

View file

@ -606,7 +606,7 @@ export class MarketplaceManager {
// Install via CLI if binary is a configurable pack. // Install via CLI if binary is a configurable pack.
// TODO: think of a way to send the binary to the npx process // TODO: think of a way to send the binary to the npx process
if (await uint8IsConfigPackWithParameters(binaryUint8)) { if (await uint8IsConfigPackWithParameters(binaryUint8)) {
vscode.window.showInformationMessage(`"${item.name}" is configurable, install through interactive CLI...`) vscode.window.showInformationMessage(`"${item.name}" is configurable, invoking interactive CLI...`)
let pResult: string[] = [] let pResult: string[] = []
let pExitCode: number | undefined let pExitCode: number | undefined