From 324be54e4eddc9073a39aa1600628cf2abbeb9fe Mon Sep 17 00:00:00 2001 From: NamesMT Date: Mon, 28 Apr 2025 15:02:59 +0000 Subject: [PATCH] chore: minor rewording --- src/services/marketplace/MarketplaceManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/marketplace/MarketplaceManager.ts b/src/services/marketplace/MarketplaceManager.ts index 902347ab3c..c34ad6d67c 100644 --- a/src/services/marketplace/MarketplaceManager.ts +++ b/src/services/marketplace/MarketplaceManager.ts @@ -606,7 +606,7 @@ export class MarketplaceManager { // Install via CLI if binary is a configurable pack. // TODO: think of a way to send the binary to the npx process 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 pExitCode: number | undefined