1
1
mirror of https://github.com/ParkMoonJ/KaoYan.git synced 2026-02-03 02:43:58 +08:00
Files
KaoYan/.vscode/c_cpp_properties.json
2021-04-22 13:15:35 +08:00

19 lines
561 B
JSON

{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++98",
"intelliSenseMode": "macos-clang-x64"
}
],
"version": 4
}