summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/mdx')
-rw-r--r--packages/integrations/mdx/README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/packages/integrations/mdx/README.md b/packages/integrations/mdx/README.md
index 355c02242..df0458ce9 100644
--- a/packages/integrations/mdx/README.md
+++ b/packages/integrations/mdx/README.md
@@ -56,15 +56,9 @@ Then, apply this integration to your `astro.config.*` file using the `integratio
### Editor Integration
-[VS Code](https://code.visualstudio.com/) supports Markdown by default. However, for MDX editor support, you may wish to add the following setting in your VSCode config. This ensures authoring MDX files provides a Markdown-like editor experience.
-
-```json title=".vscode/settings.json"
-{
- "files.associations": {
- "*.mdx": "markdown"
- }
-}
-```
+For editor support in [VS Code](https://code.visualstudio.com/), install the [official MDX extension](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx).
+
+For other editors, use the [MDX language server](https://github.com/mdx-js/mdx-analyzer/tree/main/packages/language-server).
## Usage