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