{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "defines": [], "compilerPath": "/usr/bin/gcc", "cStandard": "c17", "cppStandard": "c++20", "intelliSenseMode": "linux-gcc-x86", "compilerArgs": [ "-Wall", "-Weffc++", "-Wextra", "-Wconversion", "-Wsign-conversion" ] } ], "version": 4 }