Skip to content

Commit 1a7cfed

Browse files
authored
Merge pull request #615 from hasufell/TOC
Add TOC
2 parents 1a2b356 + 0f2f2bd commit 1a7cfed

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@
55
This extension adds language support for [Haskell](https://haskell.org), powered by the [Haskell Language Server](https://github.com/haskell/haskell-language-server).
66
As almost all features are provided by the server you might find interesting read its [documentation](https://haskell-language-server.readthedocs.io).
77

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+
833
## Setup
934

1035
This Extension comes with "batteries"-included and can manage your Haskell Language Server installations for you,

0 commit comments

Comments
 (0)