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