|
5 | 5 | This extension adds language support for [Haskell](https://haskell.org), powered by the [Haskell Language Server](https://github.com/haskell/haskell-language-server).
|
6 | 6 | As almost all features are provided by the server you might find interesting read its [documentation](https://haskell-language-server.readthedocs.io).
|
7 | 7 |
|
| 8 | +## Table of Contents |
| 9 | + |
| 10 | +* [Setup](#setup) |
| 11 | +* [Features](#features) |
| 12 | +* [Requirements](#requirements) |
| 13 | +* [Configuration options](#configuration-options) |
| 14 | + * [Path to server executable](#path-to-server-executable) |
| 15 | + * [Security warning](#security-warning) |
| 16 | + * [Set additional environment variables for the server](#set-additional-environment-variables-for-the-server) |
| 17 | + * [Downloaded binaries](#downloaded-binaries) |
| 18 | + * [Setting a specific toolchain](#setting-a-specific-toolchain) |
| 19 | + * [Supported GHC versions](#supported-ghc-versions) |
| 20 | +* [Using multi-root workspaces](#using-multi-root-workspaces) |
| 21 | +* [Investigating and reporting problems](#investigating-and-reporting-problems) |
| 22 | +* [FAQ](#faq) |
| 23 | + * [Troubleshooting](#troubleshooting) |
| 24 | + * [Check issues and tips in the haskell-language-server project](#check-issues-and-tips-in-the-haskell-language-server-project) |
| 25 | + * [Restarting the language server](#restarting-the-language-server) |
| 26 | + * [Failed to get project GHC version on darwin M1 with stack](#failed-to-get-project-ghc-version-on-darwin-m1-with-stack) |
| 27 | + * [GHC ABIs don't match](#ghc-abis-dont-match) |
| 28 | + * [Using an old configuration](#using-an-old-configuration) |
| 29 | + * [Stack/Cabal/GHC can not be found](#stackcabalghc-can-not-be-found) |
| 30 | +* [Contributing](#contributing) |
| 31 | +* [Release Notes](#release-notes) |
| 32 | + |
8 | 33 | ## Setup
|
9 | 34 |
|
10 | 35 | This Extension comes with "batteries"-included and can manage your Haskell Language Server installations for you,
|
|
0 commit comments