lichao
2021-05-18 e54b8e58780c7d9f37b06cc4e1dc88badb2129c9
.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"