settings.json 533 B

123456789101112131415161718192021222324
  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. },
  23. "C_Cpp.errorSquiggles": "Enabled"
  24. }