From 903c1ecec828ccdb615a50790f5635452355e75b Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Thu, 11 Aug 2022 07:30:37 -0500 Subject: [PATCH 1/2] Add the official MDX VSCode extension --- docs/docs/getting-started.server.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/getting-started.server.mdx b/docs/docs/getting-started.server.mdx index ce3484cb6..c77aee850 100644 --- a/docs/docs/getting-started.server.mdx +++ b/docs/docs/getting-started.server.mdx @@ -144,6 +144,7 @@ Once everything is set up in your project, you can enhance the experience by adding support for MDX in your editor: * With **VS Code**, +* try the official extension [`mdx-js/vscode-mdx`](https://github.com/mdx-js/vscode-mdx) and/or try [`silvenon/vscode-mdx`](https://github.com/silvenon/vscode-mdx) and/or [`xyc/vscode-mdx-preview`](https://github.com/xyc/vscode-mdx-preview) * With **Vim**, From d5ae7e4896fe9bc48cc2f216cd94319bf6e151e4 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Fri, 12 Aug 2022 03:49:09 -0500 Subject: [PATCH 2/2] Update docs/docs/getting-started.server.mdx Co-authored-by: Remco Haszing --- docs/docs/getting-started.server.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/getting-started.server.mdx b/docs/docs/getting-started.server.mdx index c77aee850..2e0abb5b2 100644 --- a/docs/docs/getting-started.server.mdx +++ b/docs/docs/getting-started.server.mdx @@ -144,8 +144,7 @@ Once everything is set up in your project, you can enhance the experience by adding support for MDX in your editor: * With **VS Code**, -* try the official extension [`mdx-js/vscode-mdx`](https://github.com/mdx-js/vscode-mdx) and/or - try [`silvenon/vscode-mdx`](https://github.com/silvenon/vscode-mdx) + try [`mdx-js/vscode-mdx`](https://github.com/mdx-js/vscode-mdx) and/or [`xyc/vscode-mdx-preview`](https://github.com/xyc/vscode-mdx-preview) * With **Vim**, try [`jxnblk/vim-mdx-js`](https://github.com/jxnblk/vim-mdx-js)