We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)"'
创建新的终端将在以下界面卡住,无法运行任何命令
Screenshots[optional] If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
I have the same problem, hangs and never gives me a prompt PS: I restarted my computer, which seemed to have solved it for #340, but not for me
Sorry, something went wrong.
同样的问题,卡住无法运行任何命令 我在Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1中发现了两行Invoke-Expression "$(vfox activate pwsh)" 删除一行就不卡了
Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
Invoke-Expression "$(vfox activate pwsh)"
No branches or pull requests
Version
The version you are currently using
vfox 0.6.0
OS
macOS、Linux、Windows
Windows11
Describe the bug
按照入门文档运行powerShell的配置命令后
创建新的终端将在以下界面卡住,无法运行任何命令
Screenshots[optional]
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: