settings.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. // "rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
  150. "rust-analyzer.cargo.target": "x86_64-unknown-none",
  151. "rust-analyzer.check.overrideCommand": [
  152. "make",
  153. "check",
  154. ],
  155. }