xref: /DragonOS/.vscode/settings.json (revision 9f2b080cdacc311f55eac04c9d88ab884555d95c)
1df7b3a37Sfslongjin{
2df7b3a37Sfslongjin    "files.associations": {
3df7b3a37Sfslongjin        "stdlib.h": "c",
4df7b3a37Sfslongjin        "stdbool.h": "c",
5ead838bfSfslongjin        "printk.h": "c",
6ead838bfSfslongjin        "stdarg.h": "c",
706cfb1ceSfslongjin        "font.h": "c",
806cfb1ceSfslongjin        "trap.h": "c",
967633eb0Sfslongjin        "gate.h": "c",
10d1671bc1Sfslongjin        "process.h": "c",
11d1671bc1Sfslongjin        "cpu.h": "c",
12d1671bc1Sfslongjin        "mm.h": "c",
13d1671bc1Sfslongjin        "glib.h": "c",
14d1671bc1Sfslongjin        "asm.h": "c",
15d1671bc1Sfslongjin        "memory.h": "c",
16d9d83335Sfslongjin        "irq.h": "c",
178e1a0c9aSfslongjin        "multiboot2.h": "c",
188e1a0c9aSfslongjin        "kprint.h": "c",
19574f3232Sfslongjin        "8259a.h": "c",
20b3cbd3caSfslongjin        "ptrace.h": "c",
212bb63e8eSfslongjin        "mouse.h": "c",
222bb63e8eSfslongjin        "keyboard.h": "c",
2371d6af78Sfslongjin        "apic.h": "c",
24db3749ecSfslongjin        "ps2_keyboard.h": "c",
25db3749ecSfslongjin        "algorithm": "c",
26db3749ecSfslongjin        "array": "c",
27db3749ecSfslongjin        "atomic": "c",
28db3749ecSfslongjin        "*.tcc": "c",
29db3749ecSfslongjin        "bitset": "c",
30db3749ecSfslongjin        "cassert": "c",
31db3749ecSfslongjin        "cctype": "c",
32db3749ecSfslongjin        "cerrno": "c",
33db3749ecSfslongjin        "cfloat": "c",
34db3749ecSfslongjin        "chrono": "c",
35db3749ecSfslongjin        "climits": "c",
36db3749ecSfslongjin        "clocale": "c",
37db3749ecSfslongjin        "cmath": "c",
38db3749ecSfslongjin        "codecvt": "c",
39db3749ecSfslongjin        "condition_variable": "c",
40db3749ecSfslongjin        "cstdarg": "c",
41db3749ecSfslongjin        "cstddef": "c",
42db3749ecSfslongjin        "cstdint": "c",
43db3749ecSfslongjin        "cstdio": "c",
44db3749ecSfslongjin        "cstdlib": "c",
45db3749ecSfslongjin        "cstring": "c",
46db3749ecSfslongjin        "ctime": "c",
47db3749ecSfslongjin        "cwchar": "c",
48db3749ecSfslongjin        "cwctype": "c",
49db3749ecSfslongjin        "deque": "c",
50db3749ecSfslongjin        "exception": "c",
51db3749ecSfslongjin        "forward_list": "c",
52db3749ecSfslongjin        "functional": "c",
53db3749ecSfslongjin        "iterator": "c",
54db3749ecSfslongjin        "list": "c",
55db3749ecSfslongjin        "map": "c",
56db3749ecSfslongjin        "memory": "c",
57db3749ecSfslongjin        "memory_resource": "c",
58db3749ecSfslongjin        "numeric": "c",
59db3749ecSfslongjin        "optional": "c",
60db3749ecSfslongjin        "random": "c",
61db3749ecSfslongjin        "ratio": "c",
62db3749ecSfslongjin        "set": "c",
63db3749ecSfslongjin        "string": "c",
64db3749ecSfslongjin        "string_view": "c",
65db3749ecSfslongjin        "system_error": "c",
66db3749ecSfslongjin        "tuple": "c",
67db3749ecSfslongjin        "type_traits": "c",
68db3749ecSfslongjin        "unordered_map": "c",
69db3749ecSfslongjin        "utility": "c",
70db3749ecSfslongjin        "vector": "c",
71db3749ecSfslongjin        "fstream": "c",
72db3749ecSfslongjin        "initializer_list": "c",
73db3749ecSfslongjin        "ios": "c",
74db3749ecSfslongjin        "iosfwd": "c",
75db3749ecSfslongjin        "istream": "c",
76db3749ecSfslongjin        "limits": "c",
77db3749ecSfslongjin        "locale": "c",
78db3749ecSfslongjin        "mutex": "c",
79db3749ecSfslongjin        "new": "c",
80db3749ecSfslongjin        "ostream": "c",
81db3749ecSfslongjin        "queue": "c",
82db3749ecSfslongjin        "sstream": "c",
83db3749ecSfslongjin        "stdexcept": "c",
84db3749ecSfslongjin        "streambuf": "c",
85db3749ecSfslongjin        "thread": "c",
86db3749ecSfslongjin        "cinttypes": "c",
87db3749ecSfslongjin        "cstdbool": "c",
88279de4c7Sfslongjin        "typeinfo": "c",
89966d67fcSfslongjin        "x86_64_ipi.h": "c",
90966d67fcSfslongjin        "unistd.h": "c",
910aec6827Sfslongjin        "syscall_num.h": "c",
920aec6827Sfslongjin        "stdint.h": "c",
930aec6827Sfslongjin        "syscall.h": "c",
940aec6827Sfslongjin        "fcntl.h": "c",
9537da6ef1Sfslongjin        "types.h": "c",
9637da6ef1Sfslongjin        "string.h": "c",
97edb21695Sfslongjin        "math.h": "c",
985df5d799Sfslongjin        "ipi.h": "c",
995df5d799Sfslongjin        "arch.h": "c",
1005df5d799Sfslongjin        "elf.h": "c",
101832c0c7eSfslongjin        "stdio.h": "c",
1028246c1c9Sfslongjin        "wait_queue.h": "c",
1034e04ab9eSfslongjin        "stddef.h": "c",
104b79ba099Sfslongjin        "spinlock.h": "c",
105eb67b612Sfslongjin        "stat.h": "c",
1067670031bSfslongjin        "video.h": "c",
107d0ddb737Sfslongjin        "libm.h": "c",
108d0ddb737Sfslongjin        "ahci.h": "c",
109d0ddb737Sfslongjin        "slab.h": "c",
110a1c843cdSfslongjin        "boot_info.h": "c",
11116d6b94cSfslongjin        "pci.h": "c",
1122b0b7278Sfslongjin        "time.h": "c",
113813c3f9bSfslongjin        "ia64_msi.h": "c",
114813c3f9bSfslongjin        "errno.h": "c",
1154bc64de8Sfslongjin        "bug.h": "c",
116fd1b4220Sfslongjin        "apic_timer.h": "c",
117fadeee36Sfslongjin        "sched.h": "c",
118e806bbc0Sfslongjin        "preempt.h": "c",
119de3324edSfslongjin        "softirq.h": "c",
12017d5fea2Sfslongjin        "screen_manager.h": "c",
12117d5fea2Sfslongjin        "textui.h": "c",
12217d5fea2Sfslongjin        "atomic.h": "c",
123618b6127SEugene        "uart.h": "c",
124f3cd2b77Sfslongjin        "fat_ent.h": "c",
1251dd9195dSfslongjin        "semaphore.h": "c",
1261dd9195dSfslongjin        "mm-types.h": "c",
1271dd9195dSfslongjin        "vfs.h": "c",
12806af77bdSfslongjin        "current.h": "c",
12977633e2fSfslongjin        "proc-types.h": "c",
1300223232fSfslongjin        "traceback.h": "c",
1314713a1a1Sfslongjin        "bitcount.h": "c",
132339053a2Sfslongjin        "limits.h": "c",
133339053a2Sfslongjin        "block.h": "c",
134339053a2Sfslongjin        "blk_types.h": "c",
135*9f2b080cSfslongjin        "mutex.h": "c",
136*9f2b080cSfslongjin        "mount.h": "c",
137*9f2b080cSfslongjin        "internal.h": "c",
138*9f2b080cSfslongjin        "devfs.h": "c",
139*9f2b080cSfslongjin        "devfs-types.h": "c"
140574f3232Sfslongjin    },
141ac250822Sfslongjin    "C_Cpp.errorSquiggles": "Enabled",
142ac250822Sfslongjin    "esbonio.sphinx.confDir": ""
143df7b3a37Sfslongjin}