We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d6858 commit 4fda6c8Copy full SHA for 4fda6c8
.vscode/settings.json
@@ -2,6 +2,11 @@
2
"astro.content-intellisense": true,
3
"editor.formatOnSave": true,
4
"editor.defaultFormatter": "esbenp.prettier-vscode",
5
+ "[mdx]": {
6
+ // MDX prettier formatting is quite broken and simply breaks
7
+ // formatting, so we don't auto format MDX files
8
+ "editor.defaultFormatter": null
9
+ },
10
"typescript.tsdk": "node_modules/typescript/lib",
11
"cSpell.enableFiletypes": ["mdx"],
12
"files.associations": { "__redirects": "plaintext", "_headers": "plaintext" }
0 commit comments