Skip to content
Snippets Groups Projects
Unverified Commit 5aa70cbe authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

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

parent 07e8b147
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[md]": {
"editor.wordBasedSuggestions": false
},
"files.associations": {
"Dockerfile.*": "dockerfile",
".releaserc": "json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment