update setting fro vscode

This commit is contained in:
CounterFire2023 2023-09-21 15:50:55 +08:00
parent 8a2573cad2
commit ca5c11d50c

View File

@ -4,31 +4,31 @@
"name": "Mac", "name": "Mac",
"includePath": [ "includePath": [
"${workspaceFolder}/**", "${workspaceFolder}/**",
"/Users/zhl/Documents/workspace/cocos/cocos2d-x/**" "/Users/zhl/Documents/workspace/crypto/cocos_js/**"
], ],
"defines": [], "defines": [],
"macFrameworkPath": [ "macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks" "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
], ],
"compilerPath": "/usr/local/opt/llvm/bin/clang", "compilerPath": "/opt/homebrew/opt/llvm/bin/clang",
"cStandard": "c17", "cStandard": "c17",
"cppStandard": "c++14", "cppStandard": "c++14",
"intelliSenseMode": "macos-clang-x64" "intelliSenseMode": "macos-clang-arm64"
}, },
{ {
"name": "wallet", "name": "wallet",
"includePath": [ "includePath": [
"${workspaceFolder}/**", "${workspaceFolder}/**",
"/Users/zhl/Documents/workspace/cocos/cocos2d-x/**" "/Users/zhl/Documents/workspace/crypto/cocos_js/**"
], ],
"defines": [], "defines": [],
"macFrameworkPath": [ "macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/System/Library/Frameworks" "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
], ],
"compilerPath": "/usr/local/opt/llvm/bin/clang", "compilerPath": "/opt/homebrew/opt/llvm/bin/clang",
"cStandard": "c17", "cStandard": "c17",
"cppStandard": "c++14", "cppStandard": "c++14",
"intelliSenseMode": "macos-clang-x64" "intelliSenseMode": "macos-clang-arm64"
} }
], ],
"version": 4 "version": 4