| 1234567891011121314151617181920 |
- {
- "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": "c23",
- "cppStandard": "c++23",
- "intelliSenseMode": "macos-clang-arm64",
- "configurationProvider": "vector-of-bool.cmake-tools"
- }
- ],
- "version": 4
- }
|