-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Add uninstallation instructions #271
Comments
Shake 0.18.4 started exporting Info from this module which clashes with the one from haskell-lsp. Fixes #271
We should add instructions on how to clean the executables downloaded by the vscode extension |
Hi, do you know how to uninstall Haskell-language-server? I mean is it just to remove all files ~/.local/bin/haskell-language-server* and ~/.cabal/bin/haskell-language-server* ? |
It depends on how you install it: with |
Hi @jneira, Thanks! I am new to Haskell. When installing Haskell by using ghcup( |
It seems there is a |
@jneira Thanks a lot! It seems it works. |
Since GHCup now takes care of the installation and is transparent in how to do it, and the install script has been deleted, so there should be no ambiguity left |
Just noticed in the traffic tab of the insights page on GitHub, one of the top links on the repository was a search for uninstall lol
We should probably include in the README some basic instructions on how to uninstall, i.e. just deleting
~/.local/bin/haskell-language-server*
or~/.cabal/bin/haskell-language-server*
The text was updated successfully, but these errors were encountered: