Skip to content

Commit

Permalink
feat(vscode): associate .mdx files with the Markdown language
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed May 28, 2024
1 parent ca2a1e1 commit a83a309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
]
},
"files.associations": {
".env*": "dotenv"
".env*": "dotenv",
"*.mdx": "markdown"
},
"terminal.integrated.fontFamily": "MesloLGS NF",
"terminal.integrated.scrollback": 1000000,
Expand Down

0 comments on commit a83a309

Please sign in to comment.