vfox icon indicating copy to clipboard operation
vfox copied to clipboard

[BUG]: PowerShell 7.4.6 安装错误

Open aiselp opened this issue 1 year ago • 2 comments

Version The version you are currently using vfox 0.6.0 OS macOS、Linux、Windows Windows11 Describe the bug 按照入门文档运行powerShell的配置命令后

if (-not (Test-Path -Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }; Add-Content -Path $PROFILE -Value 'Invoke-Expression "$(vfox activate pwsh)"'

创建新的终端将在以下界面卡住,无法运行任何命令 image

Screenshots[optional] If applicable, add screenshots to help explain your problem.

aiselp avatar Dec 05 '24 07:12 aiselp

I have the same problem, hangs and never gives me a prompt PS: I restarted my computer, which seemed to have solved it for https://github.com/version-fox/vfox/issues/340, but not for me

LordSyd avatar Dec 11 '24 17:12 LordSyd

同样的问题,卡住无法运行任何命令 我在Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1中发现了两行Invoke-Expression "$(vfox activate pwsh)" 删除一行就不卡了

l061x avatar Jan 02 '25 10:01 l061x