launch.json 354 B

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