mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
chore: minor rewording
This commit is contained in:
parent
086523655b
commit
324be54e4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue