{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "g++", "args": [ "-std=c++14", "-g", "-o", "proxyServer", "-I", "include", "src/*.cpp", "main.cpp", "-lhv", "-lspdlog" ], "group": { "kind": "build", "isDefault": true } } ] }