~aleteoryx/muditaos

ref: f41c227199c4705b0836321a561274583be4d9d1 muditaos/.vscode/c_cpp_properties.json -rw-r--r-- 370 bytes
f41c2271 — Maciej Gibowicz [BH-2029] Add volume control during fade in and fade out 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "configurations": [
        {
            "name": "CMake configuration",
            "cStandard": "c11",
            "cppStandard": "c++17",
            "intelliSenseMode": "${default}",
            "configurationProvider": "ms-vscode.cpptools",
            "includePath": [
                "${workspaceFolder}/**"
            ]
        }
    ],
    "version": 4
}