{ "configurations": [ { "name": "Mac", "includePath": [ "${workspaceFolder}/**", "/opt/stow/gctl/include" ], "defines": [], "macFrameworkPath": [], "compilerPath": "/opt/homebrew/bin/gcc-11", "cStandard": "gnu17", "cppStandard": "gnu++17", "intelliSenseMode": "macos-gcc-arm64" } ], "version": 4 }