~aleteoryx/muditaos

ref: 51184eb7501438871e8c31f7e1929f8ad501dfd2 muditaos/.vscode/c_cpp_properties.json -rw-r--r-- 370 bytes
51184eb7 — Marcin Zieliński [MOS-931] Correctly abbreviate multiline strings in dialog titles 3 years 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
}