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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ You can watch demos for some of these features [here](https://haskell-language-s
32
32
- For Cabal based projects, both ghc and [cabal-install](https://www.haskell.org/cabal/) must be installed and on the PATH. It can also be installed with [ghcup](https://www.haskell.org/ghcup/) or [Chocolatey](https://www.haskell.org/platform/windows.html) on Windows.
33
33
- For Stack based projects, [stack](http://haskellstack.org) must be installed and on the PATH.
34
34
- If you are installing from an offline VSIX file, you need to install [language-haskell](https://github.com/JustusAdam/language-haskell) too after installation (either from the marketplace or offline).
35
+
- Alternatively, you can let the extension manage your entire toolchain automatically (you'll be asked on first startup) via
36
+
[ghcup](https://www.haskell.org/ghcup/), which should be pre-installed
0 commit comments