dev.code-workspace 163 B

12345678910111213141516
  1. {
  2. "folders": [
  3. {
  4. "path": "ux"
  5. },
  6. {
  7. "path": "server"
  8. }
  9. ],
  10. "settings": {
  11. "i18n-ally.localesPaths": [
  12. "src/i18n",
  13. "src/i18n/locales"
  14. ]
  15. }
  16. }