Skip to content
New issue

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

fix: add uninstall on host side from WSL (#1576) #1581

Conversation

xudyang1
Copy link
Contributor

The uninstallation logic is similar to firenvim#install:

At first, is_wsl is set to false, even on WSL. This lets us uninstall
firenvim on the wsl side.
Then, we set is_wsl to true if we're on wsl and launch
firenvim#uninstall again, uninstalling things on the host side.

The uninstallation logic is similar to `firenvim#install`:
> At first, is_wsl is set to false, even on WSL. This lets us uninstall
firenvim on the wsl side.
> Then, we set is_wsl to true if we're on wsl and launch
firenvim#uninstall again, uninstalling things on the host side.
@glacambre
Copy link
Owner

This is great, thanks for the PR!

@glacambre glacambre merged commit 525485c into glacambre:master Jan 23, 2024
16 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants