test-econ-model/.vscode/settings.json

78 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2022-11-29 19:18:33 -08:00
{
2022-11-30 02:07:09 -08:00
"cmake.sourceDirectory": "${workspaceFolder}/.",
2022-11-29 19:18:33 -08:00
"files.associations": {
2022-12-04 16:55:22 -08:00
"*.i": "swiglang",
"*.hpp": "cpp",
2022-11-30 02:07:09 -08:00
"vector": "cpp",
"algorithm": "cpp",
"chrono": "cpp",
"limits": "cpp",
"random": "cpp",
"cstdlib": "cpp",
"__bit_reference": "cpp",
"__split_buffer": "cpp",
"initializer_list": "cpp",
"iterator": "cpp",
"string": "cpp",
"string_view": "cpp",
"__config": "cpp",
"__debug": "cpp",
"__errc": "cpp",
"__functional_base": "cpp",
"__locale": "cpp",
"__mutex_base": "cpp",
"__nullptr": "cpp",
"__string": "cpp",
"__threading_support": "cpp",
"__tuple": "cpp",
"atomic": "cpp",
"bit": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"functional": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"locale": "cpp",
"memory": "cpp",
"mutex": "cpp",
"new": "cpp",
"ostream": "cpp",
"ratio": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"utility": "cpp",
"deque": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
2022-11-30 13:59:32 -08:00
"stack": "cpp",
2022-11-30 20:16:21 -08:00
"numeric": "cpp",
"array": "cpp",
2022-12-01 13:00:23 -08:00
"map": "cpp",
"list": "cpp",
2022-12-04 16:55:22 -08:00
"sstream": "cpp",
"__hash_table": "cpp",
"__node_handle": "cpp",
"__tree": "cpp",
"complex": "cpp",
"optional": "cpp",
"unordered_map": "cpp"
2022-12-01 14:36:33 -08:00
},
"C_Cpp.errorSquiggles": "Enabled"
2022-11-29 19:18:33 -08:00
}