settings.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "it.remote.debug.pluginPath": "c:\\Users\\s30001871\\.vscode\\extensions\\cloud-ai.it-remote-debug-0.4.4",
  3. "editor.detectIndentation": false,
  4. "C_Cpp.errorSquiggles": "Disabled",
  5. "files.associations": {
  6. "string": "cpp",
  7. "mutex": "cpp",
  8. "condition_variable": "cpp",
  9. "sstream": "cpp",
  10. "regex": "cpp",
  11. "tuple": "cpp",
  12. "bitset": "cpp",
  13. "array": "cpp",
  14. "cctype": "cpp",
  15. "clocale": "cpp",
  16. "cmath": "cpp",
  17. "csignal": "cpp",
  18. "cstdarg": "cpp",
  19. "cstddef": "cpp",
  20. "cstdio": "cpp",
  21. "cstdlib": "cpp",
  22. "cstring": "cpp",
  23. "ctime": "cpp",
  24. "cwchar": "cpp",
  25. "cwctype": "cpp",
  26. "atomic": "cpp",
  27. "strstream": "cpp",
  28. "*.tcc": "cpp",
  29. "chrono": "cpp",
  30. "codecvt": "cpp",
  31. "complex": "cpp",
  32. "cstdint": "cpp",
  33. "deque": "cpp",
  34. "list": "cpp",
  35. "unordered_map": "cpp",
  36. "unordered_set": "cpp",
  37. "vector": "cpp",
  38. "exception": "cpp",
  39. "algorithm": "cpp",
  40. "functional": "cpp",
  41. "ratio": "cpp",
  42. "string_view": "cpp",
  43. "system_error": "cpp",
  44. "type_traits": "cpp",
  45. "fstream": "cpp",
  46. "future": "cpp",
  47. "initializer_list": "cpp",
  48. "iomanip": "cpp",
  49. "iosfwd": "cpp",
  50. "iostream": "cpp",
  51. "istream": "cpp",
  52. "limits": "cpp",
  53. "memory": "cpp",
  54. "new": "cpp",
  55. "ostream": "cpp",
  56. "numeric": "cpp",
  57. "stdexcept": "cpp",
  58. "streambuf": "cpp",
  59. "thread": "cpp",
  60. "cfenv": "cpp",
  61. "cinttypes": "cpp",
  62. "utility": "cpp",
  63. "typeindex": "cpp",
  64. "typeinfo": "cpp",
  65. "valarray": "cpp",
  66. "*.ipp": "cpp"
  67. }
  68. }