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
Fix dead links:
* contributing
* changelog
Remove links to:
* type information and documentation on hover
* Chocolatey
Update supported ghc versions paragraph, now contains a link to the ghc versions supported by hls and no longer contains its own table.
Copy file name to clipboardExpand all lines: README.md
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ managed by the Extension, you will have to follow the [installation instructions
46
46
You can watch demos for some of these features [here](https://haskell-language-server.readthedocs.io/en/latest/features.html#demos).
47
47
48
48
- Warning and error diagnostics from GHC
49
-
- Type information and documentation on hover, [including your own comments](./configuration.md#how-to-show-local-documentation-on-hover).
49
+
- Type information and documentation on hover
50
50
- Jump to definition: [for now only for local code definitions](https://github.com/haskell/haskell-language-server/issues/708)
51
51
- Document symbols
52
52
- Highlight references in document
@@ -64,7 +64,7 @@ You can watch demos for some of these features [here](https://haskell-language-s
64
64
65
65
## Requirements
66
66
67
-
- 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.
67
+
- 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/).
68
68
- 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.
69
69
- For Stack based projects, [stack](http://haskellstack.org) must be installed and on the PATH and must be [configured to use GHC binaries installed by GHCup](https://www.haskell.org/ghcup/guide/#stack-integration).
70
70
- 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).
@@ -206,20 +206,13 @@ At last, if you don't want `ghcup` to manage any of the external tools except `h
206
206
207
207
### Supported GHC versions
208
208
209
-
These are the versions of GHC that there are binaries of `haskell-language-server-1.7.0`for. [Building from source](https://haskell-language-server.readthedocs.io/en/latest/installation.html) may support more versions!
209
+
You can check each GHC version's support status and the policy followed for deprecations [here](https://haskell-language-server.readthedocs.io/en/latest/support/ghc-version-support.html).
[Building from source](https://haskell-language-server.readthedocs.io/en/latest/installation.html) may support more versions!
219
212
220
213
The exact list of binaries can be checked in the last release of haskell-language-server: <https://github.com/haskell/haskell-language-server/releases/latest>
221
214
222
-
You can check the current GHC versions support status and the policy followed for deprecations [here](https://haskell-language-server.readthedocs.io/en/latest/supported-versions.html).
215
+
223
216
224
217
## Using multi-root workspaces
225
218
@@ -300,8 +293,8 @@ Also make sure GHCup is installed and in `$PATH`. If you're not starting VSCode
300
293
301
294
## Contributing
302
295
303
-
If you want to help, get started by reading [Contributing](https://github.com/haskell/vscode-haskell/blob/master/Contributing.md) for more details.
296
+
If you want to help, get started by reading [Contributing](./docs/Contributing.md) for more details.
304
297
305
298
## Release Notes
306
299
307
-
See the [Changelog](https://github.com/haskell/vscode-haskell/blob/master/Changelog.md) for more details.
300
+
See the [Changelog](./Changelog.md) for more details.
0 commit comments