aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
blob: 1e50c9d6f5c48a5f75750a0becec10261be52f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "configurations": [
        {
            "name": "Release",
            "includePath": [
                "${workspaceFolder}/**"
            ],
            "defines": [],
            "compileCommands": "${workspaceFolder}/build/Release/compile_commands.json"
        }
    ],
    "version": 4
}