Skip to content

Commit 71f5405

Browse files
authored
Merge pull request #436 from 0xfe0/master
Update README.md noting installing manually from a vsix requires to have installed `JustusAdam/language-haskell `
2 parents 4264523 + 39d1a8f commit 71f5405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ This extension adds language support for [Haskell](https://haskell.org), powered
4343
- For standalone `.hs`/`.lhs` files, [ghc](https://www.haskell.org/ghc/) must be installed and on the PATH. The easiest way to install it is with [ghcup](https://www.haskell.org/ghcup/) or [Chocolatey](https://www.haskell.org/platform/windows.html) on Windows.
4444
- 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.
4545
- For Stack based projects, [stack](http://haskellstack.org) must be installed and on the PATH.
46+
- If you are installing from a offline VSIX file, you need install [language-haskell](https://github.com/JustusAdam/language-haskell) too after installation (either from the marketplace or offline).
4647

4748
## Configuration options
4849

0 commit comments

Comments
 (0)