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