From a6dd8492de636eceffea48c83ecf5632b9c0ce2f Mon Sep 17 00:00:00 2001 From: hay-kot Date: Fri, 30 Apr 2021 09:08:55 -0800 Subject: [PATCH] spell check settings --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index aabf6d50d..c7aef2211 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,11 @@ "python.testing.pytestEnabled": true, "python.testing.autoTestDiscoverOnSaveEnabled": false, "python.testing.pytestArgs": ["tests"], - "cSpell.enableFiletypes": ["!javascript", "!python"], + "cSpell.enableFiletypes": [ + "!javascript", + "!python", + "!yaml" + ], "i18n-ally.localesPaths": "frontend/src/locales/messages", "i18n-ally.sourceLanguage": "en-US", "i18n-ally.enabledFrameworks": ["vue"],