tasks.json 356 B

12345678910111213
  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. "label": "Build RPi4 snapshot in toolbox",
  8. "type": "shell",
  9. "command": "toolbox run ${file} -p r4s -d",
  10. "problemMatcher": []
  11. }
  12. ]
  13. }