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