WsParser_VS/ArgsParser/.vscode/c_cpp_properties.json

27 lines
677 B
JSON
Raw Permalink Normal View History

2025-04-21 14:26:07 +00:00
{
"configurations": [
{
"name": "Mac",
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "macos-clang-x64",
"includePath": [
"/"
]
},
{
"name": "mloc",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "macos-clang-x64"
}
],
"version": 4
}