.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"