You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.7 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "files.associations": {
  3. "*.hpp": "cpp",
  4. "iostream": "cpp",
  5. "list": "cpp",
  6. "memory": "cpp",
  7. "sstream": "cpp",
  8. "*.tcc": "cpp",
  9. "compare": "c",
  10. "stdbool.h": "c",
  11. "stdint.h": "c",
  12. "chip.h": "c",
  13. "atomic": "c",
  14. "random": "c",
  15. "delay.h": "c",
  16. "main.h": "c",
  17. "stm32f4xx_hal.h": "c",
  18. "stm32f4xx_hal_conf.h": "c",
  19. "marco.h": "c",
  20. "stdio.h": "c",
  21. "cstdint": "c",
  22. "stm32f4xx_hal_rcc.h": "c",
  23. "stm32f4xx_hal_def.h": "c",
  24. "stm32_hal_legacy.h": "c",
  25. "array": "cpp",
  26. "bit": "cpp",
  27. "cctype": "cpp",
  28. "clocale": "cpp",
  29. "cmath": "cpp",
  30. "concepts": "cpp",
  31. "cstddef": "cpp",
  32. "cstdio": "cpp",
  33. "cstdlib": "cpp",
  34. "cwchar": "cpp",
  35. "cwctype": "cpp",
  36. "deque": "cpp",
  37. "map": "cpp",
  38. "set": "cpp",
  39. "string": "cpp",
  40. "unordered_map": "cpp",
  41. "vector": "cpp",
  42. "exception": "cpp",
  43. "algorithm": "cpp",
  44. "functional": "cpp",
  45. "iterator": "cpp",
  46. "memory_resource": "cpp",
  47. "numeric": "cpp",
  48. "string_view": "cpp",
  49. "system_error": "cpp",
  50. "tuple": "cpp",
  51. "type_traits": "cpp",
  52. "utility": "cpp",
  53. "fstream": "cpp",
  54. "initializer_list": "cpp",
  55. "iosfwd": "cpp",
  56. "istream": "cpp",
  57. "limits": "cpp",
  58. "new": "cpp",
  59. "numbers": "cpp",
  60. "ostream": "cpp",
  61. "stdexcept": "cpp",
  62. "streambuf": "cpp",
  63. "typeinfo": "cpp",
  64. "cstdarg": "cpp",
  65. "cinttypes": "cpp",
  66. "modbus_basic.h": "c"
  67. }
  68. }