hkstreamer/.vscode/c_cpp_properties.json

20 lines
580 B
JSON
Raw Normal View History

2023-03-24 19:34:36 +08:00
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
2023-03-30 23:26:52 +08:00
"intelliSenseMode": "macos-clang-x64",
"configurationProvider": "ms-vscode.cmake-tools"
2023-03-24 19:34:36 +08:00
}
],
"version": 4
}