settings.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "C_Cpp_Runner.cCompilerPath": "gcc",
  3. "C_Cpp_Runner.cppCompilerPath": "g++",
  4. "C_Cpp_Runner.debuggerPath": "gdb",
  5. "C_Cpp_Runner.cStandard": "",
  6. "C_Cpp_Runner.cppStandard": "",
  7. "C_Cpp_Runner.msvcBatchPath": "",
  8. "C_Cpp_Runner.useMsvc": false,
  9. "C_Cpp_Runner.warnings": [
  10. "-Wall",
  11. "-Wextra",
  12. "-Wpedantic",
  13. "-Wshadow",
  14. "-Wformat=2",
  15. "-Wcast-align",
  16. "-Wconversion",
  17. "-Wsign-conversion",
  18. "-Wnull-dereference"
  19. ],
  20. "C_Cpp_Runner.msvcWarnings": [
  21. "/W4",
  22. "/permissive-",
  23. "/w14242",
  24. "/w14287",
  25. "/w14296",
  26. "/w14311",
  27. "/w14826",
  28. "/w44062",
  29. "/w44242",
  30. "/w14905",
  31. "/w14906",
  32. "/w14263",
  33. "/w44265",
  34. "/w14928"
  35. ],
  36. "C_Cpp_Runner.enableWarnings": true,
  37. "C_Cpp_Runner.warningsAsError": false,
  38. "C_Cpp_Runner.compilerArgs": [],
  39. "C_Cpp_Runner.linkerArgs": [],
  40. "C_Cpp_Runner.includePaths": [],
  41. "C_Cpp_Runner.includeSearch": [
  42. "*",
  43. "**/*"
  44. ],
  45. "C_Cpp_Runner.excludeSearch": [
  46. "**/build",
  47. "**/build/**",
  48. "**/.*",
  49. "**/.*/**",
  50. "**/.vscode",
  51. "**/.vscode/**"
  52. ],
  53. "C_Cpp_Runner.useAddressSanitizer": false,
  54. "C_Cpp_Runner.useUndefinedSanitizer": false,
  55. "C_Cpp_Runner.useLeakSanitizer": false,
  56. "C_Cpp_Runner.showCompilationTime": false,
  57. "C_Cpp_Runner.useLinkTimeOptimization": false,
  58. "C_Cpp_Runner.msvcSecureNoWarnings": false,
  59. "files.associations": {
  60. "system_error": "cpp",
  61. "ostream": "cpp",
  62. "cctype": "cpp",
  63. "clocale": "cpp",
  64. "cmath": "cpp",
  65. "cstdarg": "cpp",
  66. "cstddef": "cpp",
  67. "cstdio": "cpp",
  68. "cstdlib": "cpp",
  69. "cstring": "cpp",
  70. "ctime": "cpp",
  71. "cwchar": "cpp",
  72. "cwctype": "cpp",
  73. "array": "cpp",
  74. "atomic": "cpp",
  75. "bit": "cpp",
  76. "bitset": "cpp",
  77. "chrono": "cpp",
  78. "compare": "cpp",
  79. "complex": "cpp",
  80. "concepts": "cpp",
  81. "condition_variable": "cpp",
  82. "cstdint": "cpp",
  83. "deque": "cpp",
  84. "forward_list": "cpp",
  85. "list": "cpp",
  86. "map": "cpp",
  87. "set": "cpp",
  88. "string": "cpp",
  89. "unordered_map": "cpp",
  90. "unordered_set": "cpp",
  91. "vector": "cpp",
  92. "exception": "cpp",
  93. "algorithm": "cpp",
  94. "functional": "cpp",
  95. "iterator": "cpp",
  96. "memory": "cpp",
  97. "memory_resource": "cpp",
  98. "numeric": "cpp",
  99. "optional": "cpp",
  100. "random": "cpp",
  101. "ratio": "cpp",
  102. "string_view": "cpp",
  103. "tuple": "cpp",
  104. "type_traits": "cpp",
  105. "utility": "cpp",
  106. "fstream": "cpp",
  107. "initializer_list": "cpp",
  108. "iomanip": "cpp",
  109. "iosfwd": "cpp",
  110. "iostream": "cpp",
  111. "istream": "cpp",
  112. "limits": "cpp",
  113. "mutex": "cpp",
  114. "new": "cpp",
  115. "numbers": "cpp",
  116. "semaphore": "cpp",
  117. "sstream": "cpp",
  118. "stdexcept": "cpp",
  119. "stop_token": "cpp",
  120. "streambuf": "cpp",
  121. "thread": "cpp",
  122. "cinttypes": "cpp",
  123. "typeindex": "cpp",
  124. "typeinfo": "cpp",
  125. "core": "cpp"
  126. }
  127. }