launch.json 457 B

1234567891011121314151617
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "customPlaygroundType" : "local",
  6. "localRepoPath" : "E:/projects/yizhizan-h5",
  7. "packageName" : "uni.app.UNI0B0096D",
  8. "playground" : "custom",
  9. "type" : "uni-app:app-android"
  10. },
  11. {
  12. "customPlaygroundType" : "device",
  13. "playground" : "standard",
  14. "type" : "uni-app:app-ios"
  15. }
  16. ]
  17. }