chore: disable word suggestions in Markdown files (#15510)

This commit is contained in:
HonkingGoose 2022-05-09 10:46:05 +02:00 committed by GitHub
parent 07e8b147a1
commit 5aa70cbe78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,9 @@
"[json]": { "[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"[md]": {
"editor.wordBasedSuggestions": false
},
"files.associations": { "files.associations": {
"Dockerfile.*": "dockerfile", "Dockerfile.*": "dockerfile",
".releaserc": "json" ".releaserc": "json"