settings.json 614 B

123456789101112131415161718192021222324252627
  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. "keyboard.h": "c",
  23. "apic.h": "c",
  24. "ps2_keyboard.h": "c"
  25. },
  26. "C_Cpp.errorSquiggles": "Enabled"
  27. }