Add mdx extension to recommendation list

This commit is contained in:
Niels van Velzen 2022-12-13 16:17:31 +01:00
parent 46ba3516d8
commit 5b1376930f

View File

@ -1,3 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "DavidAnson.vscode-markdownlint"]
"recommendations": ["esbenp.prettier-vscode", "davidanson.vscode-markdownlint", "unifiedjs.vscode-mdx"]
}