From a823d07359c6665ef27e8a074168bf5662ef8215 Mon Sep 17 00:00:00 2001 From: Samuel Ainsworth Date: Sat, 28 Nov 2020 08:21:02 -0800 Subject: [PATCH] Update README.md (haskell/ghcide#924) --- ghcide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcide/README.md b/ghcide/README.md index cfcb671303..9451cbe040 100644 --- a/ghcide/README.md +++ b/ghcide/README.md @@ -46,7 +46,7 @@ a simple reproduction of the bug. ### Install `ghcide` -[We recommend](https://neilmitchell.blogspot.com/2020/09/dont-use-ghcide-anymore-directly.html) installing and using the Haskell extension in VS Code, or the prebuilt binaries provided by https://github.com/haskell/haskell-language-server +[We recommend](https://neilmitchell.blogspot.com/2020/09/dont-use-ghcide-anymore-directly.html) installing and using the [Haskell extension](https://marketplace.visualstudio.com/items?itemName=haskell.haskell) in VS Code, or the prebuilt binaries provided by the [haskell-language-server project](https://github.com/haskell/haskell-language-server). If you still wish to install `ghcide` direcly, the instructions below might prove useful *but you are on your own*.