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