blob: 7192bf1a77ff0e89ae099e2b39bb9bf499bc1864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.configurationWarnings": "Disabled",
"files.associations": {
"optional": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"string": "cpp",
"variant": "cpp",
"string_view": "cpp",
"ostream": "cpp"
}
}
|