{
    "tasks": [
        {
            "type": "cppbuild",
            "label": "C/C++: g++.exe 生成活动文件",
            "command": "D:\\GNU C++ Compiler\\mingw64\\bin\\g++.exe",
            "args": [
                "-fdiagnostics-color=always",
                "-g",
                "${file}",
                "-o",
                "${fileDirname}\\${fileBasenameNoExtension}.exe"
            ],
            "options": {
                "cwd": "D:\\GNU C++ Compiler\\mingw64\\bin"
            },
            "problemMatcher": [
                "$gcc"
            ],
            "group": {
                "kind": "build",
                "isDefault": true
            },
            "detail": "调试器生成的任务。"
        }
    ],
    "version": "2.0.0"
}
{
    "C_Cpp.default.compilerPath": "D:\\GNU C++ Compiler\\mingw64\\bin",
    "C_Cpp.default.includePath": [
        "D:\\GNU C++ Compiler\\mingw64\\lib\\gcc\\x86_64-w64-mingw32\\11.4.0\\include\\c++",
        "D:\\GNU C++ Compiler\\mingw64\\lib\\gcc\\x86_64-w64-mingw32\\11.4.0\\include"
    ],
    "editor.fontFamily": "Cascadia Code, 'Courier New', monospace",
    "editor.fontSize": 16
}