{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "defines": [], "cStandard": "c17", "intelliSenseMode": "linux-gcc-x64", "compilerPath": "/usr/bin/g++", "compilerArgs": [ "-std=c++2b" ], "cppStandard": "gnu++23" } ], "version": 4 }