From 98ad4f75ac968895432b1a9485c2e4993d337cac Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Wed, 21 Jul 2021 12:43:13 -0400 Subject: [PATCH] Update internal vscode settings --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 03650a32..5dbe5758 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,7 @@ "editor.suggestSelection": "recentlyUsedByPrefix", "editor.wordBasedSuggestions": false, "emmet.showAbbreviationSuggestions": false, + "emmet.showExpandedAbbreviation": "never", "files.exclude": { "**/.DS_Store": true, "**/.git": true,