Disable quick suggestions

This commit is contained in:
Jani Eväkallio
2020-07-03 16:22:59 +01:00
parent 32bc85be2c
commit 52024e6a60

View File

@@ -7,7 +7,7 @@
"editor.lineHeight": 24,
"workbench.colorTheme": "Gray Matter Light",
"[markdown]": {
"editor.quickSuggestions": true
"editor.quickSuggestions": false
},
"cSpell.language": "en-GB",
"git.enableSmartCommit": true,