settings.json 381 B

12345678910111213141516
  1. {
  2. "files.associations": {
  3. "gd32f10x.h": "c",
  4. "gd32f10x_libopt.h": "c",
  5. "gd32f10x_can.h": "c",
  6. "gd32f10x_enet.h": "c",
  7. "systick.h": "c",
  8. "stdio.h": "c",
  9. "main.h": "c",
  10. "device_message.h": "c",
  11. "gd32f10x_gpio.h": "c",
  12. "gd32f10x_exti.h": "c",
  13. "type_traits": "c",
  14. "cstdio": "c"
  15. }
  16. }