Bouncer / bouncer / .vscode / c_cpp_properties.json
c_cpp_properties.json
Raw
{
    "configurations": [
        {
            "name": "Mac",
            "includePath": [
                "${workspaceFolder}"
            ],
            "defines": [],
            "macFrameworkPath": [],
            "cStandard": "gnu17",
            "cppStandard": "gnu++17",
            "intelliSenseMode": "macos-gcc-x64",
            "compilerPath": "",
            "compilerArgs": []
        }
    ],
    "version": 4
}