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.

149 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. "algorithm": "c"
  47. },
  48. "C_Cpp.clang_format_path": "C:\\Users\\sunlight\\.vscode\\extensions\\ms-vscode.cpptools-1.21.6-win32-x64\\LLVM\\bin\\clang-format.exe",
  49. "C_Cpp.formatting": "clangFormat",
  50. "fileheader.configObj": {
  51. "createFileTime": true,
  52. "language": {
  53. "languagetest": {
  54. "head": "/$$",
  55. "middle": " $ @",
  56. "end": " $/",
  57. "functionSymbol": {
  58. "head": "/** ",
  59. "middle": " * @",
  60. "end": " */"
  61. },
  62. "functionParams": "js"
  63. }
  64. },
  65. "autoAdd": true,
  66. "autoAddLine": 100,
  67. "autoAlready": true,
  68. "annotationStr": {
  69. "head": "/*",
  70. "middle": " * @",
  71. "end": " */",
  72. "use": false
  73. },
  74. "headInsertLine": {
  75. "php": 2,
  76. "sh": 2
  77. },
  78. "beforeAnnotation": {
  79. "文件后缀": "该文件后缀的头部注释之前添加某些内容"
  80. },
  81. "afterAnnotation": {
  82. "文件后缀": "该文件后缀的头部注释之后添加某些内容"
  83. },
  84. "specialOptions": {
  85. "特殊字段": "自定义比如LastEditTime/LastEditors"
  86. },
  87. "switch": {
  88. "newlineAddAnnotation": true
  89. },
  90. "supportAutoLanguage": [],
  91. "prohibitAutoAdd": [
  92. "json"
  93. ],
  94. "folderBlacklist": [
  95. "node_modules",
  96. "文件夹禁止自动添加头部注释"
  97. ],
  98. "prohibitItemAutoAdd": [
  99. "项目的全称, 整个项目禁止自动添加头部注释, 可以使用快捷键添加"
  100. ],
  101. "moveCursor": true,
  102. "dateFormat": "YYYY-MM-DD HH:mm:ss",
  103. "atSymbol": [
  104. "@",
  105. "@"
  106. ],
  107. "atSymbolObj": {
  108. "文件后缀": [
  109. "头部注释@符号",
  110. "函数注释@符号"
  111. ]
  112. },
  113. "colon": [
  114. ": ",
  115. ": "
  116. ],
  117. "colonObj": {
  118. "文件后缀": [
  119. "头部注释冒号",
  120. "函数注释冒号"
  121. ]
  122. },
  123. "filePathColon": "路径分隔符替换",
  124. "showErrorMessage": false,
  125. "writeLog": false,
  126. "wideSame": false,
  127. "wideNum": 13,
  128. "functionWideNum": 0,
  129. "CheckFileChange": false,
  130. "createHeader": false,
  131. "useWorker": false,
  132. "designAddHead": false,
  133. "headDesignName": "random",
  134. "headDesign": false,
  135. "cursorModeInternalAll": {},
  136. "openFunctionParamsCheck": true,
  137. "functionParamsShape": [
  138. "{",
  139. "}"
  140. ],
  141. "functionBlankSpaceAll": {},
  142. "functionTypeSymbol": "*",
  143. "typeParamOrder": "type param",
  144. "customHasHeadEnd": {},
  145. "throttleTime": 60000,
  146. "functionParamAddStr": "",
  147. "NoMatchParams": "no show param"
  148. }
  149. }