phi-offline / .vscode /c_cpp_properties.json
martia_f
idk what changed here
df38d58
raw
history blame contribute delete
338 Bytes
{
"configurations": [
{
"name": "macos-clang-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c23",
"cppStandard": "c++20",
"intelliSenseMode": "macos-clang-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}