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