launch.json 160 B

123456789
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "playground" : "standard",
  6. "type" : "uni-app:app-android"
  7. }
  8. ]
  9. }