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"],