xref: /DragonOS/.vscode/settings.json (revision 5c20e05a2eb82da6dd73104fcf51d538500c2856)
1{
2    "files.associations": {
3        "stdbool.h": "c",
4        "printk.h": "c",
5        "stdarg.h": "c",
6        "process.h": "c",
7        "cpu.h": "c",
8        "mm.h": "c",
9        "glib.h": "c",
10        "asm.h": "c",
11        "memory.h": "c",
12        "multiboot2.h": "c",
13        "kprint.h": "c",
14        "ptrace.h": "c",
15        "mouse.h": "c",
16        "algorithm": "c",
17        "array": "c",
18        "atomic": "c",
19        "*.tcc": "c",
20        "bitset": "c",
21        "cassert": "c",
22        "cctype": "c",
23        "cerrno": "c",
24        "chrono": "c",
25        "climits": "c",
26        "clocale": "c",
27        "cmath": "c",
28        "codecvt": "c",
29        "condition_variable": "c",
30        "cstdarg": "c",
31        "cstddef": "c",
32        "cstdint": "c",
33        "cstdio": "c",
34        "cstdlib": "c",
35        "cstring": "c",
36        "ctime": "c",
37        "cwchar": "c",
38        "cwctype": "c",
39        "deque": "c",
40        "exception": "c",
41        "forward_list": "c",
42        "functional": "c",
43        "iterator": "c",
44        "list": "c",
45        "map": "c",
46        "memory": "c",
47        "memory_resource": "c",
48        "numeric": "c",
49        "optional": "c",
50        "random": "c",
51        "ratio": "c",
52        "set": "c",
53        "string": "c",
54        "string_view": "c",
55        "system_error": "c",
56        "tuple": "c",
57        "type_traits": "c",
58        "unordered_map": "c",
59        "utility": "c",
60        "vector": "c",
61        "fstream": "c",
62        "initializer_list": "c",
63        "ios": "c",
64        "iosfwd": "c",
65        "istream": "c",
66        "limits": "c",
67        "locale": "c",
68        "mutex": "c",
69        "new": "c",
70        "ostream": "c",
71        "queue": "c",
72        "sstream": "c",
73        "stdexcept": "c",
74        "streambuf": "c",
75        "thread": "c",
76        "cinttypes": "c",
77        "cstdbool": "c",
78        "typeinfo": "c",
79        "unistd.h": "c",
80        "syscall_num.h": "c",
81        "stdint.h": "c",
82        "syscall.h": "c",
83        "fcntl.h": "c",
84        "types.h": "c",
85        "string.h": "c",
86        "math.h": "c",
87        "arch.h": "c",
88        "stdio.h": "c",
89        "wait_queue.h": "c",
90        "stddef.h": "c",
91        "spinlock.h": "c",
92        "stat.h": "c",
93        "video.h": "c",
94        "ahci.h": "c",
95        "slab.h": "c",
96        "boot_info.h": "c",
97        "pci.h": "c",
98        "time.h": "c",
99        "errno.h": "c",
100        "bug.h": "c",
101        "sched.h": "c",
102        "preempt.h": "c",
103        "textui.h": "c",
104        "atomic.h": "c",
105        "semaphore.h": "c",
106        "mm-types.h": "c",
107        "current.h": "c",
108        "traceback.h": "c",
109        "bitcount.h": "c",
110        "limits.h": "c",
111        "mutex.h": "c",
112        "mount.h": "c",
113        "internal.h": "c",
114        "compiler_attributes.h": "c",
115        "timer.h": "c",
116        "hid.h": "c",
117        "compiler.h": "c",
118        "err.h": "c",
119        "list.h": "c",
120        "irqflags.h": "c",
121        "dirent.h": "c",
122        "cmd_help.h": "c",
123        "wait.h": "c",
124        "__libc__.h": "c",
125        "ctype.h": "c",
126        "mmio.h": "c",
127        "stdint-gcc.h": "c",
128        "acpi.h": "c",
129        "assert.h": "c",
130        "sys_version.h": "c",
131        "cmd.h": "c",
132        "sleep.h": "c",
133        "net.h": "c",
134        "cmd_test.h": "c",
135        "cmpxchg.h": "c",
136        "mman.h": "c",
137        "clocksource.h": "c",
138        "ata.h": "c",
139        "barrier": "c",
140        "charconv": "c",
141        "printf.h": "c",
142        "klog.h": "c",
143        "malloc.h": "c",
144        "*.o": "c",
145        "k_log.h": "c"
146    },
147    "C_Cpp.errorSquiggles": "enabled",
148    "esbonio.sphinx.confDir": "",
149    "rust-analyzer.checkOnSave.allTargets": false,
150    "rust-analyzer.linkedProjects": [
151        "./kernel/Cargo.toml",
152        "./tools/Cargo.toml",
153
154    ],
155    // "rust-analyzer.cargo.target": "riscv64imac-unknown-none-elf",
156    "rust-analyzer.cargo.target": "x86_64-unknown-none",
157    "rust-analyzer.check.overrideCommand": [
158        "make",
159        "check",
160
161    ],
162}