tasks.json 288 B

1234567891011121314151617
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "type": "make",
  6. "targetName": "all",
  7. "makeFileRelativePath": "head_src\\makefile",
  8. "problemMatcher": [],
  9. "label": "make: all",
  10. "detail": "./head_src\\makefile",
  11. "group": {
  12. "kind": "build",
  13. "isDefault": true
  14. }
  15. }
  16. ]
  17. }