settings.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "files.associations": {
  3. "util.h": "c",
  4. "iomem.h": "c",
  5. "utils.h": "c",
  6. "sysctl.h": "c",
  7. "printf.h": "c",
  8. "nncase.h": "c",
  9. "*.def": "cpp",
  10. "array": "cpp",
  11. "initializer_list": "cpp",
  12. "list": "cpp",
  13. "type_traits": "cpp",
  14. "vector": "cpp",
  15. "xhash": "cpp",
  16. "xstring": "cpp",
  17. "xutility": "c",
  18. "chrono": "cpp",
  19. "algorithm": "cpp",
  20. "cmath": "cpp",
  21. "concepts": "cpp",
  22. "cstddef": "cpp",
  23. "cstdint": "cpp",
  24. "cstdio": "cpp",
  25. "cstdlib": "cpp",
  26. "cstring": "cpp",
  27. "cwchar": "cpp",
  28. "exception": "cpp",
  29. "forward_list": "cpp",
  30. "fstream": "cpp",
  31. "ios": "cpp",
  32. "iosfwd": "cpp",
  33. "iostream": "cpp",
  34. "istream": "cpp",
  35. "iterator": "cpp",
  36. "limits": "cpp",
  37. "memory": "cpp",
  38. "new": "cpp",
  39. "optional": "cpp",
  40. "ostream": "cpp",
  41. "ratio": "cpp",
  42. "stdexcept": "cpp",
  43. "streambuf": "cpp",
  44. "system_error": "cpp",
  45. "tuple": "cpp",
  46. "typeinfo": "cpp",
  47. "unordered_map": "cpp",
  48. "unordered_set": "cpp",
  49. "utility": "cpp",
  50. "xfacet": "cpp",
  51. "xiosbase": "cpp",
  52. "xlocale": "cpp",
  53. "xlocinfo": "cpp",
  54. "xlocnum": "cpp",
  55. "xmemory": "cpp",
  56. "xstddef": "cpp",
  57. "xtr1common": "cpp"
  58. }
  59. }