settings.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "files.associations": {
  3. "*.cu": "cuda-cpp",
  4. "__bit_reference": "cpp",
  5. "__hash_table": "cpp",
  6. "__locale": "cpp",
  7. "__node_handle": "cpp",
  8. "__split_buffer": "cpp",
  9. "__tree": "cpp",
  10. "__verbose_abort": "cpp",
  11. "array": "cpp",
  12. "bitset": "cpp",
  13. "cctype": "cpp",
  14. "charconv": "cpp",
  15. "clocale": "cpp",
  16. "cmath": "cpp",
  17. "condition_variable": "cpp",
  18. "cstdarg": "cpp",
  19. "cstddef": "cpp",
  20. "cstdint": "cpp",
  21. "cstdio": "cpp",
  22. "cstdlib": "cpp",
  23. "cstring": "cpp",
  24. "ctime": "cpp",
  25. "cwchar": "cpp",
  26. "cwctype": "cpp",
  27. "deque": "cpp",
  28. "execution": "cpp",
  29. "memory": "cpp",
  30. "forward_list": "cpp",
  31. "initializer_list": "cpp",
  32. "ios": "cpp",
  33. "iosfwd": "cpp",
  34. "iostream": "cpp",
  35. "istream": "cpp",
  36. "limits": "cpp",
  37. "locale": "cpp",
  38. "map": "cpp",
  39. "mutex": "cpp",
  40. "new": "cpp",
  41. "optional": "cpp",
  42. "print": "cpp",
  43. "queue": "cpp",
  44. "ratio": "cpp",
  45. "sstream": "cpp",
  46. "stack": "cpp",
  47. "stdexcept": "cpp",
  48. "streambuf": "cpp",
  49. "string": "cpp",
  50. "string_view": "cpp",
  51. "typeinfo": "cpp",
  52. "unordered_map": "cpp",
  53. "variant": "cpp",
  54. "vector": "cpp",
  55. "algorithm": "cpp",
  56. "tuple": "cpp",
  57. "future": "cpp",
  58. "iomanip": "cpp",
  59. "fstream": "cpp",
  60. "iterator": "cpp",
  61. "utility": "cpp",
  62. "chrono": "cpp",
  63. "set": "cpp",
  64. "any": "cpp",
  65. "span": "cpp",
  66. "valarray": "cpp"
  67. }
  68. }