Spaces:
Running
Running
{ | |
"configurations": [ | |
{ | |
"name": "macos-clang-x64", | |
"includePath": [ | |
"${workspaceFolder}/**" | |
], | |
"compilerPath": "/usr/bin/clang", | |
"cStandard": "c23", | |
"cppStandard": "c++20", | |
"intelliSenseMode": "macos-clang-x64", | |
"compilerArgs": [ | |
"" | |
] | |
} | |
], | |
"version": 4 | |
} |