aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
blob: 98d32a5f6a9d666b72d82149f724bf160a57911d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "configurations": [
        {
            "name": "Linux",
            "intelliSenseMode": "gcc-x64",
            "compilerPath": "/usr/bin/gcc",
            "includePath": [
                "/usr/include/**",
                "${workspaceFolder}/**"
            ],
            "defines": []
        }
    ],
    "version": 4
}