{ "configurations": [ { "name": "Linux", "intelliSenseMode": "gcc-x64", "compilerPath": "/usr/bin/g++", "includePath": [ "${workspaceFolder}/**" ], "defines": [], "cStandard": "c11", "cppStandard": "c++20" } ], "version": 4 }