SkyNX/.vscode/settings.json

20 lines
419 B
JSON
Raw Normal View History

2020-04-17 05:37:48 +00:00
{
"files.associations": {
"xiosbase": "c",
"random": "c",
"functional": "c",
"iosfwd": "c",
2020-04-22 00:04:15 +00:00
"queue": "c",
2020-04-28 22:04:47 +00:00
"sdl.h": "c",
"context.h": "c",
"array": "c",
"deque": "c",
"list": "c",
"vector": "c",
"xhash": "c",
"xstring": "c",
"xutility": "c",
"string_view": "c",
"type_traits": "c"
2020-04-17 05:37:48 +00:00
}
}