Skip to content

Commit

Permalink
chore(vscode): Add markdown extension to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Oct 15, 2024
1 parent 3e55764 commit dee8d6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"vscode": {
"extensions": [
"hbenl.vscode-mocha-test-adapter",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"unifiedjs.vscode-mdx"
]
}
},
Expand Down

0 comments on commit dee8d6b

Please sign in to comment.