launch.json 205 B

12345678910
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "customPlaygroundType" : "device",
  6. "playground" : "custom",
  7. "type" : "uni-app:app-android"
  8. }
  9. ]
  10. }