chore(editor): update markdown extension settings

This commit is contained in:
Cotes Chung 2024-03-24 02:35:48 +08:00
parent ce96d7e251
commit 13bf51e03d
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@
// Common formatter // Common formatter
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"foxundermoon.shell-format", "foxundermoon.shell-format",
"stylelint.vscode-stylelint" "stylelint.vscode-stylelint",
"yzhang.markdown-all-in-one"
] ]
} }

View File

@ -8,7 +8,7 @@
"*.html": "liquid" "*.html": "liquid"
}, },
"[markdown]": { "[markdown]": {
"editor.formatOnSave": false "editor.defaultFormatter": "yzhang.markdown-all-in-one"
}, },
// Formatter // Formatter
"[html][liquid]": { "[html][liquid]": {