You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

148 lines
4.2 KiB

  1. {
  2. "files.associations": {
  3. "*.hpp": "cpp",
  4. "usart.h": "c",
  5. "my_log.h": "c",
  6. "stdio.h": "c",
  7. "ring_buffer.h": "c",
  8. "uartrxprocess.h": "c",
  9. "stm32f4xx_it.h": "c",
  10. "main.h": "c",
  11. "front_end_process.h": "c",
  12. "stdint.h": "c",
  13. "gpio.h": "c",
  14. "test.h": "c",
  15. "tick.h": "c",
  16. "string.h": "c",
  17. "core.h": "c",
  18. "compare": "c",
  19. "tjc_screen_process.h": "c",
  20. "stm32f4xx_hal.h": "c",
  21. "ui.h": "c",
  22. "page_main.h": "c",
  23. "page_settingtime.h": "c",
  24. "pwr.h": "c",
  25. "stm32f407xx.h": "c",
  26. "zgpio.h": "c",
  27. "tjc_screen_receive.h": "c",
  28. "array": "c",
  29. "string": "c",
  30. "string_view": "c",
  31. "stdbool.h": "c",
  32. "tjc_screen_event.h": "c",
  33. "tjc_screen_page.h": "c",
  34. "time_slice.h": "c",
  35. "time.h": "c",
  36. "tim.h": "c",
  37. "modbus.h": "c",
  38. "modbus_rtu.h": "c",
  39. "servo_frame_process.h": "c",
  40. "servo_reg_map.h": "c",
  41. "servo_driver.h": "c",
  42. "servo_package_process.h": "c",
  43. "tjc_screen.h": "c",
  44. "dma.h": "c",
  45. "random": "c"
  46. },
  47. "C_Cpp.clang_format_path": "C:\\Users\\sunlight\\.vscode\\extensions\\ms-vscode.cpptools-1.21.6-win32-x64\\LLVM\\bin\\clang-format.exe",
  48. "C_Cpp.formatting": "clangFormat",
  49. "fileheader.configObj": {
  50. "createFileTime": true,
  51. "language": {
  52. "languagetest": {
  53. "head": "/$$",
  54. "middle": " $ @",
  55. "end": " $/",
  56. "functionSymbol": {
  57. "head": "/** ",
  58. "middle": " * @",
  59. "end": " */"
  60. },
  61. "functionParams": "js"
  62. }
  63. },
  64. "autoAdd": true,
  65. "autoAddLine": 100,
  66. "autoAlready": true,
  67. "annotationStr": {
  68. "head": "/*",
  69. "middle": " * @",
  70. "end": " */",
  71. "use": false
  72. },
  73. "headInsertLine": {
  74. "php": 2,
  75. "sh": 2
  76. },
  77. "beforeAnnotation": {
  78. "文件后缀": "该文件后缀的头部注释之前添加某些内容"
  79. },
  80. "afterAnnotation": {
  81. "文件后缀": "该文件后缀的头部注释之后添加某些内容"
  82. },
  83. "specialOptions": {
  84. "特殊字段": "自定义比如LastEditTime/LastEditors"
  85. },
  86. "switch": {
  87. "newlineAddAnnotation": true
  88. },
  89. "supportAutoLanguage": [],
  90. "prohibitAutoAdd": [
  91. "json"
  92. ],
  93. "folderBlacklist": [
  94. "node_modules",
  95. "文件夹禁止自动添加头部注释"
  96. ],
  97. "prohibitItemAutoAdd": [
  98. "项目的全称, 整个项目禁止自动添加头部注释, 可以使用快捷键添加"
  99. ],
  100. "moveCursor": true,
  101. "dateFormat": "YYYY-MM-DD HH:mm:ss",
  102. "atSymbol": [
  103. "@",
  104. "@"
  105. ],
  106. "atSymbolObj": {
  107. "文件后缀": [
  108. "头部注释@符号",
  109. "函数注释@符号"
  110. ]
  111. },
  112. "colon": [
  113. ": ",
  114. ": "
  115. ],
  116. "colonObj": {
  117. "文件后缀": [
  118. "头部注释冒号",
  119. "函数注释冒号"
  120. ]
  121. },
  122. "filePathColon": "路径分隔符替换",
  123. "showErrorMessage": false,
  124. "writeLog": false,
  125. "wideSame": false,
  126. "wideNum": 13,
  127. "functionWideNum": 0,
  128. "CheckFileChange": false,
  129. "createHeader": false,
  130. "useWorker": false,
  131. "designAddHead": false,
  132. "headDesignName": "random",
  133. "headDesign": false,
  134. "cursorModeInternalAll": {},
  135. "openFunctionParamsCheck": true,
  136. "functionParamsShape": [
  137. "{",
  138. "}"
  139. ],
  140. "functionBlankSpaceAll": {},
  141. "functionTypeSymbol": "*",
  142. "typeParamOrder": "type param",
  143. "customHasHeadEnd": {},
  144. "throttleTime": 60000,
  145. "functionParamAddStr": "",
  146. "NoMatchParams": "no show param"
  147. }
  148. }