From 6ef2123cc7ae0c4d32ac3fc31b66ac579e7d2b65 Mon Sep 17 00:00:00 2001 From: Kosta Mushkin Date: Wed, 25 Jun 2025 17:08:06 -0700 Subject: [PATCH] remove python plugin install --- zerto-labs-install.ps1 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/zerto-labs-install.ps1 b/zerto-labs-install.ps1 index 07ffadc..8469e03 100644 --- a/zerto-labs-install.ps1 +++ b/zerto-labs-install.ps1 @@ -62,16 +62,6 @@ if ($pythonVersion) { # Clean up Python installer Remove-Item -Path $pythonInstaller -Force -# Install VS Code Python Extension -Write-Host "`nInstalling VS Code Python Extension..." -ForegroundColor Yellow -$vscodePath = "C:\Program Files\Microsoft VS Code\Code.exe" -if (Test-Path $vscodePath) { - & $vscodePath --install-extension ms-python.python - Write-Host "VS Code Python extension installed!" -ForegroundColor Green -} else { - Write-Host "VS Code not found. Please install VS Code first." -ForegroundColor Red -} - # Create installation directory if (!(Test-Path $InstallPath)) { Write-Host "Creating installation directory..." -ForegroundColor Yellow