launch.json 584 B

1234567891011121314151617181920212223242526
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "playground" : "standard",
  6. "type" : "uni-app:app-ios_simulator"
  7. },
  8. {
  9. "playground" : "standard",
  10. "type" : "uni-app:app-ios"
  11. },
  12. {
  13. "app-plus" : {
  14. "launchtype" : "local"
  15. },
  16. "mp-weixin" : {
  17. "launchtype" : "local"
  18. },
  19. "type" : "uniCloud"
  20. },
  21. {
  22. "playground" : "standard",
  23. "type" : "uni-app:app-android"
  24. }
  25. ]
  26. }