Files
wiki/dev.code-workspace
T

23 lines
260 B
Plaintext
Raw Normal View History

{
"folders": [
{
2022-04-10 00:12:19 -04:00
"name": "server",
"path": "server"
},
{
2022-04-10 00:12:19 -04:00
"name": "ux",
"path": "ux"
2022-04-24 00:06:56 -04:00
},
{
"path": "."
}
],
"settings": {
"i18n-ally.localesPaths": [
"src/i18n",
"src/i18n/locales"
],
"i18n-ally.keystyle": "nested"
}
2022-04-10 00:12:19 -04:00
}