diff --git a/.vscode/settings.json b/.vscode/settings.json index 8bcf89ca8..26c21840c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -48,5 +48,7 @@ "authUsername": "admin", "authPassword": "admin" } - } + }, + "i18n-ally.localesPaths": ["src/i18n", "src/i18n/locales"], + "typescript.tsdk": "node_modules\\typescript\\lib" }