aboutsummaryrefslogtreecommitdiff
path: root/mwe/events/.vscode/c_cpp_properties.json
blob: 64d3f9036ae1e57eb08300c13a58e87329a35e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "configurations": [
        {
            "name": "Linux",
            "includePath": [
                "${workspaceFolder}/**"
            ],
            "defines": [],
            "cStandard": "c17",
            "cppStandard": "c++17",
            "intelliSenseMode": "linux-clang-x64"
        }
    ],
    "version": 4
}