settings.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. "files.associations": {
  58. "mc0051gs_sm.h": "c",
  59. "mc0051gs.h": "c",
  60. "mc90hdnc1a_comm.h": "c",
  61. "mc90hdnc1a_sm.h": "c",
  62. "mc90hdnc1a.h": "c",
  63. "yf2825_comm.h": "c",
  64. "e3ks_sm.h": "c",
  65. "chan.h": "c",
  66. "comm.h": "c",
  67. "in.h": "c",
  68. "log.h": "c",
  69. "gt.h": "c",
  70. "plt.h": "c",
  71. "cerrno": "c",
  72. "yf2825.h": "c",
  73. "dido.h": "c",
  74. "dido_zlgmcu.h": "c",
  75. "adl200.h": "c",
  76. "cloud.h": "c",
  77. "sqlite3.h": "c",
  78. "snowid.h": "c",
  79. "ostream": "c",
  80. "xlocale": "c",
  81. "xlocnum": "c",
  82. "shm.h": "c",
  83. "cw1310.h": "c",
  84. "cw1310_comm.h": "c",
  85. "cw1310_sm.h": "c",
  86. "array": "c",
  87. "string": "c",
  88. "string_view": "c",
  89. "fa.h": "c",
  90. "cstddef": "c",
  91. "snowid_checkpoint.h": "c",
  92. "tbmqtt_cache.h": "c",
  93. "tbmqtt_ringbuffer.h": "c",
  94. <<<<<<< HEAD
  95. "random": "c"
  96. =======
  97. "stdlib.h": "c",
  98. "algorithm": "c",
  99. "optional": "c",
  100. "system_error": "c",
  101. "type_traits": "c",
  102. "xtr1common": "c",
  103. "xutility": "c",
  104. "simatic_s7_comm.h": "c",
  105. "simatic_s7.h": "c",
  106. "simatic_s7_sm.h": "c"
  107. >>>>>>> test
  108. },
  109. "C_Cpp.errorSquiggles": "disabled",
  110. "cmake.sourceDirectory": "/home/htnice/Desktop/ctnd/component/paho.mqtt.c-1.3.9/src/samples",
  111. "C_Cpp.default.compilerPath": "/usr/bin/clang-16",
  112. "C_Cpp.intelliSenseEngineFallback": "enabled",
  113. "C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools"
  114. }