libexam/.vscode/c_cpp_properties.json

18 lines
342 B
JSON
Raw Normal View History

2024-04-24 16:16:10 +08:00
{
"configurations": [
{
"name": "macos-clang-arm64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "macos-clang-arm64",
"compilerArgs": [
""
]
}
],
"version": 4
}