|
|
@@ -0,0 +1,21 @@
|
|
|
+{
|
|
|
+ "configurations": [
|
|
|
+ {
|
|
|
+ "name": "Mac",
|
|
|
+ "includePath": [
|
|
|
+ "${workspaceFolder}/**",
|
|
|
+ "/Users/wupl/.nvm/versions/node/v18.15.0",
|
|
|
+ "/Users/wupl/.nvm/versions/node/v18.15.0/include/node"
|
|
|
+ ],
|
|
|
+ "defines": [],
|
|
|
+ "macFrameworkPath": [
|
|
|
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
|
|
+ ],
|
|
|
+ "compilerPath": "/usr/bin/clang",
|
|
|
+ "cStandard": "c17",
|
|
|
+ "cppStandard": "c++17",
|
|
|
+ "intelliSenseMode": "macos-clang-arm64"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": 4
|
|
|
+}
|