From 1f9b2d6efc126d039344844226ba0dfd27cc018b Mon Sep 17 00:00:00 2001 From: Bhargav Kodali Date: Wed, 25 Mar 2026 14:02:57 -0700 Subject: [PATCH] fix: Fix install dependencies Console Ouput --- scripts/install-dependencies.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install-dependencies.ps1 b/scripts/install-dependencies.ps1 index 33a26921933..1da60d91870 100644 --- a/scripts/install-dependencies.ps1 +++ b/scripts/install-dependencies.ps1 @@ -85,7 +85,7 @@ npm install npm link Pop-Location -Write-Output "`nInstalling GUI extension dependencies..." -ForegroundColor White +Write-Host "`nInstalling GUI extension dependencies..." -ForegroundColor White Push-Location gui npm install npm link @continuedev/core @@ -93,7 +93,7 @@ npm run build Pop-Location # VSCode Extension (will also package GUI) -Write-Output "`nInstalling VSCode extension dependencies..." -ForegroundColor White +Write-Host "`nInstalling VSCode extension dependencies..." -ForegroundColor White Push-Location extensions/vscode # This does way too many things inline but is the common denominator between many of the scripts @@ -105,7 +105,7 @@ npm run package Pop-Location -Write-Output "`nInstalling binary dependencies..." -ForegroundColor White +Write-Host "`nInstalling binary dependencies..." -ForegroundColor White Push-Location binary npm install @@ -113,7 +113,7 @@ npm run build Pop-Location -Write-Output "`nInstalling docs dependencies..." -ForegroundColor White +Write-Host "`nInstalling docs dependencies..." -ForegroundColor White Push-Location docs npm install