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.

57 lines
1.4 KiB

3 months ago
3 months ago
3 months ago
3 months ago
  1. {
  2. "files.associations": {
  3. "*.hpp": "cpp",
  4. "freertos.h": "c",
  5. "cmsis_os.h": "c",
  6. "*.bak": "cpp",
  7. "compare": "cpp",
  8. "random": "cpp",
  9. "array": "cpp",
  10. "atomic": "cpp",
  11. "bit": "cpp",
  12. "cctype": "cpp",
  13. "clocale": "cpp",
  14. "cmath": "cpp",
  15. "concepts": "cpp",
  16. "cstdarg": "cpp",
  17. "cstddef": "cpp",
  18. "cstdint": "cpp",
  19. "cstdio": "cpp",
  20. "cstdlib": "cpp",
  21. "cwchar": "cpp",
  22. "cwctype": "cpp",
  23. "deque": "cpp",
  24. "list": "cpp",
  25. "map": "cpp",
  26. "set": "cpp",
  27. "string": "cpp",
  28. "unordered_map": "cpp",
  29. "vector": "cpp",
  30. "exception": "cpp",
  31. "algorithm": "cpp",
  32. "functional": "cpp",
  33. "iterator": "cpp",
  34. "memory": "cpp",
  35. "memory_resource": "cpp",
  36. "numeric": "cpp",
  37. "string_view": "cpp",
  38. "system_error": "cpp",
  39. "tuple": "cpp",
  40. "type_traits": "cpp",
  41. "utility": "cpp",
  42. "fstream": "cpp",
  43. "initializer_list": "cpp",
  44. "iosfwd": "cpp",
  45. "iostream": "cpp",
  46. "istream": "cpp",
  47. "limits": "cpp",
  48. "new": "cpp",
  49. "numbers": "cpp",
  50. "ostream": "cpp",
  51. "sstream": "cpp",
  52. "stdexcept": "cpp",
  53. "streambuf": "cpp",
  54. "typeinfo": "cpp"
  55. },
  56. "files.autoGuessEncoding": false,
  57. "files.encoding": "utf8"
  58. }