From 487a4ad0d4f86f8da6f713d7515592db6f572962 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 29 May 2024 08:14:12 -0700 Subject: [PATCH] chore: vscode settings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }