1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/src" ], "defines": [ ], "compilerPath": "/usr/bin/g++", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "gcc-x64" } ], "version": 4 }