summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/lwrb/.vscode/c_cpp_properties.json
blob: 9768bc29f62e5fc4a8d1f8a9d8f3ccb5e81ac162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "version": 4,
    "configurations": [
        {
            "name": "Win32",
            "compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
            "cStandard": "gnu17",
            "cppStandard": "gnu++14",
            "intelliSenseMode": "windows-gcc-x86",
            "configurationProvider": "ms-vscode.cmake-tools"
        }
    ]
}