dev.code-workspace 202 B

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