130 lines
3.6 KiB
JSON
130 lines
3.6 KiB
JSON
{
|
|
"C_Cpp.default.browse.databaseFilename": "${workspaceFolder}\\.vscode\\.BROWSE.VC.DB",
|
|
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": true,
|
|
"C_Cpp.default.browse.path": [
|
|
"${workspaceFolder}"
|
|
],
|
|
"C_Cpp.default.cppStandard": "c++20",
|
|
"C_Cpp.default.cStandard": "c17",
|
|
"C_Cpp.default.defines": [
|
|
"_DEBUG",
|
|
"_UNICODE",
|
|
"BUILD_ONECORE_INTERACTIVITY",
|
|
"DBG",
|
|
"NT_SUCCESS",
|
|
"UNICODE",
|
|
"UNIT_TESTING",
|
|
"INLINE_TEST_METHOD_MARKUP",
|
|
],
|
|
"C_Cpp.default.includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}/**/Generated Files",
|
|
"${workspaceFolder}/**/inc",
|
|
"${workspaceFolder}/**/include",
|
|
"${workspaceFolder}/**/Include"
|
|
],
|
|
"C_Cpp.loggingLevel": "None",
|
|
"files.associations": {
|
|
"xstring": "cpp",
|
|
"*.idl": "midl3",
|
|
"array": "cpp",
|
|
"future": "cpp",
|
|
"istream": "cpp",
|
|
"memory": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"variant": "cpp",
|
|
"xlocmes": "cpp",
|
|
"xlocmon": "cpp",
|
|
"xlocnum": "cpp",
|
|
"xloctime": "cpp",
|
|
"multi_span": "cpp",
|
|
"pointers": "cpp",
|
|
"vector": "cpp",
|
|
"bitset": "cpp",
|
|
"deque": "cpp",
|
|
"initializer_list": "cpp",
|
|
"list": "cpp",
|
|
"queue": "cpp",
|
|
"random": "cpp",
|
|
"regex": "cpp",
|
|
"stack": "cpp",
|
|
"xhash": "cpp",
|
|
"xtree": "cpp",
|
|
"xutility": "cpp",
|
|
"span": "cpp",
|
|
"string_span": "cpp",
|
|
"algorithm": "cpp",
|
|
"atomic": "cpp",
|
|
"bit": "cpp",
|
|
"cctype": "cpp",
|
|
"charconv": "cpp",
|
|
"chrono": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"compare": "cpp",
|
|
"complex": "cpp",
|
|
"concepts": "cpp",
|
|
"condition_variable": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"exception": "cpp",
|
|
"filesystem": "cpp",
|
|
"fstream": "cpp",
|
|
"functional": "cpp",
|
|
"iomanip": "cpp",
|
|
"ios": "cpp",
|
|
"iosfwd": "cpp",
|
|
"iostream": "cpp",
|
|
"iterator": "cpp",
|
|
"limits": "cpp",
|
|
"locale": "cpp",
|
|
"map": "cpp",
|
|
"memory_resource": "cpp",
|
|
"mutex": "cpp",
|
|
"new": "cpp",
|
|
"numeric": "cpp",
|
|
"optional": "cpp",
|
|
"ostream": "cpp",
|
|
"ratio": "cpp",
|
|
"set": "cpp",
|
|
"shared_mutex": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"stop_token": "cpp",
|
|
"streambuf": "cpp",
|
|
"string": "cpp",
|
|
"system_error": "cpp",
|
|
"thread": "cpp",
|
|
"typeinfo": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"xfacet": "cpp",
|
|
"xiosbase": "cpp",
|
|
"xlocale": "cpp",
|
|
"xlocbuf": "cpp",
|
|
"xlocinfo": "cpp",
|
|
"xmemory": "cpp",
|
|
"xstddef": "cpp",
|
|
"xtr1common": "cpp",
|
|
"coroutine": "cpp",
|
|
"format": "cpp",
|
|
"forward_list": "cpp",
|
|
"latch": "cpp",
|
|
"gsl_assert": "cpp"
|
|
},
|
|
"files.exclude": {
|
|
"**/bin/**": true,
|
|
"**/Generated Files/**": true,
|
|
"**/obj/**": true,
|
|
"**/packages/**": true,
|
|
},
|
|
} |