mirror of
https://github.com/xusun0623/exam_code_for_408.git
synced 2026-02-03 02:14:02 +08:00
29 lines
767 B
JSON
29 lines
767 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: clang++ 生成活动文件",
|
|
"command": "/usr/bin/clang++",
|
|
"args": [
|
|
"-fcolor-diagnostics",
|
|
"-fansi-escape-codes",
|
|
"-g",
|
|
"${file}",
|
|
"-o",
|
|
"${workspaceFolder}/.out/${fileBasenameNoExtension}.out"
|
|
],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "调试器生成的任务。"
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |