Skip to content
Open
Show file tree
Hide file tree
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
12 changes: 0 additions & 12 deletions packages/language-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ A [language server][lsp] for [MDX][].
* [Install](#install)
* [Use](#use)
* [Language server features](#language-server-features)
* [Initialize Options](#initialize-options)
* [Configuration](#configuration)
* [TypeScript](#typescript)
* [Plugins](#plugins)
Expand Down Expand Up @@ -127,17 +126,6 @@ It uses the `workspace/applyEdit` command to apply edits.

`null`

### Initialize Options

MDX language server supports the following LSP initialization options:

* `typescript.enabled` (`boolean`, default: `false`) —
If true, enable TypeScript.
* `typescript.tsdk` (`string`, required) —
The path from which to load TypeScript.
* `locale` (`string`, optional) —
The locale to use for TypeScript error messages.

### Configuration

MDX language server supports the following LSP configuration options:
Expand Down
Loading