diff --git a/.vscode/settings.json b/.vscode/settings.json index 37db5132..6de01c52 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "i18n-ally.localesPaths": ["locales"], "i18n-ally.keystyle": "nested", "cSpell.words": ["healthcheck"], - "editor.formatOnSave": true + "editor.formatOnSave": true, + "i18n-ally.extract.autoDetect": true }