OS2021_Project1.Shell
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 regels
676 B

3 jaren geleden
  1. {
  2. "tasks": [
  3. {
  4. "type": "cppbuild",
  5. "label": "C/C++: clang 生成活动文件",
  6. "command": "/usr/bin/clang",
  7. "args": [
  8. "-g",
  9. "${file}",
  10. "-o",
  11. "${fileDirname}/${fileBasenameNoExtension}"
  12. ],
  13. "options": {
  14. "cwd": "${workspaceFolder}"
  15. },
  16. "problemMatcher": [
  17. "$gcc"
  18. ],
  19. "group": {
  20. "kind": "build",
  21. "isDefault": true
  22. },
  23. "detail": "调试器生成的任务。"
  24. }
  25. ],
  26. "version": "2.0.0"
  27. }