{ "configurations": [ { "name": "Linux", "compilerPath": "/usr/bin/clang", "cStandard": "C23", "cppStandard": "c++23", "intelliSenseMode": "linux-clang-x64", "includePath": [ "${workspaceFolder}/**" ], "defines": [] } ], "version": 4 }