File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments