Fumofumotris/.vscode/Fumofumotris.code-workspace

72 lines
1.4 KiB
Plaintext
Raw Normal View History

{
"folders": [
{
2024-05-24 05:36:13 +00:00
"path": ".."
}
],
"settings": {
"files.associations": {
"pthread.h": "c",
"fumotris.h": "c",
"string.h": "c",
"input.h": "c",
"stdint.h": "c",
"iso646.h": "c",
"win.h": "c",
"array": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"limits": "cpp",
"new": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"typeinfo": "cpp",
"execution": "cpp",
2024-04-30 21:41:31 +00:00
"stdbool.h": "c",
2024-05-07 22:10:15 +00:00
"fumoengine.h": "c",
"event.h": "c",
2024-05-15 22:10:47 +00:00
"fumocommon.h": "c",
2024-09-17 08:26:24 +00:00
"terminal.h": "c",
"ios": "cpp"
2024-10-25 18:49:43 +00:00
},
"workbench.colorCustomizations": {
"minimap.background": "#00000000",
"scrollbar.shadow": "#00000000"
}
}
}