Skip to content

Add TOC #615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@
This extension adds language support for [Haskell](https://haskell.org), powered by the [Haskell Language Server](https://github.com/haskell/haskell-language-server).
As almost all features are provided by the server you might find interesting read its [documentation](https://haskell-language-server.readthedocs.io).

## Table of Contents

* [Setup](#setup)
* [Features](#features)
* [Requirements](#requirements)
* [Configuration options](#configuration-options)
* [Path to server executable](#path-to-server-executable)
* [Security warning](#security-warning)
* [Set additional environment variables for the server](#set-additional-environment-variables-for-the-server)
* [Downloaded binaries](#downloaded-binaries)
* [Setting a specific toolchain](#setting-a-specific-toolchain)
* [Supported GHC versions](#supported-ghc-versions)
* [Using multi-root workspaces](#using-multi-root-workspaces)
* [Investigating and reporting problems](#investigating-and-reporting-problems)
* [FAQ](#faq)
* [Troubleshooting](#troubleshooting)
* [Check issues and tips in the haskell-language-server project](#check-issues-and-tips-in-the-haskell-language-server-project)
* [Restarting the language server](#restarting-the-language-server)
* [Failed to get project GHC version on darwin M1 with stack](#failed-to-get-project-ghc-version-on-darwin-m1-with-stack)
* [GHC ABIs don't match](#ghc-abis-dont-match)
* [Using an old configuration](#using-an-old-configuration)
* [Stack/Cabal/GHC can not be found](#stackcabalghc-can-not-be-found)
* [Contributing](#contributing)
* [Release Notes](#release-notes)

## Setup

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