You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just testing the difference between vfox and sdkman!.
2. What is your expected outcome?
Although on Windows, vfox is installed as an application and therefore appears to be uninstallable via the control panel, a powshell script is also created on Windows via a command like if (-not (Test-Path -Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }; Add-Content -Path $PROFILE -Value 'Invoke-Expression "$(vfox activate pwsh)"'.
It would be great if the vfox documentation could record how to uninstall the vfox main program and mount the vfox shell script like https://sdkman.io/install#uninstallation . This is useful for testing reinstalling vfox.
The text was updated successfully, but these errors were encountered:
1. Your usage scenarios?
vfox
andsdkman!
.2. What is your expected outcome?
if (-not (Test-Path -Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }; Add-Content -Path $PROFILE -Value 'Invoke-Expression "$(vfox activate pwsh)"'
.vfox
.The text was updated successfully, but these errors were encountered: