fix(vscode): remove src/i18n from i18n-ally.localesPaths and set keystyle to nested

This commit is contained in:
cfngc4594 2025-04-19 12:59:42 +08:00
parent 64182bccc6
commit e5defb8adf

View File

@ -1,6 +1,6 @@
{
"i18n-ally.localesPaths": [
"messages",
"src/i18n"
]
"messages"
],
"i18n-ally.keystyle": "nested"
}