fix: v4 undefined problem

This commit is contained in:
Joel
2023-05-05 15:49:16 +08:00
parent 7265f98068
commit d728cbb267
2 changed files with 8 additions and 3 deletions

View File

@ -23,5 +23,10 @@
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
},
"i18n-ally.localesPaths": [
"i18n",
"i18n/lang",
"app/api/messages"
]
}