Skip to content

Commit

Permalink
chore(editor): update markdown extension settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Mar 23, 2024
1 parent ce96d7e commit 13bf51e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// Common formatter
"esbenp.prettier-vscode",
"foxundermoon.shell-format",
"stylelint.vscode-stylelint"
"stylelint.vscode-stylelint",
"yzhang.markdown-all-in-one"
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"*.html": "liquid"
},
"[markdown]": {
"editor.formatOnSave": false
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
// Formatter
"[html][liquid]": {
Expand Down

0 comments on commit 13bf51e

Please sign in to comment.