Christian Burger
2d7dda88c5
Some other changes to the CMake-files done as well: * documentation looks more like Doxygen-style * prevent mix-up with C++ GSL library ("Guidelines support library" not "GNU scientific library")
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"cmake.configureOnOpen": true,
|
|
"files.associations": {
|
|
"*.tcc": "cpp",
|
|
"fstream": "cpp",
|
|
"iosfwd": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"sstream": "cpp",
|
|
"streambuf": "cpp",
|
|
"filesystem": "cpp",
|
|
"cstdio": "cpp",
|
|
"thread": "cpp",
|
|
"exception": "cpp",
|
|
"memory_resource": "cpp",
|
|
"new": "cpp",
|
|
"ostream": "cpp",
|
|
"array": "cpp",
|
|
"atomic": "cpp",
|
|
"bit": "cpp",
|
|
"cctype": "cpp",
|
|
"chrono": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"codecvt": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"deque": "cpp",
|
|
"unordered_map": "cpp",
|
|
"vector": "cpp",
|
|
"algorithm": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"memory": "cpp",
|
|
"numeric": "cpp",
|
|
"optional": "cpp",
|
|
"random": "cpp",
|
|
"ratio": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"system_error": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iomanip": "cpp",
|
|
"iostream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"typeinfo": "cpp",
|
|
"pointers": "cpp"
|
|
},
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
|
|
} |