From ae20d39d4d64698977d664a83b8b9454917aacad Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 11 Feb 2024 22:37:30 -0500 Subject: Blog changes; Homepage changes; Set locale to en-ca --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.vscode/settings.json') 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", -- cgit v1.2.3