gdbstub/.vscode/settings.json

64 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2025-09-20 17:55:30 +08:00
{
"files.associations": {
"BUILD": "bazel",
"*.inc": "cpp",
2025-09-22 10:34:54 +08:00
"stdio.h": "c",
2025-09-22 13:21:17 +08:00
"cstdlib": "c",
"conn.h": "c",
"commands.h": "c",
"csum.h": "c",
"log.h": "c",
"translate.h": "c",
"iostream": "c",
"un.h": "c",
"inet.h": "c",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
2025-09-22 15:28:09 +08:00
"typeinfo": "cpp",
2025-09-22 20:18:33 +08:00
"internals.h": "c",
"stdint.h": "c",
2025-09-23 13:04:43 +08:00
"ctype.h": "c",
2025-09-23 23:50:06 +08:00
"gdbstub.h": "c",
"pthread.h": "c",
"enums.h": "c"
2025-09-20 17:55:30 +08:00
}
}