1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "configurations": [ { "name": "CMake configuration", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "${default}", "configurationProvider": "ms-vscode.cpptools", "includePath": [ "${workspaceFolder}/**" ] } ], "version": 4 }