diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 8dfdb2d..d94954c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,7 +5,11 @@ "editor.wordWrap": "wordWrapColumn", "editor.wordWrapColumn": 64, "editor.lineNumbers": "off", - "editor.quickSuggestions": false, + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + }, "editor.minimap.enabled": false }, "frontMatter.content.publicFolder": "public", |
