You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki/dev.code-workspace

23 lines
260 B

{
"folders": [
{
"name": "server",
"path": "server"
},
{
"name": "ux",
"path": "ux"
},
{
"path": "."
}
],
"settings": {
"i18n-ally.localesPaths": [
"src/i18n",
"src/i18n/locales"
],
"i18n-ally.keystyle": "nested"
}
}