Skip to content

Commit

Permalink
Ensures authoring MDX files provides a Markdown-like editor experience
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypa committed Dec 10, 2022
1 parent e5f432a commit bc82b5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"typescript", // Enable .ts
"typescriptreact" // Enable .tsx
],
"files.associations": {
"*.mdx": "markdown"
},
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

0 comments on commit bc82b5a

Please sign in to comment.