{ "version": "2.0.0", "tasks": [ { "label": "Build C++", "type": "shell", "command": "g++", "args": [ "-std=gnu++17", "-O2", "-g", "${file}", "-o", "${fileBasenameNoExtension}" ], "group": { "kind": "build", "isDefault": true } } ] }