launch.json 313 B

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