Spaces:
Running
Running
File size: 338 Bytes
df38d58 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"configurations": [
{
"name": "macos-clang-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c23",
"cppStandard": "c++20",
"intelliSenseMode": "macos-clang-x64",
"compilerArgs": [
""
]
}
],
"version": 4
} |