Advertisement
Guest User

Untitled

a guest
Jan 17th, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.90 KB | None | 0 0
  1. [process_queue]: Serving Request: initialize
  2. [init]: custom client options:
  3. [init]: {
  4. "client_version": "0.1.3",
  5. "eager_diagnostics": true,
  6. "ok_diagnostics": false,
  7. "goal_after_tactic": false,
  8. "show_coq_info_messages": false,
  9. "show_notices_as_diagnostics": false,
  10. "admit_on_bad_qed": true
  11. }
  12. [init]: client capabilities:
  13. [init]: {
  14. "workspace": {
  15. "applyEdit": true,
  16. "workspaceEdit": {
  17. "documentChanges": true,
  18. "resourceOperations": [ "create", "rename", "delete" ],
  19. "failureHandling": "textOnlyTransactional",
  20. "normalizesLineEndings": true,
  21. "changeAnnotationSupport": { "groupsOnLabel": true }
  22. },
  23. "configuration": true,
  24. "didChangeWatchedFiles": {
  25. "dynamicRegistration": true,
  26. "relativePatternSupport": true
  27. },
  28. "symbol": {
  29. "dynamicRegistration": true,
  30. "symbolKind": {
  31. "valueSet": [
  32. 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
  33. 18, 19, 20, 21, 22, 23, 24, 25, 26
  34. ]
  35. },
  36. "tagSupport": { "valueSet": [ 1 ] },
  37. "resolveSupport": { "properties": [ "location.range" ] }
  38. },
  39. "codeLens": { "refreshSupport": true },
  40. "executeCommand": { "dynamicRegistration": true },
  41. "didChangeConfiguration": { "dynamicRegistration": true },
  42. "workspaceFolders": true,
  43. "semanticTokens": { "refreshSupport": true },
  44. "fileOperations": {
  45. "dynamicRegistration": true,
  46. "didCreate": true,
  47. "didRename": true,
  48. "didDelete": true,
  49. "willCreate": true,
  50. "willRename": true,
  51. "willDelete": true
  52. },
  53. "inlineValue": { "refreshSupport": true },
  54. "inlayHint": { "refreshSupport": true },
  55. "diagnostics": { "refreshSupport": true }
  56. },
  57. "textDocument": {
  58. "publishDiagnostics": {
  59. "relatedInformation": true,
  60. "versionSupport": false,
  61. "tagSupport": { "valueSet": [ 1, 2 ] },
  62. "codeDescriptionSupport": true,
  63. "dataSupport": true
  64. },
  65. "synchronization": {
  66. "dynamicRegistration": true,
  67. "willSave": true,
  68. "willSaveWaitUntil": true,
  69. "didSave": true
  70. },
  71. "completion": {
  72. "dynamicRegistration": true,
  73. "contextSupport": true,
  74. "completionItem": {
  75. "snippetSupport": true,
  76. "commitCharactersSupport": true,
  77. "documentationFormat": [ "markdown", "plaintext" ],
  78. "deprecatedSupport": true,
  79. "preselectSupport": true,
  80. "tagSupport": { "valueSet": [ 1 ] },
  81. "insertReplaceSupport": true,
  82. "resolveSupport": {
  83. "properties": [
  84. "documentation", "detail", "additionalTextEdits"
  85. ]
  86. },
  87. "insertTextModeSupport": { "valueSet": [ 1, 2 ] },
  88. "labelDetailsSupport": true
  89. },
  90. "insertTextMode": 2,
  91. "completionItemKind": {
  92. "valueSet": [
  93. 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
  94. 18, 19, 20, 21, 22, 23, 24, 25
  95. ]
  96. },
  97. "completionList": {
  98. "itemDefaults": [
  99. "commitCharacters", "editRange", "insertTextFormat",
  100. "insertTextMode"
  101. ]
  102. }
  103. },
  104. "hover": {
  105. "dynamicRegistration": true,
  106. "contentFormat": [ "markdown", "plaintext" ]
  107. },
  108. "signatureHelp": {
  109. "dynamicRegistration": true,
  110. "signatureInformation": {
  111. "documentationFormat": [ "markdown", "plaintext" ],
  112. "parameterInformation": { "labelOffsetSupport": true },
  113. "activeParameterSupport": true
  114. },
  115. "contextSupport": true
  116. },
  117. "definition": {
  118. "dynamicRegistration": true,
  119. "linkSupport": true
  120. },
  121. "references": { "dynamicRegistration": true },
  122. "documentHighlight": { "dynamicRegistration": true },
  123. "documentSymbol": {
  124. "dynamicRegistration": true,
  125. "symbolKind": {
  126. "valueSet": [
  127. 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
  128. 18, 19, 20, 21, 22, 23, 24, 25, 26
  129. ]
  130. },
  131. "hierarchicalDocumentSymbolSupport": true,
  132. "tagSupport": { "valueSet": [ 1 ] },
  133. "labelSupport": true
  134. },
  135. "codeAction": {
  136. "dynamicRegistration": true,
  137. "isPreferredSupport": true,
  138. "disabledSupport": true,
  139. "dataSupport": true,
  140. "resolveSupport": { "properties": [ "edit" ] },
  141. "codeActionLiteralSupport": {
  142. "codeActionKind": {
  143. "valueSet": [
  144. "", "quickfix", "refactor", "refactor.extract",
  145. "refactor.inline", "refactor.rewrite", "source",
  146. "source.organizeImports"
  147. ]
  148. }
  149. },
  150. "honorsChangeAnnotations": false
  151. },
  152. "codeLens": { "dynamicRegistration": true },
  153. "formatting": { "dynamicRegistration": true },
  154. "rangeFormatting": { "dynamicRegistration": true },
  155. "onTypeFormatting": { "dynamicRegistration": true },
  156. "rename": {
  157. "dynamicRegistration": true,
  158. "prepareSupport": true,
  159. "prepareSupportDefaultBehavior": 1,
  160. "honorsChangeAnnotations": true
  161. },
  162. "documentLink": {
  163. "dynamicRegistration": true,
  164. "tooltipSupport": true
  165. },
  166. "typeDefinition": {
  167. "dynamicRegistration": true,
  168. "linkSupport": true
  169. },
  170. "implementation": {
  171. "dynamicRegistration": true,
  172. "linkSupport": true
  173. },
  174. "colorProvider": { "dynamicRegistration": true },
  175. "foldingRange": {
  176. "dynamicRegistration": true,
  177. "rangeLimit": 5000,
  178. "lineFoldingOnly": true,
  179. "foldingRangeKind": {
  180. "valueSet": [ "comment", "imports", "region" ]
  181. },
  182. "foldingRange": { "collapsedText": false }
  183. },
  184. "declaration": {
  185. "dynamicRegistration": true,
  186. "linkSupport": true
  187. },
  188. "selectionRange": { "dynamicRegistration": true },
  189. "callHierarchy": { "dynamicRegistration": true },
  190. "semanticTokens": {
  191. "dynamicRegistration": true,
  192. "tokenTypes": [
  193. "namespace", "type", "class", "enum", "interface", "struct",
  194. "typeParameter", "parameter", "variable", "property",
  195. "enumMember", "event", "function", "method", "macro",
  196. "keyword", "modifier", "comment", "string", "number",
  197. "regexp", "operator", "decorator"
  198. ],
  199. "tokenModifiers": [
  200. "declaration", "definition", "readonly", "static",
  201. "deprecated", "abstract", "async", "modification",
  202. "documentation", "defaultLibrary"
  203. ],
  204. "formats": [ "relative" ],
  205. "requests": { "range": true, "full": { "delta": true } },
  206. "multilineTokenSupport": false,
  207. "overlappingTokenSupport": false,
  208. "serverCancelSupport": true,
  209. "augmentsSyntaxTokens": true
  210. },
  211. "linkedEditingRange": { "dynamicRegistration": true },
  212. "typeHierarchy": { "dynamicRegistration": true },
  213. "inlineValue": { "dynamicRegistration": true },
  214. "inlayHint": {
  215. "dynamicRegistration": true,
  216. "resolveSupport": {
  217. "properties": [
  218. "tooltip", "textEdits", "label.tooltip", "label.location",
  219. "label.command"
  220. ]
  221. }
  222. },
  223. "diagnostic": {
  224. "dynamicRegistration": true,
  225. "relatedDocumentSupport": false
  226. }
  227. },
  228. "window": {
  229. "showMessage": {
  230. "messageActionItem": { "additionalPropertiesSupport": true }
  231. },
  232. "showDocument": { "support": true },
  233. "workDoneProgress": true
  234. },
  235. "general": {
  236. "staleRequestSupport": {
  237. "cancel": true,
  238. "retryOnContentModified": [
  239. "textDocument/semanticTokens/full",
  240. "textDocument/semanticTokens/range",
  241. "textDocument/semanticTokens/full/delta"
  242. ]
  243. },
  244. "regularExpressions": {
  245. "engine": "ECMAScript",
  246. "version": "ES2020"
  247. },
  248. "markdown": {
  249. "parser": "marked",
  250. "version": "1.1.0",
  251. "allowedTags": [
  252. "ul", "li", "p", "code", "blockquote", "ol", "h1", "h2",
  253. "h3", "h4", "h5", "h6", "hr", "em", "pre", "table", "thead",
  254. "tbody", "tr", "th", "td", "div", "del", "a", "strong", "br",
  255. "img", "span"
  256. ]
  257. },
  258. "positionEncodings": [ "utf-16" ]
  259. },
  260. "notebookDocument": {
  261. "synchronization": {
  262. "dynamicRegistration": true,
  263. "executionSummarySupport": true
  264. }
  265. }
  266. }
  267. [init]: trace: messages
  268. [process_queue]: Serving Request: initialized
  269. [process_queue]: Serving Request: textDocument/didOpen
  270. [process_queue]: resuming document checking
  271. [check]: resuming, from: 0 l: 1
  272. [check]: done [1673936769.92]: document fully checked File "file:///home/user/RegularBracketString/hello.v", line 1, characters 0-0
  273. [cache]: hashing: 0.000022 | parsing: 0.000065 | exec: 4.068782
  274. [cache]: cache hit rate: 0.00
  275.  
  276. [process_queue]: Serving Request: $/setTrace
  277. [no_handler]: $/setTrace
  278. [process_queue]: resuming document checking
  279. [check]: resuming, from: 0 l: 1
  280. [check]: done [1673936773.01]: document fully checked File "file:///home/user/RegularBracketString/hello.v", line 1, characters 0-0
  281. [cache]: hashing: 0.000028 | parsing: 0.000049 | exec: 3.092437
  282. [cache]: cache hit rate: 0.00
  283.  
  284. [process_queue]: Serving Request: $/setTrace
  285. [no_handler]: $/setTrace
  286. [process_queue]: Serving Request: $/setTrace
  287. [no_handler]: $/setTrace
  288. [process_queue]: Serving Request: textDocument/documentSymbol
  289. [process_queue]: resuming document checking
  290. [check]: resuming, from: 0 l: 1
  291. [check]: done [1673936776.24]: document fully checked File "file:///home/user/RegularBracketString/hello.v", line 448, characters 0-1
  292. [cache]: hashing: 0.024806 | parsing: 0.240108 | exec: 2.027038
  293. [cache]: cache hit rate: 0.00
  294.  
  295. [process_queue]: Serving Request: textDocument/hover
  296. [process_queue]: Serving Request: textDocument/hover
  297. [process_queue]: Serving Request: proof/goals
  298. [process_queue]: Serving Request: proof/goals
  299. [process_queue]: Serving Request: proof/goals
  300. [process_queue]: Serving Request: proof/goals
  301. [process_queue]: Serving Request: proof/goals
  302.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement