lichao
2021-04-25 d48b866f555e21b127acdc40c6f466ba9a609d62
.vscode/tasks.json
@@ -4,12 +4,9 @@
            "type": "cppbuild",
            "label": "C/C++: g++ build active file",
            "command": "ninja",
            "args": [
                "-C",
                "debug"
            ],
            "args": [],
            "options": {
                "cwd": "${workspaceFolder}"
                "cwd": "${workspaceFolder}/debug"
            },
            "problemMatcher": [
                "$gcc"