Skip to content

Commit d146292

Browse files
committed
remove vscode requiremen
1 parent 4e6e99e commit d146292

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

installer.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ function Initialize-DevEnv {
7575
. Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/$githubUser/unix-pwsh/main/pwsh_helper.ps1" -UseBasicParsing).Content
7676
Test-$font
7777
}
78-
if ($vscode_installed -ne "True") {
79-
. Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/$githubUser/unix-pwsh/main/pwsh_helper.ps1" -UseBasicParsing).Content
80-
. Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/$githubUser/unix-pwsh/main/custom_functions.ps1" -UseBasicParsing).Content
81-
Test-vscode
82-
}
8378
Write-Host "✅ Successfully initialized Pwsh with all modules and applications`n" -ForegroundColor Green
8479
wt.exe -p "PowerShell"
8580
. Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/$githubUser/unix-pwsh/main/pwsh_helper.ps1" -UseBasicParsing).Content

0 commit comments

Comments
 (0)