Files
Sunscreen/.vscode/settings.json
Rick Weber 48301f780f WIP
2022-04-21 23:39:54 -07:00

36 lines
912 B
JSON

{
"files.associations": {
"iostream": "cpp",
"__locale": "cpp",
"__string": "cpp",
"regex": "cpp",
"string": "cpp",
"string_view": "cpp",
"span": "cpp",
"utility": "cpp",
"__hash_table": "cpp",
"__split_buffer": "cpp",
"__tree": "cpp",
"array": "cpp",
"bitset": "cpp",
"deque": "cpp",
"initializer_list": "cpp",
"iterator": "cpp",
"list": "cpp",
"map": "cpp",
"queue": "cpp",
"random": "cpp",
"set": "cpp",
"stack": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"valarray": "cpp",
"vector": "cpp",
"*.inc": "cpp",
"type_traits": "cpp",
"__bit_reference": "cpp",
"algorithm": "cpp",
"chrono": "cpp"
},
"debug.allowBreakpointsEverywhere": true
}