launch.json 353 B

123456789101112131415
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "customPlaygroundType" : "device",
  6. "playground" : "standard",
  7. "type" : "uni-app:app-ios"
  8. },
  9. {
  10. "customPlaygroundType" : "device",
  11. "playground" : "standard",
  12. "type" : "uni-app:app-android"
  13. }
  14. ]
  15. }