xref: /DragonOS/.vscode/settings.json (revision 53fcc0c1e587ff1b941b473519775f787d7c3ccb)
1{
2    "files.associations": {
3        "stdlib.h": "c",
4        "stdbool.h": "c",
5        "printk.h": "c",
6        "stdarg.h": "c",
7        "font.h": "c",
8        "trap.h": "c",
9        "gate.h": "c",
10        "process.h": "c",
11        "cpu.h": "c",
12        "mm.h": "c",
13        "glib.h": "c",
14        "asm.h": "c",
15        "memory.h": "c",
16        "irq.h": "c",
17        "multiboot2.h": "c",
18        "kprint.h": "c",
19        "8259a.h": "c",
20        "ptrace.h": "c",
21        "mouse.h": "c",
22        "keyboard.h": "c",
23        "apic.h": "c",
24        "ps2_keyboard.h": "c",
25        "algorithm": "c",
26        "array": "c",
27        "atomic": "c",
28        "*.tcc": "c",
29        "bitset": "c",
30        "cassert": "c",
31        "cctype": "c",
32        "cerrno": "c",
33        "cfloat": "c",
34        "chrono": "c",
35        "climits": "c",
36        "clocale": "c",
37        "cmath": "c",
38        "codecvt": "c",
39        "condition_variable": "c",
40        "cstdarg": "c",
41        "cstddef": "c",
42        "cstdint": "c",
43        "cstdio": "c",
44        "cstdlib": "c",
45        "cstring": "c",
46        "ctime": "c",
47        "cwchar": "c",
48        "cwctype": "c",
49        "deque": "c",
50        "exception": "c",
51        "forward_list": "c",
52        "functional": "c",
53        "iterator": "c",
54        "list": "c",
55        "map": "c",
56        "memory": "c",
57        "memory_resource": "c",
58        "numeric": "c",
59        "optional": "c",
60        "random": "c",
61        "ratio": "c",
62        "set": "c",
63        "string": "c",
64        "string_view": "c",
65        "system_error": "c",
66        "tuple": "c",
67        "type_traits": "c",
68        "unordered_map": "c",
69        "utility": "c",
70        "vector": "c",
71        "fstream": "c",
72        "initializer_list": "c",
73        "ios": "c",
74        "iosfwd": "c",
75        "istream": "c",
76        "limits": "c",
77        "locale": "c",
78        "mutex": "c",
79        "new": "c",
80        "ostream": "c",
81        "queue": "c",
82        "sstream": "c",
83        "stdexcept": "c",
84        "streambuf": "c",
85        "thread": "c",
86        "cinttypes": "c",
87        "cstdbool": "c",
88        "typeinfo": "c",
89        "x86_64_ipi.h": "c",
90        "unistd.h": "c",
91        "syscall_num.h": "c",
92        "stdint.h": "c",
93        "syscall.h": "c",
94        "fcntl.h": "c",
95        "types.h": "c",
96        "string.h": "c",
97        "math.h": "c",
98        "ipi.h": "c",
99        "arch.h": "c",
100        "elf.h": "c",
101        "stdio.h": "c",
102        "wait_queue.h": "c",
103        "stddef.h": "c",
104        "spinlock.h": "c",
105        "stat.h": "c",
106        "video.h": "c",
107        "libm.h": "c",
108        "ahci.h": "c",
109        "slab.h": "c",
110        "boot_info.h": "c",
111        "pci.h": "c",
112        "time.h": "c",
113        "ia64_msi.h": "c",
114        "errno.h": "c",
115        "bug.h": "c"
116    },
117    "C_Cpp.errorSquiggles": "Enabled",
118    "esbonio.sphinx.confDir": ""
119}