xref: /DragonOS/.vscode/settings.json (revision dd9f1fc1a42406461e6f0d38cce1e56e22a1a15f)
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",
1359f2b080cSfslongjin        "mutex.h": "c",
1369f2b080cSfslongjin        "mount.h": "c",
1379f2b080cSfslongjin        "internal.h": "c",
1389f2b080cSfslongjin        "devfs.h": "c",
13926eebaf0Sfslongjin        "devfs-types.h": "c",
14072f9c430Sfslongjin        "chardev.h": "c",
141fcdd6f5fSliric        "rootfs.h": "c",
14235345caeSfslongjin        "tty.h": "c",
1431067ae7dSguanjinquan        "idr.h": "c",
1441067ae7dSguanjinquan        "ktest_utils.h": "c",
1457e0835c9Sfslongjin        "kthread.h": "c",
1467e0835c9Sfslongjin        "lockref.h": "c",
147efa38a7dSlogin        "compiler_attributes.h": "c",
14839f11c5bSlogin        "timer.h": "c",
14934205659Skong        "hid.h": "c",
15027a97abdSDaJiYuQia        "proc.h": "c",
15127a97abdSDaJiYuQia        "compiler.h": "c",
15227a97abdSDaJiYuQia        "hpet.h": "c",
15327a97abdSDaJiYuQia        "numa.h": "c",
15427a97abdSDaJiYuQia        "procfs.h": "c",
155d9ee9a0fShoumkh        "err.h": "c",
15609f8d6f5Sguanjinquan        "rtc.h": "c",
15709f8d6f5Sguanjinquan        "list.h": "c",
15809f8d6f5Sguanjinquan        "completion.h": "c",
159cffd7144Slogin        "fat32.h": "c",
16027a97abdSDaJiYuQia        "irqflags.h": "c",
161237e95c6Swwc-15172310230        "dirent.h": "c",
162237e95c6Swwc-15172310230        "cmd_help.h": "c",
163237e95c6Swwc-15172310230        "wait.h": "c",
164237e95c6Swwc-15172310230        "__libc__.h": "c",
1650e0c1874Slogin        "ctype.h": "c",
1666efd4740Slogin        "signal.h": "c",
1670e0c1874Slogin        "mmio.h": "c",
1680e0c1874Slogin        "stdint-gcc.h": "c",
1690e0c1874Slogin        "acpi.h": "c",
1707a818da8Slogin        "assert.h": "c",
17174bde36eSguanjinquan        "sys_version.h": "c",
17226d84a31SYJwu2023        "cmd.h": "c",
173004e86ffSlogin        "user_namespace.h": "c",
174004e86ffSlogin        "sleep.h": "c",
175ac48398dSlogin        "net.h": "c",
176ac48398dSlogin        "lz4.h": "c"
177574f3232Sfslongjin    },
178ac250822Sfslongjin    "C_Cpp.errorSquiggles": "Enabled",
1792813126eSlogin    "esbonio.sphinx.confDir": "",
1802813126eSlogin    "rust-analyzer.cargo.target": "x86_64-unknown-none",
181*dd9f1fc1STingHuang    "rust-analyzer.checkOnSave.allTargets": false,
182*dd9f1fc1STingHuang    "rust-analyzer.linkedProjects": [
183*dd9f1fc1STingHuang        "./kernel/Cargo.toml"
184*dd9f1fc1STingHuang    ]
185df7b3a37Sfslongjin}