chore(editor): update markdown extension settings
This commit is contained in:
parent
ce96d7e251
commit
13bf51e03d
2 changed files with 3 additions and 2 deletions
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -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]": {
|
||||||
|
|
Loading…
Reference in a new issue