Update VSCode settings

This commit is contained in:
Kevin Kandlbinder 2021-05-19 16:09:51 +02:00
parent 95378f3699
commit 21287fc568

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"i18n-ally.localesPaths": [
"public/locales"
],
"i18n-ally.keystyle": "nested"
}