Skip to content

Commit 13bf51e

Browse files
committed
chore(editor): update markdown extension settings
1 parent ce96d7e commit 13bf51e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// Common formatter
88
"esbenp.prettier-vscode",
99
"foxundermoon.shell-format",
10-
"stylelint.vscode-stylelint"
10+
"stylelint.vscode-stylelint",
11+
"yzhang.markdown-all-in-one"
1112
]
1213
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"*.html": "liquid"
99
},
1010
"[markdown]": {
11-
"editor.formatOnSave": false
11+
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
1212
},
1313
// Formatter
1414
"[html][liquid]": {

0 commit comments

Comments
 (0)