tasks.json 666 B

12345678910111213141516171819202122232425262728
  1. {
  2. // See https://go.microsoft.com/fwlink/?LinkId=733558
  3. // for the documentation about the tasks.json format
  4. "version": "2.0.0",
  5. "tasks": [
  6. {
  7. "type": "PlatformIO",
  8. "task": "Remote Devices",
  9. "problemMatcher": [
  10. "$platformio"
  11. ]
  12. },
  13. {
  14. "type": "PlatformIO",
  15. "task": "Upload",
  16. "problemMatcher": [
  17. "$platformio"
  18. ]
  19. },
  20. {
  21. "type": "PlatformIO",
  22. "task": "Check (Gateway_59)",
  23. "problemMatcher": [
  24. "$platformio"
  25. ]
  26. }
  27. ]
  28. }