lichao
2021-04-25 d48b866f555e21b127acdc40c6f466ba9a609d62
.vscode/tasks.json
@@ -3,32 +3,10 @@
        {
            "type": "cppbuild",
            "label": "C/C++: g++ build active file",
            "command": "/usr/bin/g++",
            "args": [
                "-g",
                "${file}",
                "-o",
                "${fileDirname}/${fileBasenameNoExtension}"
            ],
            "command": "ninja",
            "args": [],
            "options": {
                "cwd": "${workspaceFolder}"
            },
            "problemMatcher": [
                "$gcc"
            ],
            "group": {
                "kind": "build",
                "isDefault": true
            },
            "detail": "Task generated by Debugger."
        },
        {
            "type": "cppbuild",
            "label": "C/C++: g++ build active file",
            "command": "make",
            "args": ["build"],
            "options": {
                "cwd": "${workspaceFolder}"
                "cwd": "${workspaceFolder}/debug"
            },
            "problemMatcher": [
                "$gcc"
@@ -36,7 +14,6 @@
            "group": "build",
            "detail": "compiler: /usr/bin/g++"
        }
    ],
    "version": "2.0.0"
}