settings.json 539 B

12345678910111213141516171819202122232425
  1. {
  2. "files.associations": {
  3. "board.h": "c",
  4. "flash.h": "c",
  5. "delay.h": "c",
  6. "bsp.h": "c",
  7. "at24c128.h": "c",
  8. "at24cxx.h": "c",
  9. "led.h": "c",
  10. "shell.h": "c",
  11. "uart.h": "c",
  12. "usr_cfg.h": "c",
  13. "type.h": "c",
  14. "db.h": "c",
  15. "ota.h": "c",
  16. "ota_flash.h": "c",
  17. "stdint.h": "c",
  18. "stdbool.h": "c",
  19. "myflash.h": "c",
  20. "update.h": "c",
  21. "key.h": "c",
  22. "rtc.h": "c",
  23. "*.hx": "c"
  24. }
  25. }