mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
chore: disable word suggestions in Markdown files (#15510)
This commit is contained in:
parent
07e8b147a1
commit
5aa70cbe78
1 changed files with 3 additions and 0 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -8,6 +8,9 @@
|
|||
"[json]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[md]": {
|
||||
"editor.wordBasedSuggestions": false
|
||||
},
|
||||
"files.associations": {
|
||||
"Dockerfile.*": "dockerfile",
|
||||
".releaserc": "json"
|
||||
|
|
Loading…
Reference in a new issue