@theia/plugin-ext 1.67.0-next.3 → 1.67.0-next.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1334) hide show
  1. package/README.md +1 -1
  2. package/package.json +29 -29
  3. package/src/common/plugin-api-rpc.ts +2 -2
  4. package/src/main/browser/languages-main.ts +14 -4
  5. package/src/main/browser/notebooks/notebook-editors-main.ts +2 -2
  6. package/src/main/browser/notebooks/renderers/cell-output-webview.tsx +1 -1
  7. package/src/main/browser/view/plugin-view-registry.ts +0 -9
  8. package/src/main/browser/view/plugin-view-widget.ts +3 -45
  9. package/src/main/browser/view/tree-views-main.ts +5 -3
  10. package/src/main/browser/webview/webview.ts +2 -36
  11. package/src/main/browser/webview-views/webview-views-main.ts +8 -3
  12. package/src/main/browser/webview-views/webview-views.ts +0 -4
  13. package/src/main/browser/webviews-main.ts +1 -9
  14. package/src/plugin/authentication-ext.ts +1 -0
  15. package/src/plugin/languages.ts +17 -13
  16. package/src/plugin/plugin-context.ts +5 -1
  17. package/src/plugin/timeline.ts +7 -3
  18. package/src/plugin/types-impl.ts +55 -18
  19. package/lib/common/arrays.d.ts +0 -24
  20. package/lib/common/arrays.d.ts.map +0 -1
  21. package/lib/common/arrays.js +0 -61
  22. package/lib/common/arrays.js.map +0 -1
  23. package/lib/common/assert.d.ts +0 -2
  24. package/lib/common/assert.d.ts.map +0 -1
  25. package/lib/common/assert.js +0 -26
  26. package/lib/common/assert.js.map +0 -1
  27. package/lib/common/cache.d.ts +0 -12
  28. package/lib/common/cache.d.ts.map +0 -1
  29. package/lib/common/cache.js +0 -48
  30. package/lib/common/cache.js.map +0 -1
  31. package/lib/common/character-classifier.d.ts +0 -19
  32. package/lib/common/character-classifier.d.ts.map +0 -1
  33. package/lib/common/character-classifier.js +0 -61
  34. package/lib/common/character-classifier.js.map +0 -1
  35. package/lib/common/collections.d.ts +0 -9
  36. package/lib/common/collections.d.ts.map +0 -1
  37. package/lib/common/collections.js +0 -56
  38. package/lib/common/collections.js.map +0 -1
  39. package/lib/common/commands.d.ts +0 -4
  40. package/lib/common/commands.d.ts.map +0 -1
  41. package/lib/common/commands.js +0 -17
  42. package/lib/common/commands.js.map +0 -1
  43. package/lib/common/connection.d.ts +0 -55
  44. package/lib/common/connection.d.ts.map +0 -1
  45. package/lib/common/connection.js +0 -108
  46. package/lib/common/connection.js.map +0 -1
  47. package/lib/common/disposable-util.d.ts +0 -7
  48. package/lib/common/disposable-util.d.ts.map +0 -1
  49. package/lib/common/disposable-util.js +0 -38
  50. package/lib/common/disposable-util.js.map +0 -1
  51. package/lib/common/editor-options.d.ts +0 -31
  52. package/lib/common/editor-options.d.ts.map +0 -1
  53. package/lib/common/editor-options.js +0 -73
  54. package/lib/common/editor-options.js.map +0 -1
  55. package/lib/common/env.d.ts +0 -4
  56. package/lib/common/env.d.ts.map +0 -1
  57. package/lib/common/env.js +0 -18
  58. package/lib/common/env.js.map +0 -1
  59. package/lib/common/errors.d.ts +0 -18
  60. package/lib/common/errors.d.ts.map +0 -1
  61. package/lib/common/errors.js +0 -59
  62. package/lib/common/errors.js.map +0 -1
  63. package/lib/common/id-generator.d.ts +0 -7
  64. package/lib/common/id-generator.d.ts.map +0 -1
  65. package/lib/common/id-generator.js +0 -29
  66. package/lib/common/id-generator.js.map +0 -1
  67. package/lib/common/index.d.ts +0 -4
  68. package/lib/common/index.d.ts.map +0 -1
  69. package/lib/common/index.js +0 -25
  70. package/lib/common/index.js.map +0 -1
  71. package/lib/common/language-pack-service.d.ts +0 -16
  72. package/lib/common/language-pack-service.d.ts.map +0 -1
  73. package/lib/common/language-pack-service.js +0 -21
  74. package/lib/common/language-pack-service.js.map +0 -1
  75. package/lib/common/link-computer.d.ts +0 -42
  76. package/lib/common/link-computer.d.ts.map +0 -1
  77. package/lib/common/link-computer.js +0 -276
  78. package/lib/common/link-computer.js.map +0 -1
  79. package/lib/common/lm-protocol.d.ts +0 -103
  80. package/lib/common/lm-protocol.d.ts.map +0 -1
  81. package/lib/common/lm-protocol.js +0 -21
  82. package/lib/common/lm-protocol.js.map +0 -1
  83. package/lib/common/object-identifier.d.ts +0 -9
  84. package/lib/common/object-identifier.d.ts.map +0 -1
  85. package/lib/common/object-identifier.js +0 -33
  86. package/lib/common/object-identifier.js.map +0 -1
  87. package/lib/common/objects.d.ts +0 -2
  88. package/lib/common/objects.d.ts.map +0 -1
  89. package/lib/common/objects.js +0 -47
  90. package/lib/common/objects.js.map +0 -1
  91. package/lib/common/paths-util.d.ts +0 -4
  92. package/lib/common/paths-util.d.ts.map +0 -1
  93. package/lib/common/paths-util.js +0 -145
  94. package/lib/common/paths-util.js.map +0 -1
  95. package/lib/common/plugin-api-rpc-model.d.ts +0 -776
  96. package/lib/common/plugin-api-rpc-model.d.ts.map +0 -1
  97. package/lib/common/plugin-api-rpc-model.js +0 -179
  98. package/lib/common/plugin-api-rpc-model.js.map +0 -1
  99. package/lib/common/plugin-api-rpc.d.ts +0 -2221
  100. package/lib/common/plugin-api-rpc.d.ts.map +0 -1
  101. package/lib/common/plugin-api-rpc.js +0 -341
  102. package/lib/common/plugin-api-rpc.js.map +0 -1
  103. package/lib/common/plugin-ext-api-contribution.d.ts +0 -89
  104. package/lib/common/plugin-ext-api-contribution.d.ts.map +0 -1
  105. package/lib/common/plugin-ext-api-contribution.js +0 -6
  106. package/lib/common/plugin-ext-api-contribution.js.map +0 -1
  107. package/lib/common/plugin-identifiers.d.ts +0 -47
  108. package/lib/common/plugin-identifiers.d.ts.map +0 -1
  109. package/lib/common/plugin-identifiers.js +0 -90
  110. package/lib/common/plugin-identifiers.js.map +0 -1
  111. package/lib/common/plugin-protocol.d.ts +0 -960
  112. package/lib/common/plugin-protocol.d.ts.map +0 -1
  113. package/lib/common/plugin-protocol.js +0 -73
  114. package/lib/common/plugin-protocol.js.map +0 -1
  115. package/lib/common/reference-map.d.ts +0 -8
  116. package/lib/common/reference-map.d.ts.map +0 -1
  117. package/lib/common/reference-map.js +0 -40
  118. package/lib/common/reference-map.js.map +0 -1
  119. package/lib/common/rpc-protocol.d.ts +0 -83
  120. package/lib/common/rpc-protocol.d.ts.map +0 -1
  121. package/lib/common/rpc-protocol.js +0 -262
  122. package/lib/common/rpc-protocol.js.map +0 -1
  123. package/lib/common/semantic-tokens-dto.d.ts +0 -19
  124. package/lib/common/semantic-tokens-dto.d.ts.map +0 -1
  125. package/lib/common/semantic-tokens-dto.js +0 -163
  126. package/lib/common/semantic-tokens-dto.js.map +0 -1
  127. package/lib/common/test-types.d.ts +0 -103
  128. package/lib/common/test-types.d.ts.map +0 -1
  129. package/lib/common/test-types.js +0 -83
  130. package/lib/common/test-types.js.map +0 -1
  131. package/lib/common/types.d.ts +0 -38
  132. package/lib/common/types.d.ts.map +0 -1
  133. package/lib/common/types.js +0 -122
  134. package/lib/common/types.js.map +0 -1
  135. package/lib/common/uint.d.ts +0 -8
  136. package/lib/common/uint.d.ts.map +0 -1
  137. package/lib/common/uint.js +0 -34
  138. package/lib/common/uint.js.map +0 -1
  139. package/lib/common/uri-components.d.ts +0 -40
  140. package/lib/common/uri-components.d.ts.map +0 -1
  141. package/lib/common/uri-components.js +0 -65
  142. package/lib/common/uri-components.js.map +0 -1
  143. package/lib/hosted/browser/hosted-plugin-watcher.d.ts +0 -16
  144. package/lib/hosted/browser/hosted-plugin-watcher.d.ts.map +0 -1
  145. package/lib/hosted/browser/hosted-plugin-watcher.js +0 -55
  146. package/lib/hosted/browser/hosted-plugin-watcher.js.map +0 -1
  147. package/lib/hosted/browser/hosted-plugin.d.ts +0 -101
  148. package/lib/hosted/browser/hosted-plugin.d.ts.map +0 -1
  149. package/lib/hosted/browser/hosted-plugin.js +0 -605
  150. package/lib/hosted/browser/hosted-plugin.js.map +0 -1
  151. package/lib/hosted/browser/plugin-worker.d.ts +0 -7
  152. package/lib/hosted/browser/plugin-worker.d.ts.map +0 -1
  153. package/lib/hosted/browser/plugin-worker.js +0 -50
  154. package/lib/hosted/browser/plugin-worker.js.map +0 -1
  155. package/lib/hosted/browser/worker/debug-stub.d.ts +0 -4
  156. package/lib/hosted/browser/worker/debug-stub.d.ts.map +0 -1
  157. package/lib/hosted/browser/worker/debug-stub.js +0 -30
  158. package/lib/hosted/browser/worker/debug-stub.js.map +0 -1
  159. package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts +0 -3
  160. package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts.map +0 -1
  161. package/lib/hosted/browser/worker/plugin-manifest-loader.js +0 -108
  162. package/lib/hosted/browser/worker/plugin-manifest-loader.js.map +0 -1
  163. package/lib/hosted/browser/worker/worker-env-ext.d.ts +0 -11
  164. package/lib/hosted/browser/worker/worker-env-ext.d.ts.map +0 -1
  165. package/lib/hosted/browser/worker/worker-env-ext.js +0 -43
  166. package/lib/hosted/browser/worker/worker-env-ext.js.map +0 -1
  167. package/lib/hosted/browser/worker/worker-main.d.ts +0 -2
  168. package/lib/hosted/browser/worker/worker-main.d.ts.map +0 -1
  169. package/lib/hosted/browser/worker/worker-main.js +0 -183
  170. package/lib/hosted/browser/worker/worker-main.js.map +0 -1
  171. package/lib/hosted/browser/worker/worker-plugin-module.d.ts +0 -5
  172. package/lib/hosted/browser/worker/worker-plugin-module.d.ts.map +0 -1
  173. package/lib/hosted/browser/worker/worker-plugin-module.js +0 -80
  174. package/lib/hosted/browser/worker/worker-plugin-module.js.map +0 -1
  175. package/lib/hosted/common/hosted-plugin.d.ts +0 -97
  176. package/lib/hosted/common/hosted-plugin.d.ts.map +0 -1
  177. package/lib/hosted/common/hosted-plugin.js +0 -408
  178. package/lib/hosted/common/hosted-plugin.js.map +0 -1
  179. package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts +0 -17
  180. package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts.map +0 -1
  181. package/lib/hosted/node/hosted-plugin-cli-contribution.js +0 -72
  182. package/lib/hosted/node/hosted-plugin-cli-contribution.js.map +0 -1
  183. package/lib/hosted/node/hosted-plugin-localization-service.d.ts +0 -47
  184. package/lib/hosted/node/hosted-plugin-localization-service.d.ts.map +0 -1
  185. package/lib/hosted/node/hosted-plugin-localization-service.js +0 -380
  186. package/lib/hosted/node/hosted-plugin-localization-service.js.map +0 -1
  187. package/lib/hosted/node/hosted-plugin-process.d.ts +0 -42
  188. package/lib/hosted/node/hosted-plugin-process.d.ts.map +0 -1
  189. package/lib/hosted/node/hosted-plugin-process.js +0 -205
  190. package/lib/hosted/node/hosted-plugin-process.js.map +0 -1
  191. package/lib/hosted/node/hosted-plugin-protocol.d.ts +0 -22
  192. package/lib/hosted/node/hosted-plugin-protocol.d.ts.map +0 -1
  193. package/lib/hosted/node/hosted-plugin-protocol.js +0 -37
  194. package/lib/hosted/node/hosted-plugin-protocol.js.map +0 -1
  195. package/lib/hosted/node/hosted-plugin.d.ts +0 -29
  196. package/lib/hosted/node/hosted-plugin.d.ts.map +0 -1
  197. package/lib/hosted/node/hosted-plugin.js +0 -99
  198. package/lib/hosted/node/hosted-plugin.js.map +0 -1
  199. package/lib/hosted/node/metadata-scanner.d.ts +0 -18
  200. package/lib/hosted/node/metadata-scanner.d.ts.map +0 -1
  201. package/lib/hosted/node/metadata-scanner.js +0 -73
  202. package/lib/hosted/node/metadata-scanner.js.map +0 -1
  203. package/lib/hosted/node/plugin-activation-events.d.ts +0 -7
  204. package/lib/hosted/node/plugin-activation-events.d.ts.map +0 -1
  205. package/lib/hosted/node/plugin-activation-events.js +0 -96
  206. package/lib/hosted/node/plugin-activation-events.js.map +0 -1
  207. package/lib/hosted/node/plugin-deployer-handler-impl.d.ts +0 -48
  208. package/lib/hosted/node/plugin-deployer-handler-impl.d.ts.map +0 -1
  209. package/lib/hosted/node/plugin-deployer-handler-impl.js +0 -277
  210. package/lib/hosted/node/plugin-deployer-handler-impl.js.map +0 -1
  211. package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts +0 -4
  212. package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts.map +0 -1
  213. package/lib/hosted/node/plugin-ext-hosted-backend-module.js +0 -83
  214. package/lib/hosted/node/plugin-ext-hosted-backend-module.js.map +0 -1
  215. package/lib/hosted/node/plugin-host-logger.d.ts +0 -3
  216. package/lib/hosted/node/plugin-host-logger.d.ts.map +0 -1
  217. package/lib/hosted/node/plugin-host-logger.js +0 -39
  218. package/lib/hosted/node/plugin-host-logger.js.map +0 -1
  219. package/lib/hosted/node/plugin-host-module.d.ts +0 -5
  220. package/lib/hosted/node/plugin-host-module.d.ts.map +0 -1
  221. package/lib/hosted/node/plugin-host-module.js +0 -75
  222. package/lib/hosted/node/plugin-host-module.js.map +0 -1
  223. package/lib/hosted/node/plugin-host-proxy.d.ts +0 -19
  224. package/lib/hosted/node/plugin-host-proxy.d.ts.map +0 -1
  225. package/lib/hosted/node/plugin-host-proxy.js +0 -71
  226. package/lib/hosted/node/plugin-host-proxy.js.map +0 -1
  227. package/lib/hosted/node/plugin-host-rpc.d.ts +0 -108
  228. package/lib/hosted/node/plugin-host-rpc.d.ts.map +0 -1
  229. package/lib/hosted/node/plugin-host-rpc.js +0 -333
  230. package/lib/hosted/node/plugin-host-rpc.js.map +0 -1
  231. package/lib/hosted/node/plugin-host.d.ts +0 -2
  232. package/lib/hosted/node/plugin-host.d.ts.map +0 -1
  233. package/lib/hosted/node/plugin-host.js +0 -114
  234. package/lib/hosted/node/plugin-host.js.map +0 -1
  235. package/lib/hosted/node/plugin-language-pack-service.d.ts +0 -8
  236. package/lib/hosted/node/plugin-language-pack-service.d.ts.map +0 -1
  237. package/lib/hosted/node/plugin-language-pack-service.js +0 -49
  238. package/lib/hosted/node/plugin-language-pack-service.js.map +0 -1
  239. package/lib/hosted/node/plugin-manifest-loader.d.ts +0 -3
  240. package/lib/hosted/node/plugin-manifest-loader.d.ts.map +0 -1
  241. package/lib/hosted/node/plugin-manifest-loader.js +0 -36
  242. package/lib/hosted/node/plugin-manifest-loader.js.map +0 -1
  243. package/lib/hosted/node/plugin-reader.d.ts +0 -26
  244. package/lib/hosted/node/plugin-reader.d.ts.map +0 -1
  245. package/lib/hosted/node/plugin-reader.js +0 -140
  246. package/lib/hosted/node/plugin-reader.js.map +0 -1
  247. package/lib/hosted/node/plugin-require-override.d.ts +0 -25
  248. package/lib/hosted/node/plugin-require-override.d.ts.map +0 -1
  249. package/lib/hosted/node/plugin-require-override.js +0 -56
  250. package/lib/hosted/node/plugin-require-override.js.map +0 -1
  251. package/lib/hosted/node/plugin-service.d.ts +0 -56
  252. package/lib/hosted/node/plugin-service.d.ts.map +0 -1
  253. package/lib/hosted/node/plugin-service.js +0 -203
  254. package/lib/hosted/node/plugin-service.js.map +0 -1
  255. package/lib/hosted/node/scanners/backend-init-theia.d.ts +0 -3
  256. package/lib/hosted/node/scanners/backend-init-theia.d.ts.map +0 -1
  257. package/lib/hosted/node/scanners/backend-init-theia.js +0 -61
  258. package/lib/hosted/node/scanners/backend-init-theia.js.map +0 -1
  259. package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts +0 -11
  260. package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts.map +0 -1
  261. package/lib/hosted/node/scanners/file-plugin-uri-factory.js +0 -36
  262. package/lib/hosted/node/scanners/file-plugin-uri-factory.js.map +0 -1
  263. package/lib/hosted/node/scanners/grammars-reader.d.ts +0 -6
  264. package/lib/hosted/node/scanners/grammars-reader.d.ts.map +0 -1
  265. package/lib/hosted/node/scanners/grammars-reader.js +0 -59
  266. package/lib/hosted/node/scanners/grammars-reader.js.map +0 -1
  267. package/lib/hosted/node/scanners/plugin-uri-factory.d.ts +0 -17
  268. package/lib/hosted/node/scanners/plugin-uri-factory.d.ts.map +0 -1
  269. package/lib/hosted/node/scanners/plugin-uri-factory.js +0 -20
  270. package/lib/hosted/node/scanners/plugin-uri-factory.js.map +0 -1
  271. package/lib/hosted/node/scanners/scanner-theia.d.ts +0 -113
  272. package/lib/hosted/node/scanners/scanner-theia.d.ts.map +0 -1
  273. package/lib/hosted/node/scanners/scanner-theia.js +0 -923
  274. package/lib/hosted/node/scanners/scanner-theia.js.map +0 -1
  275. package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts +0 -3
  276. package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts.map +0 -1
  277. package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js +0 -27
  278. package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js.map +0 -1
  279. package/lib/hosted/node-electron/scanner-theia-electron.d.ts +0 -6
  280. package/lib/hosted/node-electron/scanner-theia-electron.d.ts.map +0 -1
  281. package/lib/hosted/node-electron/scanner-theia-electron.js +0 -36
  282. package/lib/hosted/node-electron/scanner-theia-electron.js.map +0 -1
  283. package/lib/main/browser/authentication-main.d.ts +0 -52
  284. package/lib/main/browser/authentication-main.d.ts.map +0 -1
  285. package/lib/main/browser/authentication-main.js +0 -324
  286. package/lib/main/browser/authentication-main.js.map +0 -1
  287. package/lib/main/browser/clipboard-main.d.ts +0 -10
  288. package/lib/main/browser/clipboard-main.d.ts.map +0 -1
  289. package/lib/main/browser/clipboard-main.js +0 -33
  290. package/lib/main/browser/clipboard-main.js.map +0 -1
  291. package/lib/main/browser/command-registry-main.d.ts +0 -28
  292. package/lib/main/browser/command-registry-main.d.ts.map +0 -1
  293. package/lib/main/browser/command-registry-main.js +0 -113
  294. package/lib/main/browser/command-registry-main.js.map +0 -1
  295. package/lib/main/browser/commands.d.ts +0 -13
  296. package/lib/main/browser/commands.d.ts.map +0 -1
  297. package/lib/main/browser/commands.js +0 -92
  298. package/lib/main/browser/commands.js.map +0 -1
  299. package/lib/main/browser/comments/comment-glyph-widget.d.ts +0 -13
  300. package/lib/main/browser/comments/comment-glyph-widget.d.ts.map +0 -1
  301. package/lib/main/browser/comments/comment-glyph-widget.js +0 -43
  302. package/lib/main/browser/comments/comment-glyph-widget.js.map +0 -1
  303. package/lib/main/browser/comments/comment-thread-widget.d.ts +0 -178
  304. package/lib/main/browser/comments/comment-thread-widget.d.ts.map +0 -1
  305. package/lib/main/browser/comments/comment-thread-widget.js +0 -523
  306. package/lib/main/browser/comments/comment-thread-widget.js.map +0 -1
  307. package/lib/main/browser/comments/comments-context.d.ts +0 -13
  308. package/lib/main/browser/comments/comments-context.d.ts.map +0 -1
  309. package/lib/main/browser/comments/comments-context.js +0 -56
  310. package/lib/main/browser/comments/comments-context.js.map +0 -1
  311. package/lib/main/browser/comments/comments-contribution.d.ts +0 -32
  312. package/lib/main/browser/comments/comments-contribution.d.ts.map +0 -1
  313. package/lib/main/browser/comments/comments-contribution.js +0 -258
  314. package/lib/main/browser/comments/comments-contribution.js.map +0 -1
  315. package/lib/main/browser/comments/comments-decorator.d.ts +0 -16
  316. package/lib/main/browser/comments/comments-decorator.d.ts.map +0 -1
  317. package/lib/main/browser/comments/comments-decorator.js +0 -100
  318. package/lib/main/browser/comments/comments-decorator.js.map +0 -1
  319. package/lib/main/browser/comments/comments-main.d.ts +0 -116
  320. package/lib/main/browser/comments/comments-main.d.ts.map +0 -1
  321. package/lib/main/browser/comments/comments-main.js +0 -358
  322. package/lib/main/browser/comments/comments-main.js.map +0 -1
  323. package/lib/main/browser/comments/comments-service.d.ts +0 -76
  324. package/lib/main/browser/comments/comments-service.d.ts.map +0 -1
  325. package/lib/main/browser/comments/comments-service.js +0 -118
  326. package/lib/main/browser/comments/comments-service.js.map +0 -1
  327. package/lib/main/browser/custom-editors/custom-editor-opener.d.ts +0 -29
  328. package/lib/main/browser/custom-editors/custom-editor-opener.d.ts.map +0 -1
  329. package/lib/main/browser/custom-editors/custom-editor-opener.js +0 -196
  330. package/lib/main/browser/custom-editors/custom-editor-opener.js.map +0 -1
  331. package/lib/main/browser/custom-editors/custom-editor-service.d.ts +0 -17
  332. package/lib/main/browser/custom-editors/custom-editor-service.d.ts.map +0 -1
  333. package/lib/main/browser/custom-editors/custom-editor-service.js +0 -98
  334. package/lib/main/browser/custom-editors/custom-editor-service.js.map +0 -1
  335. package/lib/main/browser/custom-editors/custom-editor-undo-redo-handler.d.ts +0 -10
  336. package/lib/main/browser/custom-editors/custom-editor-undo-redo-handler.d.ts.map +0 -1
  337. package/lib/main/browser/custom-editors/custom-editor-undo-redo-handler.js +0 -49
  338. package/lib/main/browser/custom-editors/custom-editor-undo-redo-handler.js.map +0 -1
  339. package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts +0 -10
  340. package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts.map +0 -1
  341. package/lib/main/browser/custom-editors/custom-editor-widget-factory.js +0 -40
  342. package/lib/main/browser/custom-editors/custom-editor-widget-factory.js.map +0 -1
  343. package/lib/main/browser/custom-editors/custom-editor-widget.d.ts +0 -35
  344. package/lib/main/browser/custom-editors/custom-editor-widget.d.ts.map +0 -1
  345. package/lib/main/browser/custom-editors/custom-editor-widget.js +0 -108
  346. package/lib/main/browser/custom-editors/custom-editor-widget.js.map +0 -1
  347. package/lib/main/browser/custom-editors/custom-editors-main.d.ts +0 -123
  348. package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +0 -1
  349. package/lib/main/browser/custom-editors/custom-editors-main.js +0 -380
  350. package/lib/main/browser/custom-editors/custom-editors-main.js.map +0 -1
  351. package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts +0 -22
  352. package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts.map +0 -1
  353. package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js +0 -128
  354. package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js.map +0 -1
  355. package/lib/main/browser/data-transfer/data-transfer-type-converters.d.ts +0 -9
  356. package/lib/main/browser/data-transfer/data-transfer-type-converters.d.ts.map +0 -1
  357. package/lib/main/browser/data-transfer/data-transfer-type-converters.js +0 -63
  358. package/lib/main/browser/data-transfer/data-transfer-type-converters.js.map +0 -1
  359. package/lib/main/browser/debug/debug-main.d.ts +0 -52
  360. package/lib/main/browser/debug/debug-main.d.ts.map +0 -1
  361. package/lib/main/browser/debug/debug-main.js +0 -314
  362. package/lib/main/browser/debug/debug-main.js.map +0 -1
  363. package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts +0 -19
  364. package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts.map +0 -1
  365. package/lib/main/browser/debug/plugin-debug-adapter-contribution.js +0 -43
  366. package/lib/main/browser/debug/plugin-debug-adapter-contribution.js.map +0 -1
  367. package/lib/main/browser/debug/plugin-debug-configuration-provider.d.ts +0 -18
  368. package/lib/main/browser/debug/plugin-debug-configuration-provider.d.ts.map +0 -1
  369. package/lib/main/browser/debug/plugin-debug-configuration-provider.js +0 -40
  370. package/lib/main/browser/debug/plugin-debug-configuration-provider.js.map +0 -1
  371. package/lib/main/browser/debug/plugin-debug-service.d.ts +0 -56
  372. package/lib/main/browser/debug/plugin-debug-service.d.ts.map +0 -1
  373. package/lib/main/browser/debug/plugin-debug-service.js +0 -365
  374. package/lib/main/browser/debug/plugin-debug-service.js.map +0 -1
  375. package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts +0 -31
  376. package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts.map +0 -1
  377. package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js +0 -68
  378. package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js.map +0 -1
  379. package/lib/main/browser/debug/plugin-debug-session-factory.d.ts +0 -59
  380. package/lib/main/browser/debug/plugin-debug-session-factory.d.ts.map +0 -1
  381. package/lib/main/browser/debug/plugin-debug-session-factory.js +0 -72
  382. package/lib/main/browser/debug/plugin-debug-session-factory.js.map +0 -1
  383. package/lib/main/browser/decorations/decorations-main.d.ts +0 -16
  384. package/lib/main/browser/decorations/decorations-main.d.ts.map +0 -1
  385. package/lib/main/browser/decorations/decorations-main.js +0 -120
  386. package/lib/main/browser/decorations/decorations-main.js.map +0 -1
  387. package/lib/main/browser/dialogs/modal-notification.d.ts +0 -19
  388. package/lib/main/browser/dialogs/modal-notification.d.ts.map +0 -1
  389. package/lib/main/browser/dialogs/modal-notification.js +0 -102
  390. package/lib/main/browser/dialogs/modal-notification.js.map +0 -1
  391. package/lib/main/browser/dialogs-main.d.ts +0 -17
  392. package/lib/main/browser/dialogs-main.d.ts.map +0 -1
  393. package/lib/main/browser/dialogs-main.js +0 -163
  394. package/lib/main/browser/dialogs-main.js.map +0 -1
  395. package/lib/main/browser/documents-main.d.ts +0 -51
  396. package/lib/main/browser/documents-main.d.ts.map +0 -1
  397. package/lib/main/browser/documents-main.js +0 -252
  398. package/lib/main/browser/documents-main.js.map +0 -1
  399. package/lib/main/browser/editors-and-documents-main.d.ts +0 -41
  400. package/lib/main/browser/editors-and-documents-main.d.ts.map +0 -1
  401. package/lib/main/browser/editors-and-documents-main.js +0 -357
  402. package/lib/main/browser/editors-and-documents-main.js.map +0 -1
  403. package/lib/main/browser/env-main.d.ts +0 -7
  404. package/lib/main/browser/env-main.d.ts.map +0 -1
  405. package/lib/main/browser/env-main.js +0 -64
  406. package/lib/main/browser/env-main.js.map +0 -1
  407. package/lib/main/browser/file-system-main-impl.d.ts +0 -29
  408. package/lib/main/browser/file-system-main-impl.d.ts.map +0 -1
  409. package/lib/main/browser/file-system-main-impl.js +0 -208
  410. package/lib/main/browser/file-system-main-impl.js.map +0 -1
  411. package/lib/main/browser/hierarchy/hierarchy-types-converters.d.ts +0 -25
  412. package/lib/main/browser/hierarchy/hierarchy-types-converters.d.ts.map +0 -1
  413. package/lib/main/browser/hierarchy/hierarchy-types-converters.js +0 -185
  414. package/lib/main/browser/hierarchy/hierarchy-types-converters.js.map +0 -1
  415. package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts +0 -10
  416. package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts.map +0 -1
  417. package/lib/main/browser/keybindings/keybindings-contribution-handler.js +0 -70
  418. package/lib/main/browser/keybindings/keybindings-contribution-handler.js.map +0 -1
  419. package/lib/main/browser/label-service-main.d.ts +0 -11
  420. package/lib/main/browser/label-service-main.d.ts.map +0 -1
  421. package/lib/main/browser/label-service-main.js +0 -47
  422. package/lib/main/browser/label-service-main.js.map +0 -1
  423. package/lib/main/browser/languages-main.d.ts +0 -144
  424. package/lib/main/browser/languages-main.d.ts.map +0 -1
  425. package/lib/main/browser/languages-main.js +0 -1172
  426. package/lib/main/browser/languages-main.js.map +0 -1
  427. package/lib/main/browser/lm-main.d.ts +0 -17
  428. package/lib/main/browser/lm-main.d.ts.map +0 -1
  429. package/lib/main/browser/lm-main.js +0 -154
  430. package/lib/main/browser/lm-main.js.map +0 -1
  431. package/lib/main/browser/localization-main.d.ts +0 -9
  432. package/lib/main/browser/localization-main.d.ts.map +0 -1
  433. package/lib/main/browser/localization-main.js +0 -32
  434. package/lib/main/browser/localization-main.js.map +0 -1
  435. package/lib/main/browser/logger-main.d.ts +0 -8
  436. package/lib/main/browser/logger-main.d.ts.map +0 -1
  437. package/lib/main/browser/logger-main.js +0 -53
  438. package/lib/main/browser/logger-main.js.map +0 -1
  439. package/lib/main/browser/main-context.d.ts +0 -4
  440. package/lib/main/browser/main-context.d.ts.map +0 -1
  441. package/lib/main/browser/main-context.js +0 -161
  442. package/lib/main/browser/main-context.js.map +0 -1
  443. package/lib/main/browser/main-file-system-event-service.d.ts +0 -8
  444. package/lib/main/browser/main-file-system-event-service.d.ts.map +0 -1
  445. package/lib/main/browser/main-file-system-event-service.js +0 -66
  446. package/lib/main/browser/main-file-system-event-service.js.map +0 -1
  447. package/lib/main/browser/menus/menus-contribution-handler.d.ts +0 -24
  448. package/lib/main/browser/menus/menus-contribution-handler.d.ts.map +0 -1
  449. package/lib/main/browser/menus/menus-contribution-handler.js +0 -208
  450. package/lib/main/browser/menus/menus-contribution-handler.js.map +0 -1
  451. package/lib/main/browser/menus/plugin-menu-command-adapter.d.ts +0 -24
  452. package/lib/main/browser/menus/plugin-menu-command-adapter.d.ts.map +0 -1
  453. package/lib/main/browser/menus/plugin-menu-command-adapter.js +0 -281
  454. package/lib/main/browser/menus/plugin-menu-command-adapter.js.map +0 -1
  455. package/lib/main/browser/menus/vscode-theia-menu-mappings.d.ts +0 -19
  456. package/lib/main/browser/menus/vscode-theia-menu-mappings.d.ts.map +0 -1
  457. package/lib/main/browser/menus/vscode-theia-menu-mappings.js +0 -115
  458. package/lib/main/browser/menus/vscode-theia-menu-mappings.js.map +0 -1
  459. package/lib/main/browser/message-registry-main.d.ts +0 -11
  460. package/lib/main/browser/message-registry-main.d.ts.map +0 -1
  461. package/lib/main/browser/message-registry-main.js +0 -41
  462. package/lib/main/browser/message-registry-main.js.map +0 -1
  463. package/lib/main/browser/notebooks/notebook-documents-and-editors-main.d.ts +0 -52
  464. package/lib/main/browser/notebooks/notebook-documents-and-editors-main.d.ts.map +0 -1
  465. package/lib/main/browser/notebooks/notebook-documents-and-editors-main.js +0 -208
  466. package/lib/main/browser/notebooks/notebook-documents-and-editors-main.js.map +0 -1
  467. package/lib/main/browser/notebooks/notebook-documents-main.d.ts +0 -30
  468. package/lib/main/browser/notebooks/notebook-documents-main.d.ts.map +0 -1
  469. package/lib/main/browser/notebooks/notebook-documents-main.js +0 -164
  470. package/lib/main/browser/notebooks/notebook-documents-main.js.map +0 -1
  471. package/lib/main/browser/notebooks/notebook-dto.d.ts +0 -18
  472. package/lib/main/browser/notebooks/notebook-dto.d.ts.map +0 -1
  473. package/lib/main/browser/notebooks/notebook-dto.js +0 -131
  474. package/lib/main/browser/notebooks/notebook-dto.js.map +0 -1
  475. package/lib/main/browser/notebooks/notebook-editors-main.d.ts +0 -21
  476. package/lib/main/browser/notebooks/notebook-editors-main.d.ts.map +0 -1
  477. package/lib/main/browser/notebooks/notebook-editors-main.js +0 -77
  478. package/lib/main/browser/notebooks/notebook-editors-main.js.map +0 -1
  479. package/lib/main/browser/notebooks/notebook-kernels-main.d.ts +0 -43
  480. package/lib/main/browser/notebooks/notebook-kernels-main.d.ts.map +0 -1
  481. package/lib/main/browser/notebooks/notebook-kernels-main.js +0 -274
  482. package/lib/main/browser/notebooks/notebook-kernels-main.js.map +0 -1
  483. package/lib/main/browser/notebooks/notebook-renderers-main.d.ts +0 -12
  484. package/lib/main/browser/notebooks/notebook-renderers-main.d.ts.map +0 -1
  485. package/lib/main/browser/notebooks/notebook-renderers-main.js +0 -39
  486. package/lib/main/browser/notebooks/notebook-renderers-main.js.map +0 -1
  487. package/lib/main/browser/notebooks/notebooks-main.d.ts +0 -25
  488. package/lib/main/browser/notebooks/notebooks-main.d.ts.map +0 -1
  489. package/lib/main/browser/notebooks/notebooks-main.js +0 -134
  490. package/lib/main/browser/notebooks/notebooks-main.js.map +0 -1
  491. package/lib/main/browser/notebooks/renderers/cell-output-webview.d.ts +0 -75
  492. package/lib/main/browser/notebooks/renderers/cell-output-webview.d.ts.map +0 -1
  493. package/lib/main/browser/notebooks/renderers/cell-output-webview.js +0 -571
  494. package/lib/main/browser/notebooks/renderers/cell-output-webview.js.map +0 -1
  495. package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts +0 -14
  496. package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts.map +0 -1
  497. package/lib/main/browser/notebooks/renderers/output-webview-internal.js +0 -660
  498. package/lib/main/browser/notebooks/renderers/output-webview-internal.js.map +0 -1
  499. package/lib/main/browser/notebooks/renderers/webview-communication.d.ts +0 -127
  500. package/lib/main/browser/notebooks/renderers/webview-communication.d.ts.map +0 -1
  501. package/lib/main/browser/notebooks/renderers/webview-communication.js +0 -22
  502. package/lib/main/browser/notebooks/renderers/webview-communication.js.map +0 -1
  503. package/lib/main/browser/notification-main.d.ts +0 -7
  504. package/lib/main/browser/notification-main.d.ts.map +0 -1
  505. package/lib/main/browser/notification-main.js +0 -27
  506. package/lib/main/browser/notification-main.js.map +0 -1
  507. package/lib/main/browser/output-channel-registry-main.d.ts +0 -11
  508. package/lib/main/browser/output-channel-registry-main.d.ts.map +0 -1
  509. package/lib/main/browser/output-channel-registry-main.js +0 -53
  510. package/lib/main/browser/output-channel-registry-main.js.map +0 -1
  511. package/lib/main/browser/plugin-authentication-service.d.ts +0 -14
  512. package/lib/main/browser/plugin-authentication-service.d.ts.map +0 -1
  513. package/lib/main/browser/plugin-authentication-service.js +0 -73
  514. package/lib/main/browser/plugin-authentication-service.js.map +0 -1
  515. package/lib/main/browser/plugin-contribution-handler.d.ts +0 -75
  516. package/lib/main/browser/plugin-contribution-handler.d.ts.map +0 -1
  517. package/lib/main/browser/plugin-contribution-handler.js +0 -640
  518. package/lib/main/browser/plugin-contribution-handler.js.map +0 -1
  519. package/lib/main/browser/plugin-ext-argument-processor.d.ts +0 -12
  520. package/lib/main/browser/plugin-ext-argument-processor.d.ts.map +0 -1
  521. package/lib/main/browser/plugin-ext-argument-processor.js +0 -41
  522. package/lib/main/browser/plugin-ext-argument-processor.js.map +0 -1
  523. package/lib/main/browser/plugin-ext-frontend-module.d.ts +0 -8
  524. package/lib/main/browser/plugin-ext-frontend-module.d.ts.map +0 -1
  525. package/lib/main/browser/plugin-ext-frontend-module.js +0 -257
  526. package/lib/main/browser/plugin-ext-frontend-module.js.map +0 -1
  527. package/lib/main/browser/plugin-ext-widget.d.ts +0 -29
  528. package/lib/main/browser/plugin-ext-widget.d.ts.map +0 -1
  529. package/lib/main/browser/plugin-ext-widget.js +0 -122
  530. package/lib/main/browser/plugin-ext-widget.js.map +0 -1
  531. package/lib/main/browser/plugin-frontend-contribution.d.ts +0 -10
  532. package/lib/main/browser/plugin-frontend-contribution.d.ts.map +0 -1
  533. package/lib/main/browser/plugin-frontend-contribution.js +0 -72
  534. package/lib/main/browser/plugin-frontend-contribution.js.map +0 -1
  535. package/lib/main/browser/plugin-frontend-view-contribution.d.ts +0 -7
  536. package/lib/main/browser/plugin-frontend-view-contribution.d.ts.map +0 -1
  537. package/lib/main/browser/plugin-frontend-view-contribution.js +0 -43
  538. package/lib/main/browser/plugin-frontend-view-contribution.js.map +0 -1
  539. package/lib/main/browser/plugin-icon-service.d.ts +0 -17
  540. package/lib/main/browser/plugin-icon-service.d.ts.map +0 -1
  541. package/lib/main/browser/plugin-icon-service.js +0 -89
  542. package/lib/main/browser/plugin-icon-service.js.map +0 -1
  543. package/lib/main/browser/plugin-icon-theme-service.d.ts +0 -147
  544. package/lib/main/browser/plugin-icon-theme-service.d.ts.map +0 -1
  545. package/lib/main/browser/plugin-icon-theme-service.js +0 -554
  546. package/lib/main/browser/plugin-icon-theme-service.js.map +0 -1
  547. package/lib/main/browser/plugin-shared-style.d.ts +0 -41
  548. package/lib/main/browser/plugin-shared-style.d.ts.map +0 -1
  549. package/lib/main/browser/plugin-shared-style.js +0 -137
  550. package/lib/main/browser/plugin-shared-style.js.map +0 -1
  551. package/lib/main/browser/plugin-storage.d.ts +0 -14
  552. package/lib/main/browser/plugin-storage.d.ts.map +0 -1
  553. package/lib/main/browser/plugin-storage.js +0 -47
  554. package/lib/main/browser/plugin-storage.js.map +0 -1
  555. package/lib/main/browser/plugin-terminal-registry.d.ts +0 -5
  556. package/lib/main/browser/plugin-terminal-registry.d.ts.map +0 -1
  557. package/lib/main/browser/plugin-terminal-registry.js +0 -30
  558. package/lib/main/browser/plugin-terminal-registry.js.map +0 -1
  559. package/lib/main/browser/preference-registry-main.d.ts +0 -20
  560. package/lib/main/browser/preference-registry-main.d.ts.map +0 -1
  561. package/lib/main/browser/preference-registry-main.js +0 -107
  562. package/lib/main/browser/preference-registry-main.js.map +0 -1
  563. package/lib/main/browser/quick-open-main.d.ts +0 -36
  564. package/lib/main/browser/quick-open-main.d.ts.map +0 -1
  565. package/lib/main/browser/quick-open-main.js +0 -314
  566. package/lib/main/browser/quick-open-main.js.map +0 -1
  567. package/lib/main/browser/scm-main.d.ts +0 -108
  568. package/lib/main/browser/scm-main.d.ts.map +0 -1
  569. package/lib/main/browser/scm-main.js +0 -348
  570. package/lib/main/browser/scm-main.js.map +0 -1
  571. package/lib/main/browser/secrets-main.d.ts +0 -16
  572. package/lib/main/browser/secrets-main.d.ts.map +0 -1
  573. package/lib/main/browser/secrets-main.js +0 -91
  574. package/lib/main/browser/secrets-main.js.map +0 -1
  575. package/lib/main/browser/selection-provider-command.d.ts +0 -13
  576. package/lib/main/browser/selection-provider-command.d.ts.map +0 -1
  577. package/lib/main/browser/selection-provider-command.js +0 -49
  578. package/lib/main/browser/selection-provider-command.js.map +0 -1
  579. package/lib/main/browser/status-bar-message-registry-main.d.ts +0 -19
  580. package/lib/main/browser/status-bar-message-registry-main.d.ts.map +0 -1
  581. package/lib/main/browser/status-bar-message-registry-main.js +0 -60
  582. package/lib/main/browser/status-bar-message-registry-main.js.map +0 -1
  583. package/lib/main/browser/tabs/tabs-main.d.ts +0 -54
  584. package/lib/main/browser/tabs/tabs-main.d.ts.map +0 -1
  585. package/lib/main/browser/tabs/tabs-main.js +0 -368
  586. package/lib/main/browser/tabs/tabs-main.js.map +0 -1
  587. package/lib/main/browser/tasks-main.d.ts +0 -34
  588. package/lib/main/browser/tasks-main.d.ts.map +0 -1
  589. package/lib/main/browser/tasks-main.js +0 -209
  590. package/lib/main/browser/tasks-main.js.map +0 -1
  591. package/lib/main/browser/terminal-main.d.ts +0 -64
  592. package/lib/main/browser/terminal-main.d.ts.map +0 -1
  593. package/lib/main/browser/terminal-main.js +0 -331
  594. package/lib/main/browser/terminal-main.js.map +0 -1
  595. package/lib/main/browser/test-main.d.ts +0 -144
  596. package/lib/main/browser/test-main.d.ts.map +0 -1
  597. package/lib/main/browser/test-main.js +0 -563
  598. package/lib/main/browser/test-main.js.map +0 -1
  599. package/lib/main/browser/text-editor-main.d.ts +0 -53
  600. package/lib/main/browser/text-editor-main.d.ts.map +0 -1
  601. package/lib/main/browser/text-editor-main.js +0 -443
  602. package/lib/main/browser/text-editor-main.js.map +0 -1
  603. package/lib/main/browser/text-editor-model-service.d.ts +0 -35
  604. package/lib/main/browser/text-editor-model-service.d.ts.map +0 -1
  605. package/lib/main/browser/text-editor-model-service.js +0 -111
  606. package/lib/main/browser/text-editor-model-service.js.map +0 -1
  607. package/lib/main/browser/text-editors-main.d.ts +0 -41
  608. package/lib/main/browser/text-editors-main.d.ts.map +0 -1
  609. package/lib/main/browser/text-editors-main.js +0 -180
  610. package/lib/main/browser/text-editors-main.js.map +0 -1
  611. package/lib/main/browser/theme-icon-override.d.ts +0 -2
  612. package/lib/main/browser/theme-icon-override.d.ts.map +0 -1
  613. package/lib/main/browser/theme-icon-override.js +0 -245
  614. package/lib/main/browser/theme-icon-override.js.map +0 -1
  615. package/lib/main/browser/theming-main.d.ts +0 -10
  616. package/lib/main/browser/theming-main.d.ts.map +0 -1
  617. package/lib/main/browser/theming-main.js +0 -36
  618. package/lib/main/browser/theming-main.js.map +0 -1
  619. package/lib/main/browser/timeline-main.d.ts +0 -14
  620. package/lib/main/browser/timeline-main.d.ts.map +0 -1
  621. package/lib/main/browser/timeline-main.js +0 -51
  622. package/lib/main/browser/timeline-main.js.map +0 -1
  623. package/lib/main/browser/uri-main.d.ts +0 -16
  624. package/lib/main/browser/uri-main.d.ts.map +0 -1
  625. package/lib/main/browser/uri-main.js +0 -64
  626. package/lib/main/browser/uri-main.js.map +0 -1
  627. package/lib/main/browser/view/dnd-file-content-store.d.ts +0 -8
  628. package/lib/main/browser/view/dnd-file-content-store.d.ts.map +0 -1
  629. package/lib/main/browser/view/dnd-file-content-store.js +0 -47
  630. package/lib/main/browser/view/dnd-file-content-store.js.map +0 -1
  631. package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts +0 -12
  632. package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts.map +0 -1
  633. package/lib/main/browser/view/plugin-tree-view-node-label-provider.js +0 -83
  634. package/lib/main/browser/view/plugin-tree-view-node-label-provider.js.map +0 -1
  635. package/lib/main/browser/view/plugin-view-registry.d.ts +0 -112
  636. package/lib/main/browser/view/plugin-view-registry.d.ts.map +0 -1
  637. package/lib/main/browser/view/plugin-view-registry.js +0 -907
  638. package/lib/main/browser/view/plugin-view-registry.js.map +0 -1
  639. package/lib/main/browser/view/plugin-view-widget.d.ts +0 -63
  640. package/lib/main/browser/view/plugin-view-widget.d.ts.map +0 -1
  641. package/lib/main/browser/view/plugin-view-widget.js +0 -199
  642. package/lib/main/browser/view/plugin-view-widget.js.map +0 -1
  643. package/lib/main/browser/view/tree-view-decorator-service.d.ts +0 -31
  644. package/lib/main/browser/view/tree-view-decorator-service.d.ts.map +0 -1
  645. package/lib/main/browser/view/tree-view-decorator-service.js +0 -58
  646. package/lib/main/browser/view/tree-view-decorator-service.js.map +0 -1
  647. package/lib/main/browser/view/tree-view-widget.d.ts +0 -166
  648. package/lib/main/browser/view/tree-view-widget.d.ts.map +0 -1
  649. package/lib/main/browser/view/tree-view-widget.js +0 -848
  650. package/lib/main/browser/view/tree-view-widget.js.map +0 -1
  651. package/lib/main/browser/view/tree-views-main.d.ts +0 -34
  652. package/lib/main/browser/view/tree-views-main.d.ts.map +0 -1
  653. package/lib/main/browser/view/tree-views-main.js +0 -179
  654. package/lib/main/browser/view/tree-views-main.js.map +0 -1
  655. package/lib/main/browser/view/view-context-key-service.d.ts +0 -17
  656. package/lib/main/browser/view/view-context-key-service.d.ts.map +0 -1
  657. package/lib/main/browser/view/view-context-key-service.js +0 -63
  658. package/lib/main/browser/view/view-context-key-service.js.map +0 -1
  659. package/lib/main/browser/webview/webview-context-keys.d.ts +0 -17
  660. package/lib/main/browser/webview/webview-context-keys.d.ts.map +0 -1
  661. package/lib/main/browser/webview/webview-context-keys.js +0 -65
  662. package/lib/main/browser/webview/webview-context-keys.js.map +0 -1
  663. package/lib/main/browser/webview/webview-environment.d.ts +0 -17
  664. package/lib/main/browser/webview/webview-environment.d.ts.map +0 -1
  665. package/lib/main/browser/webview/webview-environment.js +0 -89
  666. package/lib/main/browser/webview/webview-environment.js.map +0 -1
  667. package/lib/main/browser/webview/webview-frontend-preference-contribution.d.ts +0 -5
  668. package/lib/main/browser/webview/webview-frontend-preference-contribution.d.ts.map +0 -1
  669. package/lib/main/browser/webview/webview-frontend-preference-contribution.js +0 -40
  670. package/lib/main/browser/webview/webview-frontend-preference-contribution.js.map +0 -1
  671. package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts +0 -12
  672. package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts.map +0 -1
  673. package/lib/main/browser/webview/webview-frontend-security-warnings.js +0 -66
  674. package/lib/main/browser/webview/webview-frontend-security-warnings.js.map +0 -1
  675. package/lib/main/browser/webview/webview-resource-cache.d.ts +0 -18
  676. package/lib/main/browser/webview/webview-resource-cache.d.ts.map +0 -1
  677. package/lib/main/browser/webview/webview-resource-cache.js +0 -83
  678. package/lib/main/browser/webview/webview-resource-cache.js.map +0 -1
  679. package/lib/main/browser/webview/webview-secondary-window-support.d.ts +0 -8
  680. package/lib/main/browser/webview/webview-secondary-window-support.d.ts.map +0 -1
  681. package/lib/main/browser/webview/webview-secondary-window-support.js +0 -52
  682. package/lib/main/browser/webview/webview-secondary-window-support.js.map +0 -1
  683. package/lib/main/browser/webview/webview-theme-data-provider.d.ts +0 -31
  684. package/lib/main/browser/webview/webview-theme-data-provider.d.ts.map +0 -1
  685. package/lib/main/browser/webview/webview-theme-data-provider.js +0 -125
  686. package/lib/main/browser/webview/webview-theme-data-provider.js.map +0 -1
  687. package/lib/main/browser/webview/webview-widget-factory.d.ts +0 -9
  688. package/lib/main/browser/webview/webview-widget-factory.d.ts.map +0 -1
  689. package/lib/main/browser/webview/webview-widget-factory.js +0 -40
  690. package/lib/main/browser/webview/webview-widget-factory.js.map +0 -1
  691. package/lib/main/browser/webview/webview.d.ts +0 -161
  692. package/lib/main/browser/webview/webview.d.ts.map +0 -1
  693. package/lib/main/browser/webview/webview.js +0 -615
  694. package/lib/main/browser/webview/webview.js.map +0 -1
  695. package/lib/main/browser/webview-views/webview-views-main.d.ts +0 -33
  696. package/lib/main/browser/webview-views/webview-views-main.d.ts.map +0 -1
  697. package/lib/main/browser/webview-views/webview-views-main.js +0 -129
  698. package/lib/main/browser/webview-views/webview-views-main.js.map +0 -1
  699. package/lib/main/browser/webview-views/webview-views.d.ts +0 -20
  700. package/lib/main/browser/webview-views/webview-views.d.ts.map +0 -1
  701. package/lib/main/browser/webview-views/webview-views.js +0 -23
  702. package/lib/main/browser/webview-views/webview-views.js.map +0 -1
  703. package/lib/main/browser/webviews-main.d.ts +0 -41
  704. package/lib/main/browser/webviews-main.d.ts.map +0 -1
  705. package/lib/main/browser/webviews-main.js +0 -254
  706. package/lib/main/browser/webviews-main.js.map +0 -1
  707. package/lib/main/browser/window-activity-tracker.d.ts +0 -20
  708. package/lib/main/browser/window-activity-tracker.d.ts.map +0 -1
  709. package/lib/main/browser/window-activity-tracker.js +0 -86
  710. package/lib/main/browser/window-activity-tracker.js.map +0 -1
  711. package/lib/main/browser/window-state-main.d.ts +0 -18
  712. package/lib/main/browser/window-state-main.d.ts.map +0 -1
  713. package/lib/main/browser/window-state-main.js +0 -69
  714. package/lib/main/browser/window-state-main.js.map +0 -1
  715. package/lib/main/browser/workspace-main.d.ts +0 -98
  716. package/lib/main/browser/workspace-main.d.ts.map +0 -1
  717. package/lib/main/browser/workspace-main.js +0 -384
  718. package/lib/main/browser/workspace-main.js.map +0 -1
  719. package/lib/main/common/basic-message-registry-main.d.ts +0 -14
  720. package/lib/main/common/basic-message-registry-main.d.ts.map +0 -1
  721. package/lib/main/common/basic-message-registry-main.js +0 -50
  722. package/lib/main/common/basic-message-registry-main.js.map +0 -1
  723. package/lib/main/common/basic-notification-main.d.ts +0 -19
  724. package/lib/main/common/basic-notification-main.d.ts.map +0 -1
  725. package/lib/main/common/basic-notification-main.js +0 -75
  726. package/lib/main/common/basic-notification-main.js.map +0 -1
  727. package/lib/main/common/env-main.d.ts +0 -11
  728. package/lib/main/common/env-main.d.ts.map +0 -1
  729. package/lib/main/common/env-main.js +0 -40
  730. package/lib/main/common/env-main.js.map +0 -1
  731. package/lib/main/common/plugin-paths-protocol.d.ts +0 -9
  732. package/lib/main/common/plugin-paths-protocol.d.ts.map +0 -1
  733. package/lib/main/common/plugin-paths-protocol.js +0 -22
  734. package/lib/main/common/plugin-paths-protocol.js.map +0 -1
  735. package/lib/main/common/plugin-theia-environment.d.ts +0 -8
  736. package/lib/main/common/plugin-theia-environment.d.ts.map +0 -1
  737. package/lib/main/common/plugin-theia-environment.js +0 -40
  738. package/lib/main/common/plugin-theia-environment.js.map +0 -1
  739. package/lib/main/common/webview-preferences.d.ts +0 -13
  740. package/lib/main/common/webview-preferences.d.ts.map +0 -1
  741. package/lib/main/common/webview-preferences.js +0 -47
  742. package/lib/main/common/webview-preferences.js.map +0 -1
  743. package/lib/main/common/webview-protocol.d.ts +0 -13
  744. package/lib/main/common/webview-protocol.d.ts.map +0 -1
  745. package/lib/main/common/webview-protocol.js +0 -32
  746. package/lib/main/common/webview-protocol.js.map +0 -1
  747. package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts +0 -4
  748. package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts.map +0 -1
  749. package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js +0 -26
  750. package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js.map +0 -1
  751. package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts +0 -24
  752. package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts.map +0 -1
  753. package/lib/main/electron-browser/webview/electron-webview-widget-factory.js +0 -54
  754. package/lib/main/electron-browser/webview/electron-webview-widget-factory.js.map +0 -1
  755. package/lib/main/node/errors.spec.d.ts +0 -2
  756. package/lib/main/node/errors.spec.d.ts.map +0 -1
  757. package/lib/main/node/errors.spec.js +0 -36
  758. package/lib/main/node/errors.spec.js.map +0 -1
  759. package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts +0 -19
  760. package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts.map +0 -1
  761. package/lib/main/node/handlers/plugin-theia-directory-handler.js +0 -130
  762. package/lib/main/node/handlers/plugin-theia-directory-handler.js.map +0 -1
  763. package/lib/main/node/handlers/plugin-theia-file-handler.d.ts +0 -11
  764. package/lib/main/node/handlers/plugin-theia-file-handler.d.ts.map +0 -1
  765. package/lib/main/node/handlers/plugin-theia-file-handler.js +0 -67
  766. package/lib/main/node/handlers/plugin-theia-file-handler.js.map +0 -1
  767. package/lib/main/node/paths/const.d.ts +0 -6
  768. package/lib/main/node/paths/const.d.ts.map +0 -1
  769. package/lib/main/node/paths/const.js +0 -25
  770. package/lib/main/node/paths/const.js.map +0 -1
  771. package/lib/main/node/paths/plugin-paths-service.d.ts +0 -26
  772. package/lib/main/node/paths/plugin-paths-service.d.ts.map +0 -1
  773. package/lib/main/node/paths/plugin-paths-service.js +0 -153
  774. package/lib/main/node/paths/plugin-paths-service.js.map +0 -1
  775. package/lib/main/node/plugin-cli-contribution.d.ts +0 -22
  776. package/lib/main/node/plugin-cli-contribution.d.ts.map +0 -1
  777. package/lib/main/node/plugin-cli-contribution.js +0 -80
  778. package/lib/main/node/plugin-cli-contribution.js.map +0 -1
  779. package/lib/main/node/plugin-deployer-contribution.d.ts +0 -9
  780. package/lib/main/node/plugin-deployer-contribution.d.ts.map +0 -1
  781. package/lib/main/node/plugin-deployer-contribution.js +0 -41
  782. package/lib/main/node/plugin-deployer-contribution.js.map +0 -1
  783. package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts +0 -8
  784. package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts.map +0 -1
  785. package/lib/main/node/plugin-deployer-directory-handler-context-impl.js +0 -45
  786. package/lib/main/node/plugin-deployer-directory-handler-context-impl.js.map +0 -1
  787. package/lib/main/node/plugin-deployer-entry-impl.d.ts +0 -35
  788. package/lib/main/node/plugin-deployer-entry-impl.d.ts.map +0 -1
  789. package/lib/main/node/plugin-deployer-entry-impl.js +0 -112
  790. package/lib/main/node/plugin-deployer-entry-impl.js.map +0 -1
  791. package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts +0 -8
  792. package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts.map +0 -1
  793. package/lib/main/node/plugin-deployer-file-handler-context-impl.js +0 -32
  794. package/lib/main/node/plugin-deployer-file-handler-context-impl.js.map +0 -1
  795. package/lib/main/node/plugin-deployer-impl.d.ts +0 -64
  796. package/lib/main/node/plugin-deployer-impl.d.ts.map +0 -1
  797. package/lib/main/node/plugin-deployer-impl.js +0 -350
  798. package/lib/main/node/plugin-deployer-impl.js.map +0 -1
  799. package/lib/main/node/plugin-deployer-proxy-entry-impl.d.ts +0 -30
  800. package/lib/main/node/plugin-deployer-proxy-entry-impl.d.ts.map +0 -1
  801. package/lib/main/node/plugin-deployer-proxy-entry-impl.js +0 -93
  802. package/lib/main/node/plugin-deployer-proxy-entry-impl.js.map +0 -1
  803. package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts +0 -16
  804. package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts.map +0 -1
  805. package/lib/main/node/plugin-deployer-resolver-context-impl.js +0 -43
  806. package/lib/main/node/plugin-deployer-resolver-context-impl.js.map +0 -1
  807. package/lib/main/node/plugin-ext-backend-module.d.ts +0 -3
  808. package/lib/main/node/plugin-ext-backend-module.d.ts.map +0 -1
  809. package/lib/main/node/plugin-ext-backend-module.js +0 -84
  810. package/lib/main/node/plugin-ext-backend-module.js.map +0 -1
  811. package/lib/main/node/plugin-github-resolver.d.ts +0 -24
  812. package/lib/main/node/plugin-github-resolver.d.ts.map +0 -1
  813. package/lib/main/node/plugin-github-resolver.js +0 -136
  814. package/lib/main/node/plugin-github-resolver.js.map +0 -1
  815. package/lib/main/node/plugin-http-resolver.d.ts +0 -21
  816. package/lib/main/node/plugin-http-resolver.d.ts.map +0 -1
  817. package/lib/main/node/plugin-http-resolver.js +0 -92
  818. package/lib/main/node/plugin-http-resolver.js.map +0 -1
  819. package/lib/main/node/plugin-localization-server.d.ts +0 -10
  820. package/lib/main/node/plugin-localization-server.d.ts.map +0 -1
  821. package/lib/main/node/plugin-localization-server.js +0 -51
  822. package/lib/main/node/plugin-localization-server.js.map +0 -1
  823. package/lib/main/node/plugin-mgmt-cli-contribution.d.ts +0 -13
  824. package/lib/main/node/plugin-mgmt-cli-contribution.d.ts.map +0 -1
  825. package/lib/main/node/plugin-mgmt-cli-contribution.js +0 -63
  826. package/lib/main/node/plugin-mgmt-cli-contribution.js.map +0 -1
  827. package/lib/main/node/plugin-remote-cli-contribution.d.ts +0 -8
  828. package/lib/main/node/plugin-remote-cli-contribution.d.ts.map +0 -1
  829. package/lib/main/node/plugin-remote-cli-contribution.js +0 -40
  830. package/lib/main/node/plugin-remote-cli-contribution.js.map +0 -1
  831. package/lib/main/node/plugin-remote-copy-contribution.d.ts +0 -7
  832. package/lib/main/node/plugin-remote-copy-contribution.d.ts.map +0 -1
  833. package/lib/main/node/plugin-remote-copy-contribution.js +0 -44
  834. package/lib/main/node/plugin-remote-copy-contribution.js.map +0 -1
  835. package/lib/main/node/plugin-server-impl.d.ts +0 -24
  836. package/lib/main/node/plugin-server-impl.d.ts.map +0 -1
  837. package/lib/main/node/plugin-server-impl.js +0 -88
  838. package/lib/main/node/plugin-server-impl.js.map +0 -1
  839. package/lib/main/node/plugin-service.d.ts +0 -24
  840. package/lib/main/node/plugin-service.d.ts.map +0 -1
  841. package/lib/main/node/plugin-service.js +0 -102
  842. package/lib/main/node/plugin-service.js.map +0 -1
  843. package/lib/main/node/plugin-theia-deployer-participant.d.ts +0 -7
  844. package/lib/main/node/plugin-theia-deployer-participant.d.ts.map +0 -1
  845. package/lib/main/node/plugin-theia-deployer-participant.js +0 -36
  846. package/lib/main/node/plugin-theia-deployer-participant.js.map +0 -1
  847. package/lib/main/node/plugin-uninstallation-manager.d.ts +0 -27
  848. package/lib/main/node/plugin-uninstallation-manager.d.ts.map +0 -1
  849. package/lib/main/node/plugin-uninstallation-manager.js +0 -133
  850. package/lib/main/node/plugin-uninstallation-manager.js.map +0 -1
  851. package/lib/main/node/plugins-key-value-storage.d.ts +0 -29
  852. package/lib/main/node/plugins-key-value-storage.d.ts.map +0 -1
  853. package/lib/main/node/plugins-key-value-storage.js +0 -160
  854. package/lib/main/node/plugins-key-value-storage.js.map +0 -1
  855. package/lib/main/node/plugins-key-value-storage.spec.d.ts +0 -17
  856. package/lib/main/node/plugins-key-value-storage.spec.d.ts.map +0 -1
  857. package/lib/main/node/plugins-key-value-storage.spec.js +0 -101
  858. package/lib/main/node/plugins-key-value-storage.spec.js.map +0 -1
  859. package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts +0 -8
  860. package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts.map +0 -1
  861. package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js +0 -39
  862. package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js.map +0 -1
  863. package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts +0 -9
  864. package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts.map +0 -1
  865. package/lib/main/node/resolvers/local-plugin-deployer-resolver.js +0 -55
  866. package/lib/main/node/resolvers/local-plugin-deployer-resolver.js.map +0 -1
  867. package/lib/main/node/temp-dir-util.d.ts +0 -3
  868. package/lib/main/node/temp-dir-util.d.ts.map +0 -1
  869. package/lib/main/node/temp-dir-util.js +0 -40
  870. package/lib/main/node/temp-dir-util.js.map +0 -1
  871. package/lib/main/node/webview-backend-security-warnings.d.ts +0 -6
  872. package/lib/main/node/webview-backend-security-warnings.d.ts.map +0 -1
  873. package/lib/main/node/webview-backend-security-warnings.js +0 -47
  874. package/lib/main/node/webview-backend-security-warnings.js.map +0 -1
  875. package/lib/plugin/authentication-ext.d.ts +0 -32
  876. package/lib/plugin/authentication-ext.d.ts.map +0 -1
  877. package/lib/plugin/authentication-ext.js +0 -107
  878. package/lib/plugin/authentication-ext.js.map +0 -1
  879. package/lib/plugin/clipboard-ext.d.ts +0 -11
  880. package/lib/plugin/clipboard-ext.d.ts.map +0 -1
  881. package/lib/plugin/clipboard-ext.js +0 -48
  882. package/lib/plugin/clipboard-ext.js.map +0 -1
  883. package/lib/plugin/command-registry.d.ts +0 -42
  884. package/lib/plugin/command-registry.d.ts.map +0 -1
  885. package/lib/plugin/command-registry.js +0 -183
  886. package/lib/plugin/command-registry.js.map +0 -1
  887. package/lib/plugin/comments.d.ts +0 -96
  888. package/lib/plugin/comments.d.ts.map +0 -1
  889. package/lib/plugin/comments.js +0 -406
  890. package/lib/plugin/comments.js.map +0 -1
  891. package/lib/plugin/custom-editors.d.ts +0 -46
  892. package/lib/plugin/custom-editors.d.ts.map +0 -1
  893. package/lib/plugin/custom-editors.js +0 -254
  894. package/lib/plugin/custom-editors.js.map +0 -1
  895. package/lib/plugin/debug/debug-ext.d.ts +0 -97
  896. package/lib/plugin/debug/debug-ext.d.ts.map +0 -1
  897. package/lib/plugin/debug/debug-ext.js +0 -459
  898. package/lib/plugin/debug/debug-ext.js.map +0 -1
  899. package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts +0 -11
  900. package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts.map +0 -1
  901. package/lib/plugin/debug/plugin-debug-adapter-creator.js +0 -42
  902. package/lib/plugin/debug/plugin-debug-adapter-creator.js.map +0 -1
  903. package/lib/plugin/debug/plugin-debug-adapter-session.d.ts +0 -27
  904. package/lib/plugin/debug/plugin-debug-adapter-session.d.ts.map +0 -1
  905. package/lib/plugin/debug/plugin-debug-adapter-session.js +0 -97
  906. package/lib/plugin/debug/plugin-debug-adapter-session.js.map +0 -1
  907. package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts +0 -13
  908. package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts.map +0 -1
  909. package/lib/plugin/debug/plugin-debug-adapter-tracker.js +0 -78
  910. package/lib/plugin/debug/plugin-debug-adapter-tracker.js.map +0 -1
  911. package/lib/plugin/decorations.d.ts +0 -16
  912. package/lib/plugin/decorations.d.ts.map +0 -1
  913. package/lib/plugin/decorations.js +0 -115
  914. package/lib/plugin/decorations.js.map +0 -1
  915. package/lib/plugin/dialogs.d.ts +0 -11
  916. package/lib/plugin/dialogs.d.ts.map +0 -1
  917. package/lib/plugin/dialogs.js +0 -92
  918. package/lib/plugin/dialogs.js.map +0 -1
  919. package/lib/plugin/document-data.d.ts +0 -41
  920. package/lib/plugin/document-data.d.ts.map +0 -1
  921. package/lib/plugin/document-data.js +0 -316
  922. package/lib/plugin/document-data.js.map +0 -1
  923. package/lib/plugin/documents.d.ts +0 -63
  924. package/lib/plugin/documents.d.ts.map +0 -1
  925. package/lib/plugin/documents.js +0 -272
  926. package/lib/plugin/documents.js.map +0 -1
  927. package/lib/plugin/editors-and-documents.d.ts +0 -27
  928. package/lib/plugin/editors-and-documents.d.ts.map +0 -1
  929. package/lib/plugin/editors-and-documents.js +0 -150
  930. package/lib/plugin/editors-and-documents.js.map +0 -1
  931. package/lib/plugin/env.d.ts +0 -41
  932. package/lib/plugin/env.d.ts.map +0 -1
  933. package/lib/plugin/env.js +0 -114
  934. package/lib/plugin/env.js.map +0 -1
  935. package/lib/plugin/file-system-event-service-ext-impl.d.ts +0 -56
  936. package/lib/plugin/file-system-event-service-ext-impl.d.ts.map +0 -1
  937. package/lib/plugin/file-system-event-service-ext-impl.js +0 -206
  938. package/lib/plugin/file-system-event-service-ext-impl.js.map +0 -1
  939. package/lib/plugin/file-system-ext-impl.d.ts +0 -82
  940. package/lib/plugin/file-system-ext-impl.d.ts.map +0 -1
  941. package/lib/plugin/file-system-ext-impl.js +0 -361
  942. package/lib/plugin/file-system-ext-impl.js.map +0 -1
  943. package/lib/plugin/file-system-watcher.spec.d.ts +0 -2
  944. package/lib/plugin/file-system-watcher.spec.d.ts.map +0 -1
  945. package/lib/plugin/file-system-watcher.spec.js +0 -108
  946. package/lib/plugin/file-system-watcher.spec.js.map +0 -1
  947. package/lib/plugin/known-commands.d.ts +0 -6
  948. package/lib/plugin/known-commands.d.ts.map +0 -1
  949. package/lib/plugin/known-commands.js +0 -402
  950. package/lib/plugin/known-commands.js.map +0 -1
  951. package/lib/plugin/known-commands.spec.d.ts +0 -2
  952. package/lib/plugin/known-commands.spec.d.ts.map +0 -1
  953. package/lib/plugin/known-commands.spec.js +0 -43
  954. package/lib/plugin/known-commands.spec.js.map +0 -1
  955. package/lib/plugin/label-service.d.ts +0 -12
  956. package/lib/plugin/label-service.d.ts.map +0 -1
  957. package/lib/plugin/label-service.js +0 -36
  958. package/lib/plugin/label-service.js.map +0 -1
  959. package/lib/plugin/languages/call-hierarchy.d.ts +0 -21
  960. package/lib/plugin/languages/call-hierarchy.d.ts.map +0 -1
  961. package/lib/plugin/languages/call-hierarchy.js +0 -102
  962. package/lib/plugin/languages/call-hierarchy.js.map +0 -1
  963. package/lib/plugin/languages/code-action.d.ts +0 -25
  964. package/lib/plugin/languages/code-action.d.ts.map +0 -1
  965. package/lib/plugin/languages/code-action.js +0 -138
  966. package/lib/plugin/languages/code-action.js.map +0 -1
  967. package/lib/plugin/languages/color.d.ts +0 -13
  968. package/lib/plugin/languages/color.d.ts.map +0 -1
  969. package/lib/plugin/languages/color.js +0 -59
  970. package/lib/plugin/languages/color.js.map +0 -1
  971. package/lib/plugin/languages/completion.d.ts +0 -21
  972. package/lib/plugin/languages/completion.d.ts.map +0 -1
  973. package/lib/plugin/languages/completion.js +0 -165
  974. package/lib/plugin/languages/completion.js.map +0 -1
  975. package/lib/plugin/languages/declaration.d.ts +0 -12
  976. package/lib/plugin/languages/declaration.d.ts.map +0 -1
  977. package/lib/plugin/languages/declaration.js +0 -59
  978. package/lib/plugin/languages/declaration.js.map +0 -1
  979. package/lib/plugin/languages/definition.d.ts +0 -12
  980. package/lib/plugin/languages/definition.d.ts.map +0 -1
  981. package/lib/plugin/languages/definition.js +0 -59
  982. package/lib/plugin/languages/definition.js.map +0 -1
  983. package/lib/plugin/languages/diagnostics.d.ts +0 -51
  984. package/lib/plugin/languages/diagnostics.d.ts.map +0 -1
  985. package/lib/plugin/languages/diagnostics.js +0 -288
  986. package/lib/plugin/languages/diagnostics.js.map +0 -1
  987. package/lib/plugin/languages/document-drop-edit.d.ts +0 -16
  988. package/lib/plugin/languages/document-drop-edit.d.ts.map +0 -1
  989. package/lib/plugin/languages/document-drop-edit.js +0 -23
  990. package/lib/plugin/languages/document-drop-edit.js.map +0 -1
  991. package/lib/plugin/languages/document-formatting.d.ts +0 -11
  992. package/lib/plugin/languages/document-formatting.d.ts.map +0 -1
  993. package/lib/plugin/languages/document-formatting.js +0 -41
  994. package/lib/plugin/languages/document-formatting.js.map +0 -1
  995. package/lib/plugin/languages/document-highlight.d.ts +0 -13
  996. package/lib/plugin/languages/document-highlight.d.ts.map +0 -1
  997. package/lib/plugin/languages/document-highlight.js +0 -51
  998. package/lib/plugin/languages/document-highlight.js.map +0 -1
  999. package/lib/plugin/languages/evaluatable-expression.d.ts +0 -12
  1000. package/lib/plugin/languages/evaluatable-expression.d.ts.map +0 -1
  1001. package/lib/plugin/languages/evaluatable-expression.js +0 -41
  1002. package/lib/plugin/languages/evaluatable-expression.js.map +0 -1
  1003. package/lib/plugin/languages/folding.d.ts +0 -11
  1004. package/lib/plugin/languages/folding.d.ts.map +0 -1
  1005. package/lib/plugin/languages/folding.js +0 -40
  1006. package/lib/plugin/languages/folding.js.map +0 -1
  1007. package/lib/plugin/languages/hover.d.ts +0 -12
  1008. package/lib/plugin/languages/hover.d.ts.map +0 -1
  1009. package/lib/plugin/languages/hover.js +0 -49
  1010. package/lib/plugin/languages/hover.js.map +0 -1
  1011. package/lib/plugin/languages/implementation.d.ts +0 -12
  1012. package/lib/plugin/languages/implementation.d.ts.map +0 -1
  1013. package/lib/plugin/languages/implementation.js +0 -59
  1014. package/lib/plugin/languages/implementation.js.map +0 -1
  1015. package/lib/plugin/languages/inlay-hints.d.ts +0 -20
  1016. package/lib/plugin/languages/inlay-hints.d.ts.map +0 -1
  1017. package/lib/plugin/languages/inlay-hints.js +0 -128
  1018. package/lib/plugin/languages/inlay-hints.js.map +0 -1
  1019. package/lib/plugin/languages/inline-completion.d.ts +0 -21
  1020. package/lib/plugin/languages/inline-completion.d.ts.map +0 -1
  1021. package/lib/plugin/languages/inline-completion.js +0 -94
  1022. package/lib/plugin/languages/inline-completion.js.map +0 -1
  1023. package/lib/plugin/languages/inline-values.d.ts +0 -11
  1024. package/lib/plugin/languages/inline-values.d.ts.map +0 -1
  1025. package/lib/plugin/languages/inline-values.js +0 -45
  1026. package/lib/plugin/languages/inline-values.js.map +0 -1
  1027. package/lib/plugin/languages/lens.d.ts +0 -20
  1028. package/lib/plugin/languages/lens.d.ts.map +0 -1
  1029. package/lib/plugin/languages/lens.js +0 -90
  1030. package/lib/plugin/languages/lens.js.map +0 -1
  1031. package/lib/plugin/languages/link-provider.d.ts +0 -15
  1032. package/lib/plugin/languages/link-provider.d.ts.map +0 -1
  1033. package/lib/plugin/languages/link-provider.js +0 -74
  1034. package/lib/plugin/languages/link-provider.js.map +0 -1
  1035. package/lib/plugin/languages/linked-editing-range.d.ts +0 -12
  1036. package/lib/plugin/languages/linked-editing-range.d.ts.map +0 -1
  1037. package/lib/plugin/languages/linked-editing-range.js +0 -41
  1038. package/lib/plugin/languages/linked-editing-range.js.map +0 -1
  1039. package/lib/plugin/languages/on-type-formatting.d.ts +0 -12
  1040. package/lib/plugin/languages/on-type-formatting.d.ts.map +0 -1
  1041. package/lib/plugin/languages/on-type-formatting.js +0 -42
  1042. package/lib/plugin/languages/on-type-formatting.js.map +0 -1
  1043. package/lib/plugin/languages/outline.d.ts +0 -21
  1044. package/lib/plugin/languages/outline.d.ts.map +0 -1
  1045. package/lib/plugin/languages/outline.js +0 -116
  1046. package/lib/plugin/languages/outline.js.map +0 -1
  1047. package/lib/plugin/languages/range-formatting.d.ts +0 -11
  1048. package/lib/plugin/languages/range-formatting.d.ts.map +0 -1
  1049. package/lib/plugin/languages/range-formatting.js +0 -42
  1050. package/lib/plugin/languages/range-formatting.js.map +0 -1
  1051. package/lib/plugin/languages/reference.d.ts +0 -12
  1052. package/lib/plugin/languages/reference.d.ts.map +0 -1
  1053. package/lib/plugin/languages/reference.js +0 -48
  1054. package/lib/plugin/languages/reference.js.map +0 -1
  1055. package/lib/plugin/languages/rename.d.ts +0 -15
  1056. package/lib/plugin/languages/rename.d.ts.map +0 -1
  1057. package/lib/plugin/languages/rename.js +0 -115
  1058. package/lib/plugin/languages/rename.js.map +0 -1
  1059. package/lib/plugin/languages/selection-range.d.ts +0 -12
  1060. package/lib/plugin/languages/selection-range.d.ts.map +0 -1
  1061. package/lib/plugin/languages/selection-range.js +0 -66
  1062. package/lib/plugin/languages/selection-range.js.map +0 -1
  1063. package/lib/plugin/languages/semantic-highlighting.d.ts +0 -29
  1064. package/lib/plugin/languages/semantic-highlighting.d.ts.map +0 -1
  1065. package/lib/plugin/languages/semantic-highlighting.js +0 -176
  1066. package/lib/plugin/languages/semantic-highlighting.js.map +0 -1
  1067. package/lib/plugin/languages/signature.d.ts +0 -16
  1068. package/lib/plugin/languages/signature.d.ts.map +0 -1
  1069. package/lib/plugin/languages/signature.js +0 -72
  1070. package/lib/plugin/languages/signature.js.map +0 -1
  1071. package/lib/plugin/languages/type-definition.d.ts +0 -12
  1072. package/lib/plugin/languages/type-definition.d.ts.map +0 -1
  1073. package/lib/plugin/languages/type-definition.js +0 -59
  1074. package/lib/plugin/languages/type-definition.js.map +0 -1
  1075. package/lib/plugin/languages/type-hierarchy.d.ts +0 -19
  1076. package/lib/plugin/languages/type-hierarchy.d.ts.map +0 -1
  1077. package/lib/plugin/languages/type-hierarchy.js +0 -96
  1078. package/lib/plugin/languages/type-hierarchy.js.map +0 -1
  1079. package/lib/plugin/languages/util.d.ts +0 -5
  1080. package/lib/plugin/languages/util.d.ts.map +0 -1
  1081. package/lib/plugin/languages/util.js +0 -28
  1082. package/lib/plugin/languages/util.js.map +0 -1
  1083. package/lib/plugin/languages/workspace-symbol.d.ts +0 -9
  1084. package/lib/plugin/languages/workspace-symbol.d.ts.map +0 -1
  1085. package/lib/plugin/languages/workspace-symbol.js +0 -62
  1086. package/lib/plugin/languages/workspace-symbol.js.map +0 -1
  1087. package/lib/plugin/languages-utils.d.ts +0 -7
  1088. package/lib/plugin/languages-utils.d.ts.map +0 -1
  1089. package/lib/plugin/languages-utils.js +0 -66
  1090. package/lib/plugin/languages-utils.js.map +0 -1
  1091. package/lib/plugin/languages.d.ts +0 -128
  1092. package/lib/plugin/languages.d.ts.map +0 -1
  1093. package/lib/plugin/languages.js +0 -713
  1094. package/lib/plugin/languages.js.map +0 -1
  1095. package/lib/plugin/lm-ext.d.ts +0 -28
  1096. package/lib/plugin/lm-ext.d.ts.map +0 -1
  1097. package/lib/plugin/lm-ext.js +0 -131
  1098. package/lib/plugin/lm-ext.js.map +0 -1
  1099. package/lib/plugin/localization-ext.d.ts +0 -19
  1100. package/lib/plugin/localization-ext.d.ts.map +0 -1
  1101. package/lib/plugin/localization-ext.js +0 -94
  1102. package/lib/plugin/localization-ext.js.map +0 -1
  1103. package/lib/plugin/logger.d.ts +0 -16
  1104. package/lib/plugin/logger.d.ts.map +0 -1
  1105. package/lib/plugin/logger.js +0 -56
  1106. package/lib/plugin/logger.js.map +0 -1
  1107. package/lib/plugin/markdown-string.d.ts +0 -25
  1108. package/lib/plugin/markdown-string.d.ts.map +0 -1
  1109. package/lib/plugin/markdown-string.js +0 -106
  1110. package/lib/plugin/markdown-string.js.map +0 -1
  1111. package/lib/plugin/message-registry.d.ts +0 -10
  1112. package/lib/plugin/message-registry.d.ts.map +0 -1
  1113. package/lib/plugin/message-registry.js +0 -77
  1114. package/lib/plugin/message-registry.js.map +0 -1
  1115. package/lib/plugin/node/debug/debug.spec.d.ts +0 -2
  1116. package/lib/plugin/node/debug/debug.spec.d.ts.map +0 -1
  1117. package/lib/plugin/node/debug/debug.spec.js +0 -88
  1118. package/lib/plugin/node/debug/debug.spec.js.map +0 -1
  1119. package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts +0 -18
  1120. package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts.map +0 -1
  1121. package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.js +0 -155
  1122. package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.js.map +0 -1
  1123. package/lib/plugin/node/env-node-ext.d.ts +0 -17
  1124. package/lib/plugin/node/env-node-ext.d.ts.map +0 -1
  1125. package/lib/plugin/node/env-node-ext.js +0 -64
  1126. package/lib/plugin/node/env-node-ext.js.map +0 -1
  1127. package/lib/plugin/node/plugin-container-module.d.ts +0 -75
  1128. package/lib/plugin/node/plugin-container-module.d.ts.map +0 -1
  1129. package/lib/plugin/node/plugin-container-module.js +0 -115
  1130. package/lib/plugin/node/plugin-container-module.js.map +0 -1
  1131. package/lib/plugin/notebook/notebook-document.d.ts +0 -60
  1132. package/lib/plugin/notebook/notebook-document.d.ts.map +0 -1
  1133. package/lib/plugin/notebook/notebook-document.js +0 -383
  1134. package/lib/plugin/notebook/notebook-document.js.map +0 -1
  1135. package/lib/plugin/notebook/notebook-documents.d.ts +0 -17
  1136. package/lib/plugin/notebook/notebook-documents.d.ts.map +0 -1
  1137. package/lib/plugin/notebook/notebook-documents.js +0 -48
  1138. package/lib/plugin/notebook/notebook-documents.js.map +0 -1
  1139. package/lib/plugin/notebook/notebook-editor.d.ts +0 -21
  1140. package/lib/plugin/notebook/notebook-editor.d.ts.map +0 -1
  1141. package/lib/plugin/notebook/notebook-editor.js +0 -99
  1142. package/lib/plugin/notebook/notebook-editor.js.map +0 -1
  1143. package/lib/plugin/notebook/notebook-editors.d.ts +0 -14
  1144. package/lib/plugin/notebook/notebook-editors.d.ts.map +0 -1
  1145. package/lib/plugin/notebook/notebook-editors.js +0 -65
  1146. package/lib/plugin/notebook/notebook-editors.js.map +0 -1
  1147. package/lib/plugin/notebook/notebook-kernels.d.ts +0 -40
  1148. package/lib/plugin/notebook/notebook-kernels.d.ts.map +0 -1
  1149. package/lib/plugin/notebook/notebook-kernels.js +0 -536
  1150. package/lib/plugin/notebook/notebook-kernels.js.map +0 -1
  1151. package/lib/plugin/notebook/notebook-renderers.d.ts +0 -14
  1152. package/lib/plugin/notebook/notebook-renderers.d.ts.map +0 -1
  1153. package/lib/plugin/notebook/notebook-renderers.js +0 -63
  1154. package/lib/plugin/notebook/notebook-renderers.js.map +0 -1
  1155. package/lib/plugin/notebook/notebooks.d.ts +0 -62
  1156. package/lib/plugin/notebook/notebooks.d.ts.map +0 -1
  1157. package/lib/plugin/notebook/notebooks.js +0 -381
  1158. package/lib/plugin/notebook/notebooks.js.map +0 -1
  1159. package/lib/plugin/notification.d.ts +0 -18
  1160. package/lib/plugin/notification.d.ts.map +0 -1
  1161. package/lib/plugin/notification.js +0 -68
  1162. package/lib/plugin/notification.js.map +0 -1
  1163. package/lib/plugin/output-channel/log-output-channel.d.ts +0 -24
  1164. package/lib/plugin/output-channel/log-output-channel.d.ts.map +0 -1
  1165. package/lib/plugin/output-channel/log-output-channel.js +0 -101
  1166. package/lib/plugin/output-channel/log-output-channel.js.map +0 -1
  1167. package/lib/plugin/output-channel/output-channel-item.d.ts +0 -18
  1168. package/lib/plugin/output-channel/output-channel-item.d.ts.map +0 -1
  1169. package/lib/plugin/output-channel/output-channel-item.js +0 -60
  1170. package/lib/plugin/output-channel/output-channel-item.js.map +0 -1
  1171. package/lib/plugin/output-channel-registry.d.ts +0 -14
  1172. package/lib/plugin/output-channel-registry.d.ts.map +0 -1
  1173. package/lib/plugin/output-channel-registry.js +0 -45
  1174. package/lib/plugin/output-channel-registry.js.map +0 -1
  1175. package/lib/plugin/path.d.ts +0 -3
  1176. package/lib/plugin/path.d.ts.map +0 -1
  1177. package/lib/plugin/path.js +0 -60
  1178. package/lib/plugin/path.js.map +0 -1
  1179. package/lib/plugin/path.spec.d.ts +0 -2
  1180. package/lib/plugin/path.spec.d.ts.map +0 -1
  1181. package/lib/plugin/path.spec.js +0 -35
  1182. package/lib/plugin/path.spec.js.map +0 -1
  1183. package/lib/plugin/plugin-context.d.ts +0 -60
  1184. package/lib/plugin/plugin-context.d.ts.map +0 -1
  1185. package/lib/plugin/plugin-context.js +0 -1349
  1186. package/lib/plugin/plugin-context.js.map +0 -1
  1187. package/lib/plugin/plugin-icon-path.d.ts +0 -13
  1188. package/lib/plugin/plugin-icon-path.d.ts.map +0 -1
  1189. package/lib/plugin/plugin-icon-path.js +0 -54
  1190. package/lib/plugin/plugin-icon-path.js.map +0 -1
  1191. package/lib/plugin/plugin-manager.d.ts +0 -96
  1192. package/lib/plugin/plugin-manager.d.ts.map +0 -1
  1193. package/lib/plugin/plugin-manager.js +0 -434
  1194. package/lib/plugin/plugin-manager.js.map +0 -1
  1195. package/lib/plugin/plugin-storage.d.ts +0 -45
  1196. package/lib/plugin/plugin-storage.d.ts.map +0 -1
  1197. package/lib/plugin/plugin-storage.js +0 -109
  1198. package/lib/plugin/plugin-storage.js.map +0 -1
  1199. package/lib/plugin/preference-registry.d.ts +0 -41
  1200. package/lib/plugin/preference-registry.d.ts.map +0 -1
  1201. package/lib/plugin/preference-registry.js +0 -337
  1202. package/lib/plugin/preference-registry.js.map +0 -1
  1203. package/lib/plugin/preference-registry.spec.d.ts +0 -2
  1204. package/lib/plugin/preference-registry.spec.d.ts.map +0 -1
  1205. package/lib/plugin/preference-registry.spec.js +0 -247
  1206. package/lib/plugin/preference-registry.spec.js.map +0 -1
  1207. package/lib/plugin/prefix-sum-computer.d.ts +0 -31
  1208. package/lib/plugin/prefix-sum-computer.d.ts.map +0 -1
  1209. package/lib/plugin/prefix-sum-computer.js +0 -173
  1210. package/lib/plugin/prefix-sum-computer.js.map +0 -1
  1211. package/lib/plugin/quick-open.d.ts +0 -182
  1212. package/lib/plugin/quick-open.d.ts.map +0 -1
  1213. package/lib/plugin/quick-open.js +0 -605
  1214. package/lib/plugin/quick-open.js.map +0 -1
  1215. package/lib/plugin/scm.d.ts +0 -55
  1216. package/lib/plugin/scm.d.ts.map +0 -1
  1217. package/lib/plugin/scm.js +0 -740
  1218. package/lib/plugin/scm.js.map +0 -1
  1219. package/lib/plugin/secrets-ext.d.ts +0 -43
  1220. package/lib/plugin/secrets-ext.d.ts.map +0 -1
  1221. package/lib/plugin/secrets-ext.js +0 -84
  1222. package/lib/plugin/secrets-ext.js.map +0 -1
  1223. package/lib/plugin/status-bar/status-bar-item.d.ts +0 -52
  1224. package/lib/plugin/status-bar/status-bar-item.d.ts.map +0 -1
  1225. package/lib/plugin/status-bar/status-bar-item.js +0 -190
  1226. package/lib/plugin/status-bar/status-bar-item.js.map +0 -1
  1227. package/lib/plugin/status-bar-message-registry.d.ts +0 -26
  1228. package/lib/plugin/status-bar-message-registry.d.ts.map +0 -1
  1229. package/lib/plugin/status-bar-message-registry.js +0 -100
  1230. package/lib/plugin/status-bar-message-registry.js.map +0 -1
  1231. package/lib/plugin/tabs.d.ts +0 -23
  1232. package/lib/plugin/tabs.d.ts.map +0 -1
  1233. package/lib/plugin/tabs.js +0 -363
  1234. package/lib/plugin/tabs.js.map +0 -1
  1235. package/lib/plugin/tasks/task-provider.d.ts +0 -9
  1236. package/lib/plugin/tasks/task-provider.d.ts.map +0 -1
  1237. package/lib/plugin/tasks/task-provider.js +0 -54
  1238. package/lib/plugin/tasks/task-provider.js.map +0 -1
  1239. package/lib/plugin/tasks/tasks.d.ts +0 -47
  1240. package/lib/plugin/tasks/tasks.d.ts.map +0 -1
  1241. package/lib/plugin/tasks/tasks.js +0 -216
  1242. package/lib/plugin/tasks/tasks.js.map +0 -1
  1243. package/lib/plugin/telemetry-ext.d.ts +0 -44
  1244. package/lib/plugin/telemetry-ext.d.ts.map +0 -1
  1245. package/lib/plugin/telemetry-ext.js +0 -252
  1246. package/lib/plugin/telemetry-ext.js.map +0 -1
  1247. package/lib/plugin/terminal-ext.d.ts +0 -115
  1248. package/lib/plugin/terminal-ext.d.ts.map +0 -1
  1249. package/lib/plugin/terminal-ext.js +0 -502
  1250. package/lib/plugin/terminal-ext.js.map +0 -1
  1251. package/lib/plugin/test-item.d.ts +0 -47
  1252. package/lib/plugin/test-item.d.ts.map +0 -1
  1253. package/lib/plugin/test-item.js +0 -188
  1254. package/lib/plugin/test-item.js.map +0 -1
  1255. package/lib/plugin/tests.d.ts +0 -141
  1256. package/lib/plugin/tests.d.ts.map +0 -1
  1257. package/lib/plugin/tests.js +0 -469
  1258. package/lib/plugin/tests.js.map +0 -1
  1259. package/lib/plugin/text-editor.d.ts +0 -109
  1260. package/lib/plugin/text-editor.d.ts.map +0 -1
  1261. package/lib/plugin/text-editor.js +0 -474
  1262. package/lib/plugin/text-editor.js.map +0 -1
  1263. package/lib/plugin/text-editors.d.ts +0 -44
  1264. package/lib/plugin/text-editors.d.ts.map +0 -1
  1265. package/lib/plugin/text-editors.js +0 -203
  1266. package/lib/plugin/text-editors.js.map +0 -1
  1267. package/lib/plugin/theming.d.ts +0 -16
  1268. package/lib/plugin/theming.d.ts.map +0 -1
  1269. package/lib/plugin/theming.js +0 -62
  1270. package/lib/plugin/theming.js.map +0 -1
  1271. package/lib/plugin/timeline.d.ts +0 -21
  1272. package/lib/plugin/timeline.d.ts.map +0 -1
  1273. package/lib/plugin/timeline.js +0 -158
  1274. package/lib/plugin/timeline.js.map +0 -1
  1275. package/lib/plugin/tree/tree-views.d.ts +0 -108
  1276. package/lib/plugin/tree/tree-views.d.ts.map +0 -1
  1277. package/lib/plugin/tree/tree-views.js +0 -610
  1278. package/lib/plugin/tree/tree-views.js.map +0 -1
  1279. package/lib/plugin/type-converters.d.ts +0 -216
  1280. package/lib/plugin/type-converters.d.ts.map +0 -1
  1281. package/lib/plugin/type-converters.js +0 -1737
  1282. package/lib/plugin/type-converters.js.map +0 -1
  1283. package/lib/plugin/type-converters.spec.d.ts +0 -2
  1284. package/lib/plugin/type-converters.spec.d.ts.map +0 -1
  1285. package/lib/plugin/type-converters.spec.js +0 -396
  1286. package/lib/plugin/type-converters.spec.js.map +0 -1
  1287. package/lib/plugin/types-impl.d.ts +0 -2110
  1288. package/lib/plugin/types-impl.d.ts.map +0 -1
  1289. package/lib/plugin/types-impl.js +0 -3608
  1290. package/lib/plugin/types-impl.js.map +0 -1
  1291. package/lib/plugin/types-impl.spec.d.ts +0 -2
  1292. package/lib/plugin/types-impl.spec.d.ts.map +0 -1
  1293. package/lib/plugin/types-impl.spec.js +0 -79
  1294. package/lib/plugin/types-impl.spec.js.map +0 -1
  1295. package/lib/plugin/uri-ext.d.ts +0 -13
  1296. package/lib/plugin/uri-ext.d.ts.map +0 -1
  1297. package/lib/plugin/uri-ext.js +0 -49
  1298. package/lib/plugin/uri-ext.js.map +0 -1
  1299. package/lib/plugin/webview-views.d.ts +0 -56
  1300. package/lib/plugin/webview-views.d.ts.map +0 -1
  1301. package/lib/plugin/webview-views.js +0 -157
  1302. package/lib/plugin/webview-views.js.map +0 -1
  1303. package/lib/plugin/webviews.d.ts +0 -113
  1304. package/lib/plugin/webviews.d.ts.map +0 -1
  1305. package/lib/plugin/webviews.js +0 -393
  1306. package/lib/plugin/webviews.js.map +0 -1
  1307. package/lib/plugin/window-state.d.ts +0 -19
  1308. package/lib/plugin/window-state.d.ts.map +0 -1
  1309. package/lib/plugin/window-state.js +0 -67
  1310. package/lib/plugin/window-state.js.map +0 -1
  1311. package/lib/plugin/word-helper.d.ts +0 -22
  1312. package/lib/plugin/word-helper.d.ts.map +0 -1
  1313. package/lib/plugin/word-helper.js +0 -126
  1314. package/lib/plugin/word-helper.js.map +0 -1
  1315. package/lib/plugin/workspace.d.ts +0 -75
  1316. package/lib/plugin/workspace.d.ts.map +0 -1
  1317. package/lib/plugin/workspace.js +0 -476
  1318. package/lib/plugin/workspace.js.map +0 -1
  1319. package/lib/plugin-ext-backend-electron-module.d.ts +0 -4
  1320. package/lib/plugin-ext-backend-electron-module.d.ts.map +0 -1
  1321. package/lib/plugin-ext-backend-electron-module.js +0 -25
  1322. package/lib/plugin-ext-backend-electron-module.js.map +0 -1
  1323. package/lib/plugin-ext-backend-module.d.ts +0 -4
  1324. package/lib/plugin-ext-backend-module.d.ts.map +0 -1
  1325. package/lib/plugin-ext-backend-module.js +0 -25
  1326. package/lib/plugin-ext-backend-module.js.map +0 -1
  1327. package/lib/plugin-ext-frontend-electron-module.d.ts +0 -3
  1328. package/lib/plugin-ext-frontend-electron-module.d.ts.map +0 -1
  1329. package/lib/plugin-ext-frontend-electron-module.js +0 -20
  1330. package/lib/plugin-ext-frontend-electron-module.js.map +0 -1
  1331. package/lib/plugin-ext-frontend-module.d.ts +0 -3
  1332. package/lib/plugin-ext-frontend-module.d.ts.map +0 -1
  1333. package/lib/plugin-ext-frontend-module.js +0 -20
  1334. package/lib/plugin-ext-frontend-module.js.map +0 -1
@@ -1,2110 +0,0 @@
1
- import type * as theia from '@theia/plugin';
2
- import { URI as CodeURI, UriComponents } from '@theia/core/shared/vscode-uri';
3
- import { SymbolKind } from '../common/plugin-api-rpc-model';
4
- import { FileSystemProviderErrorCode } from '@theia/filesystem/lib/common/files';
5
- import { CellMetadataEdit, NotebookDocumentMetadataEdit } from '@theia/notebook/lib/common';
6
- /**
7
- * This is an implementation of #theia.Uri based on vscode-uri.
8
- * This is supposed to fix https://github.com/eclipse-theia/theia/issues/8752
9
- * We cannot simply upgrade the dependency, because the current version 3.x
10
- * is not compatible with our current codebase
11
- */
12
- export declare class URI extends CodeURI implements theia.Uri {
13
- protected constructor(scheme: string, authority?: string, path?: string, query?: string, fragment?: string, _strict?: boolean);
14
- protected constructor(components: UriComponents);
15
- /**
16
- * Override to create the correct class.
17
- */
18
- with(change: {
19
- scheme?: string;
20
- authority?: string | null;
21
- path?: string | null;
22
- query?: string | null;
23
- fragment?: string | null;
24
- }): URI;
25
- static joinPath(uri: URI, ...pathSegments: string[]): URI;
26
- /**
27
- * Override to create the correct class.
28
- * @param data
29
- */
30
- static revive(data: UriComponents | CodeURI): URI;
31
- static revive(data: UriComponents | CodeURI | null): URI | null;
32
- static revive(data: UriComponents | CodeURI | undefined): URI | undefined;
33
- static parse(value: string, _strict?: boolean): URI;
34
- static file(path: string): URI;
35
- /**
36
- * There is quite some magic in to vscode URI class related to
37
- * transferring via JSON.stringify(). Making the CodeURI instance
38
- * makes sure we transfer this object as a vscode-uri URI.
39
- */
40
- toJSON(): UriComponents;
41
- }
42
- export declare class Disposable {
43
- private disposable;
44
- static from(...disposables: {
45
- dispose(): any;
46
- }[]): Disposable;
47
- constructor(func: () => void);
48
- /**
49
- * Dispose this object.
50
- */
51
- dispose(): void;
52
- static create(func: () => void): Disposable;
53
- static NULL: Disposable;
54
- }
55
- export interface AccessibilityInformation {
56
- label: string;
57
- role?: string;
58
- }
59
- export declare enum StatusBarAlignment {
60
- Left = 1,
61
- Right = 2
62
- }
63
- export declare enum TextEditorLineNumbersStyle {
64
- Off = 0,
65
- On = 1,
66
- Relative = 2,
67
- Interval = 3
68
- }
69
- /**
70
- * Denotes a column in the editor window.
71
- * Columns are used to show editors side by side.
72
- */
73
- export declare enum ViewColumn {
74
- Active = -1,
75
- Beside = -2,
76
- One = 1,
77
- Two = 2,
78
- Three = 3,
79
- Four = 4,
80
- Five = 5,
81
- Six = 6,
82
- Seven = 7,
83
- Eight = 8,
84
- Nine = 9
85
- }
86
- /**
87
- * Represents a color theme kind.
88
- */
89
- export declare enum ColorThemeKind {
90
- Light = 1,
91
- Dark = 2,
92
- HighContrast = 3,
93
- HighContrastLight = 4
94
- }
95
- export declare enum ExtensionMode {
96
- /**
97
- * The extension is installed normally (for example, from the marketplace
98
- * or VSIX) in the editor.
99
- */
100
- Production = 1,
101
- /**
102
- * The extension is running from an `--extensionDevelopmentPath` provided
103
- * when launching the editor.
104
- */
105
- Development = 2,
106
- /**
107
- * The extension is running from an `--extensionTestsPath` and
108
- * the extension host is running unit tests.
109
- */
110
- Test = 3
111
- }
112
- export declare enum ExtensionKind {
113
- UI = 1,
114
- Workspace = 2
115
- }
116
- /**
117
- * Represents the validation type of the Source Control input.
118
- */
119
- export declare enum SourceControlInputBoxValidationType {
120
- /**
121
- * Something not allowed by the rules of a language or other means.
122
- */
123
- Error = 0,
124
- /**
125
- * Something suspicious but allowed.
126
- */
127
- Warning = 1,
128
- /**
129
- * Something to inform about but not a problem.
130
- */
131
- Information = 2
132
- }
133
- export declare enum ExternalUriOpenerPriority {
134
- None = 0,
135
- Option = 1,
136
- Default = 2,
137
- Preferred = 3
138
- }
139
- export declare class ColorTheme implements theia.ColorTheme {
140
- readonly kind: ColorThemeKind;
141
- constructor(kind: ColorThemeKind);
142
- }
143
- /**
144
- * Represents sources that can cause `window.onDidChangeEditorSelection`
145
- */
146
- export declare enum TextEditorSelectionChangeKind {
147
- Keyboard = 1,
148
- Mouse = 2,
149
- Command = 3
150
- }
151
- export declare namespace TextEditorSelectionChangeKind {
152
- function fromValue(s: string | undefined): TextEditorSelectionChangeKind | undefined;
153
- }
154
- export declare enum TextDocumentChangeReason {
155
- Undo = 1,
156
- Redo = 2
157
- }
158
- export declare class Position {
159
- private _line;
160
- private _character;
161
- constructor(line: number, char: number);
162
- get line(): number;
163
- get character(): number;
164
- isBefore(other: Position): boolean;
165
- isBeforeOrEqual(other: Position): boolean;
166
- isAfter(other: Position): boolean;
167
- isAfterOrEqual(other: Position): boolean;
168
- isEqual(other: Position): boolean;
169
- compareTo(other: Position): number;
170
- translate(change: {
171
- lineDelta?: number;
172
- characterDelta?: number;
173
- }): Position;
174
- translate(lineDelta?: number, characterDelta?: number): Position;
175
- with(change: {
176
- line?: number;
177
- character?: number;
178
- }): Position;
179
- with(line?: number, character?: number): Position;
180
- static Min(...positions: Position[]): Position;
181
- static Max(...positions: Position[]): Position;
182
- static isPosition(other: unknown): other is Position;
183
- toJSON(): unknown;
184
- }
185
- export declare class Range {
186
- protected _start: Position;
187
- protected _end: Position;
188
- constructor(start: Position, end: Position);
189
- constructor(startLine: number, startColumn: number, endLine: number, endColumn: number);
190
- get start(): Position;
191
- get end(): Position;
192
- contains(positionOrRange: Position | Range): boolean;
193
- isEqual(other: Range): boolean;
194
- intersection(other: Range): Range | undefined;
195
- union(other: Range): Range;
196
- get isEmpty(): boolean;
197
- get isSingleLine(): boolean;
198
- with(change: {
199
- start?: Position;
200
- end?: Position;
201
- }): Range;
202
- with(start?: Position, end?: Position): Range;
203
- static isRange(arg: unknown): arg is theia.Range;
204
- toJSON(): unknown;
205
- }
206
- export declare class Selection extends Range {
207
- private _anchor;
208
- private _active;
209
- constructor(anchor: Position, active: Position);
210
- constructor(anchorLine: number, anchorColumn: number, activeLine: number, activeColumn: number);
211
- get active(): Position;
212
- get anchor(): Position;
213
- get isReversed(): boolean;
214
- }
215
- export declare namespace TextDocumentShowOptions {
216
- /**
217
- * @param candidate
218
- * @returns `true` if `candidate` is an instance of options that includes a selection.
219
- * This function should be used to determine whether TextDocumentOptions passed into commands by plugins
220
- * need to be translated to TextDocumentShowOptions in the style of the RPC model. Selection is the only field that requires translation.
221
- */
222
- function isTextDocumentShowOptions(candidate: unknown): candidate is theia.TextDocumentShowOptions;
223
- }
224
- export declare enum EndOfLine {
225
- LF = 1,
226
- CRLF = 2
227
- }
228
- export declare enum EnvironmentVariableMutatorType {
229
- Replace = 1,
230
- Append = 2,
231
- Prepend = 3
232
- }
233
- export declare class SnippetString {
234
- static isSnippetString(thing: {}): thing is SnippetString;
235
- private static _escape;
236
- private _tabstop;
237
- value: string;
238
- constructor(value?: string);
239
- appendText(string: string): SnippetString;
240
- appendTabstop(number?: number): SnippetString;
241
- appendPlaceholder(value: string | ((snippet: SnippetString) => void), number?: number): SnippetString;
242
- appendChoice(values: string[], number?: number): SnippetString;
243
- appendVariable(name: string, defaultValue?: string | ((snippet: SnippetString) => void)): SnippetString;
244
- }
245
- export declare class ThemeColor {
246
- readonly id: string;
247
- constructor(id: string);
248
- }
249
- export declare class ThemeIcon {
250
- id: string;
251
- color?: ThemeColor | undefined;
252
- static readonly File: ThemeIcon;
253
- static readonly Folder: ThemeIcon;
254
- private constructor();
255
- }
256
- export declare namespace ThemeIcon {
257
- function is(item: unknown): item is ThemeIcon;
258
- function get(item: unknown): ThemeIcon | undefined;
259
- }
260
- export declare enum TextEditorRevealType {
261
- Default = 0,
262
- InCenter = 1,
263
- InCenterIfOutsideViewport = 2,
264
- AtTop = 3
265
- }
266
- /**
267
- * These values match very carefully the values of `TrackedRangeStickiness`
268
- */
269
- export declare enum DecorationRangeBehavior {
270
- /**
271
- * TrackedRangeStickiness.AlwaysGrowsWhenTypingAtEdges
272
- */
273
- OpenOpen = 0,
274
- /**
275
- * TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges
276
- */
277
- ClosedClosed = 1,
278
- /**
279
- * TrackedRangeStickiness.GrowsOnlyWhenTypingBefore
280
- */
281
- OpenClosed = 2,
282
- /**
283
- * TrackedRangeStickiness.GrowsOnlyWhenTypingAfter
284
- */
285
- ClosedOpen = 3
286
- }
287
- /**
288
- * Vertical Lane in the overview ruler of the editor.
289
- */
290
- export declare enum OverviewRulerLane {
291
- Left = 1,
292
- Center = 2,
293
- Right = 4,
294
- Full = 7
295
- }
296
- export declare enum ConfigurationTarget {
297
- Global = 1,
298
- Workspace = 2,
299
- WorkspaceFolder = 3,
300
- Default = 4,
301
- Memory = 5
302
- }
303
- export declare class RelativePattern {
304
- pattern: string;
305
- private _base;
306
- get base(): string;
307
- set base(base: string);
308
- private _baseUri;
309
- get baseUri(): URI;
310
- set baseUri(baseUri: URI);
311
- constructor(base: theia.WorkspaceFolder | URI | string, pattern: string);
312
- pathToRelative(from: string, to: string): string;
313
- }
314
- export declare enum IndentAction {
315
- None = 0,
316
- Indent = 1,
317
- IndentOutdent = 2,
318
- Outdent = 3
319
- }
320
- export declare namespace SyntaxTokenType {
321
- function toString(v: SyntaxTokenType | unknown): 'other' | 'comment' | 'string' | 'regex';
322
- }
323
- export declare enum SyntaxTokenType {
324
- /**
325
- * Everything except tokens that are part of comments, string literals and regular expressions.
326
- */
327
- Other = 0,
328
- /**
329
- * A comment.
330
- */
331
- Comment = 1,
332
- /**
333
- * A string literal.
334
- */
335
- String = 2,
336
- /**
337
- * A regular expression.
338
- */
339
- RegEx = 3
340
- }
341
- export declare class TextEdit {
342
- protected _range: Range;
343
- protected _newText: string;
344
- protected _newEol: EndOfLine | undefined;
345
- get range(): Range;
346
- set range(value: Range);
347
- get newText(): string;
348
- set newText(value: string);
349
- get newEol(): EndOfLine | undefined;
350
- set newEol(value: EndOfLine);
351
- constructor(range: Range | undefined, newText: string | undefined);
352
- static isTextEdit(thing: {}): thing is TextEdit;
353
- static replace(range: Range, newText: string): TextEdit;
354
- static insert(position: Position, newText: string): TextEdit;
355
- static delete(range: Range): TextEdit;
356
- static setEndOfLine(eol: EndOfLine): TextEdit;
357
- }
358
- export declare enum CompletionTriggerKind {
359
- Invoke = 0,
360
- TriggerCharacter = 1,
361
- TriggerForIncompleteCompletions = 2
362
- }
363
- export declare enum CompletionItemKind {
364
- Text = 0,
365
- Method = 1,
366
- Function = 2,
367
- Constructor = 3,
368
- Field = 4,
369
- Variable = 5,
370
- Class = 6,
371
- Interface = 7,
372
- Module = 8,
373
- Property = 9,
374
- Unit = 10,
375
- Value = 11,
376
- Enum = 12,
377
- Keyword = 13,
378
- Snippet = 14,
379
- Color = 15,// eslint-disable-line @typescript-eslint/no-shadow
380
- File = 16,
381
- Reference = 17,
382
- Folder = 18,
383
- EnumMember = 19,
384
- Constant = 20,
385
- Struct = 21,
386
- Event = 22,
387
- Operator = 23,
388
- TypeParameter = 24,
389
- User = 25,
390
- Issue = 26
391
- }
392
- export declare class CompletionItem implements theia.CompletionItem {
393
- label: string;
394
- kind?: CompletionItemKind;
395
- tags?: CompletionItemTag[];
396
- detail: string;
397
- documentation: string | theia.MarkdownString;
398
- sortText: string;
399
- filterText: string;
400
- preselect: boolean;
401
- insertText: string | SnippetString;
402
- range: Range;
403
- textEdit: TextEdit;
404
- additionalTextEdits: TextEdit[];
405
- command: theia.Command;
406
- constructor(label: string, kind?: CompletionItemKind);
407
- }
408
- export declare class CompletionList {
409
- isIncomplete?: boolean;
410
- items: theia.CompletionItem[];
411
- constructor(items?: theia.CompletionItem[], isIncomplete?: boolean);
412
- }
413
- export declare enum InlineCompletionTriggerKind {
414
- Invoke = 0,
415
- Automatic = 1
416
- }
417
- export declare class InlineCompletionItem implements theia.InlineCompletionItem {
418
- filterText?: string;
419
- insertText: string;
420
- range?: Range;
421
- command?: theia.Command;
422
- constructor(insertText: string, range?: Range, command?: theia.Command);
423
- }
424
- export declare class InlineCompletionList implements theia.InlineCompletionList {
425
- items: theia.InlineCompletionItem[];
426
- commands: theia.Command[] | undefined;
427
- constructor(items: theia.InlineCompletionItem[]);
428
- }
429
- export declare enum DiagnosticSeverity {
430
- Error = 0,
431
- Warning = 1,
432
- Information = 2,
433
- Hint = 3
434
- }
435
- export declare enum DebugConsoleMode {
436
- Separate = 0,
437
- MergeWithParent = 1
438
- }
439
- export declare class Location {
440
- uri: URI;
441
- range: Range;
442
- constructor(uri: URI, rangeOrPosition: Range | Position | undefined);
443
- static isLocation(thing: {}): thing is theia.Location;
444
- }
445
- export declare class DiagnosticRelatedInformation {
446
- location: Location;
447
- message: string;
448
- constructor(location: Location, message: string);
449
- }
450
- export declare enum DiagnosticTag {
451
- Unnecessary = 1,
452
- Deprecated = 2
453
- }
454
- export declare enum CompletionItemTag {
455
- Deprecated = 1
456
- }
457
- export declare class Diagnostic {
458
- range: Range;
459
- message: string;
460
- severity: DiagnosticSeverity;
461
- source?: string;
462
- code?: string | number;
463
- relatedInformation?: DiagnosticRelatedInformation[];
464
- tags?: DiagnosticTag[];
465
- constructor(range: Range, message: string, severity?: DiagnosticSeverity);
466
- }
467
- export declare enum MarkerSeverity {
468
- Hint = 1,
469
- Info = 2,
470
- Warning = 4,
471
- Error = 8
472
- }
473
- export declare enum MarkerTag {
474
- Unnecessary = 1,
475
- Deprecated = 2
476
- }
477
- export declare enum NotebookCellKind {
478
- Markup = 1,
479
- Code = 2
480
- }
481
- export declare enum NotebookCellStatusBarAlignment {
482
- Left = 1,
483
- Right = 2
484
- }
485
- export declare enum NotebookControllerAffinity {
486
- Default = 1,
487
- Preferred = 2
488
- }
489
- export declare enum NotebookEditorRevealType {
490
- Default = 0,
491
- InCenter = 1,
492
- InCenterIfOutsideViewport = 2,
493
- AtTop = 3
494
- }
495
- export declare enum NotebookCellExecutionState {
496
- /**
497
- * The cell is idle.
498
- */
499
- Idle = 1,
500
- /**
501
- * Execution for the cell is pending.
502
- */
503
- Pending = 2,
504
- /**
505
- * The cell is currently executing.
506
- */
507
- Executing = 3
508
- }
509
- export declare class NotebookKernelSourceAction {
510
- label: string;
511
- description?: string;
512
- detail?: string;
513
- command?: theia.Command;
514
- constructor(label: string);
515
- }
516
- export declare class NotebookCellData implements theia.NotebookCellData {
517
- languageId: string;
518
- kind: NotebookCellKind;
519
- value: string;
520
- outputs?: theia.NotebookCellOutput[];
521
- metadata?: {
522
- [key: string]: any;
523
- };
524
- executionSummary?: theia.NotebookCellExecutionSummary;
525
- constructor(kind: NotebookCellKind, value: string, languageId: string, outputs?: theia.NotebookCellOutput[], metadata?: Record<string, unknown>, executionSummary?: theia.NotebookCellExecutionSummary);
526
- }
527
- export declare class NotebookCellOutput implements theia.NotebookCellOutput {
528
- outputId: string;
529
- items: theia.NotebookCellOutputItem[];
530
- metadata?: {
531
- [key: string]: any;
532
- };
533
- constructor(items: theia.NotebookCellOutputItem[], idOrMetadata?: string | Record<string, any>, metadata?: {
534
- [key: string]: any;
535
- });
536
- }
537
- export declare class NotebookCellOutputItem implements theia.NotebookCellOutputItem {
538
- #private;
539
- mime: string;
540
- data: Uint8Array;
541
- static text(value: string, mime?: string): NotebookCellOutputItem;
542
- static json(value: any, mime?: string): NotebookCellOutputItem;
543
- static stdout(value: string): NotebookCellOutputItem;
544
- static stderr(value: string): NotebookCellOutputItem;
545
- static error(value: Error): NotebookCellOutputItem;
546
- constructor(data: Uint8Array, mime: string);
547
- }
548
- export declare class NotebookCellStatusBarItem implements theia.NotebookCellStatusBarItem {
549
- text: string;
550
- alignment: NotebookCellStatusBarAlignment;
551
- command?: string | theia.Command;
552
- tooltip?: string;
553
- priority?: number;
554
- accessibilityInformation?: AccessibilityInformation;
555
- /**
556
- * Creates a new NotebookCellStatusBarItem.
557
- * @param text The text to show for the item.
558
- * @param alignment Whether the item is aligned to the left or right.
559
- * @stubbed
560
- */
561
- constructor(text: string, alignment: NotebookCellStatusBarAlignment);
562
- }
563
- export declare class NotebookData implements theia.NotebookData {
564
- cells: NotebookCellData[];
565
- metadata?: {
566
- [key: string]: any;
567
- };
568
- constructor(cells: NotebookCellData[]);
569
- }
570
- export declare class NotebookRange implements theia.NotebookRange {
571
- static isNotebookRange(thing: unknown): thing is theia.NotebookRange;
572
- readonly start: number;
573
- readonly end: number;
574
- readonly isEmpty: boolean;
575
- with(change: {
576
- start?: number;
577
- end?: number;
578
- }): NotebookRange;
579
- constructor(start: number, end: number);
580
- }
581
- export declare class SnippetTextEdit implements theia.SnippetTextEdit {
582
- range: Range;
583
- snippet: SnippetString;
584
- keepWhitespace?: boolean;
585
- static isSnippetTextEdit(thing: unknown): thing is SnippetTextEdit;
586
- static replace(range: Range, snippet: SnippetString): SnippetTextEdit;
587
- static insert(position: Position, snippet: SnippetString): SnippetTextEdit;
588
- constructor(range: Range, snippet: SnippetString);
589
- }
590
- export declare class NotebookEdit implements theia.NotebookEdit {
591
- range: theia.NotebookRange;
592
- newCells: theia.NotebookCellData[];
593
- newCellMetadata?: {
594
- [key: string]: any;
595
- } | undefined;
596
- newNotebookMetadata?: {
597
- [key: string]: any;
598
- } | undefined;
599
- static isNotebookCellEdit(thing: unknown): thing is NotebookEdit;
600
- static replaceCells(range: NotebookRange, newCells: NotebookCellData[]): NotebookEdit;
601
- static insertCells(index: number, newCells: NotebookCellData[]): NotebookEdit;
602
- static deleteCells(range: NotebookRange): NotebookEdit;
603
- static updateCellMetadata(index: number, newCellMetadata: {
604
- [key: string]: any;
605
- }): NotebookEdit;
606
- static updateNotebookMetadata(newNotebookMetadata: {
607
- [key: string]: any;
608
- }): NotebookEdit;
609
- constructor(range: NotebookRange, newCells: NotebookCellData[], newCellMetadata?: {
610
- [key: string]: unknown;
611
- }, newNotebookMetadata?: {
612
- [key: string]: unknown;
613
- });
614
- }
615
- export declare class NotebookRendererScript implements theia.NotebookRendererScript {
616
- uri: theia.Uri;
617
- provides: readonly string[];
618
- constructor(uri: theia.Uri, provides?: string | readonly string[]);
619
- }
620
- export declare class ParameterInformation {
621
- label: string | [number, number];
622
- documentation?: string | theia.MarkdownString;
623
- constructor(label: string | [number, number], documentation?: string | theia.MarkdownString);
624
- }
625
- export declare class SignatureInformation {
626
- label: string;
627
- documentation?: string | theia.MarkdownString;
628
- parameters: ParameterInformation[];
629
- activeParameter?: number;
630
- constructor(label: string, documentation?: string | theia.MarkdownString);
631
- }
632
- export declare enum SignatureHelpTriggerKind {
633
- Invoke = 1,
634
- TriggerCharacter = 2,
635
- ContentChange = 3
636
- }
637
- export declare class SignatureHelp {
638
- signatures: SignatureInformation[];
639
- activeSignature: number;
640
- activeParameter: number;
641
- constructor();
642
- }
643
- export declare class Hover {
644
- contents: Array<theia.MarkdownString | theia.MarkedString>;
645
- range?: Range;
646
- constructor(contents: theia.MarkdownString | theia.MarkedString | Array<theia.MarkdownString | theia.MarkedString>, range?: Range);
647
- }
648
- export declare class EvaluatableExpression {
649
- range: Range;
650
- expression?: string;
651
- constructor(range: Range, expression?: string);
652
- }
653
- export declare class InlineValueContext implements theia.InlineValueContext {
654
- frameId: number;
655
- stoppedLocation: Range;
656
- constructor(frameId: number, stoppedLocation: Range);
657
- }
658
- export declare class InlineValueText implements theia.InlineValueText {
659
- type: string;
660
- range: Range;
661
- text: string;
662
- constructor(range: Range, text: string);
663
- }
664
- export declare class InlineValueVariableLookup implements theia.InlineValueVariableLookup {
665
- type: string;
666
- range: Range;
667
- variableName?: string;
668
- caseSensitiveLookup: boolean;
669
- constructor(range: Range, variableName?: string, caseSensitiveLookup?: boolean);
670
- }
671
- export declare class InlineValueEvaluatableExpression implements theia.InlineValueEvaluatableExpression {
672
- type: string;
673
- range: Range;
674
- expression?: string;
675
- constructor(range: Range, expression?: string);
676
- }
677
- export type InlineValue = InlineValueText | InlineValueVariableLookup | InlineValueEvaluatableExpression;
678
- export declare enum DocumentHighlightKind {
679
- Text = 0,
680
- Read = 1,
681
- Write = 2
682
- }
683
- export declare class DocumentHighlight {
684
- range: Range;
685
- kind?: DocumentHighlightKind;
686
- constructor(range: Range, kind?: DocumentHighlightKind);
687
- }
688
- export declare class MultiDocumentHighlight {
689
- /**
690
- * The URI of the document containing the highlights.
691
- */
692
- uri: URI;
693
- /**
694
- * The highlights for the document.
695
- */
696
- highlights: DocumentHighlight[];
697
- /**
698
- * Creates a new instance of MultiDocumentHighlight.
699
- * @param uri The URI of the document containing the highlights.
700
- * @param highlights The highlights for the document.
701
- */
702
- constructor(uri: URI, highlights: DocumentHighlight[]);
703
- }
704
- export type Definition = Location | Location[];
705
- export declare class DocumentLink {
706
- range: Range;
707
- target?: URI;
708
- tooltip?: string;
709
- constructor(range: Range, target: URI | undefined);
710
- }
711
- export declare class DocumentDropOrPasteEditKind {
712
- readonly value: string;
713
- static readonly Empty: DocumentDropOrPasteEditKind;
714
- static readonly Text: DocumentDropOrPasteEditKind;
715
- static readonly TextUpdateImports: DocumentDropOrPasteEditKind;
716
- private static sep;
717
- constructor(value: string);
718
- append(...parts: string[]): DocumentDropOrPasteEditKind;
719
- intersects(other: DocumentDropOrPasteEditKind): boolean;
720
- contains(other: DocumentDropOrPasteEditKind): boolean;
721
- }
722
- export declare class DocumentDropEdit {
723
- title?: string;
724
- kind: DocumentDropOrPasteEditKind;
725
- handledMimeType?: string;
726
- yieldTo?: ReadonlyArray<DocumentDropOrPasteEditKind>;
727
- insertText: string | SnippetString;
728
- additionalEdit?: WorkspaceEdit;
729
- constructor(insertText: string | SnippetString);
730
- }
731
- export declare class CodeLens {
732
- range: Range;
733
- command?: theia.Command;
734
- get isResolved(): boolean;
735
- constructor(range: Range, command?: theia.Command);
736
- }
737
- export declare enum CodeActionTrigger {
738
- Automatic = 1,
739
- Manual = 2
740
- }
741
- /**
742
- * The reason why code actions were requested.
743
- */
744
- export declare enum CodeActionTriggerKind {
745
- /**
746
- * Code actions were explicitly requested by the user or by an extension.
747
- */
748
- Invoke = 1,
749
- /**
750
- * Code actions were requested automatically.
751
- *
752
- * This typically happens when current selection in a file changes, but can
753
- * also be triggered when file content changes.
754
- */
755
- Automatic = 2
756
- }
757
- export declare class CodeActionKind {
758
- readonly value: string;
759
- private static readonly sep;
760
- static readonly Empty: CodeActionKind;
761
- static readonly QuickFix: CodeActionKind;
762
- static readonly Refactor: CodeActionKind;
763
- static readonly RefactorExtract: CodeActionKind;
764
- static readonly RefactorInline: CodeActionKind;
765
- static readonly RefactorMove: CodeActionKind;
766
- static readonly RefactorRewrite: CodeActionKind;
767
- static readonly Source: CodeActionKind;
768
- static readonly SourceOrganizeImports: CodeActionKind;
769
- static readonly SourceFixAll: CodeActionKind;
770
- static readonly Notebook: CodeActionKind;
771
- constructor(value: string);
772
- append(parts: string): CodeActionKind;
773
- contains(other: CodeActionKind): boolean;
774
- intersects(other: CodeActionKind): boolean;
775
- }
776
- export declare enum TextDocumentSaveReason {
777
- Manual = 1,
778
- AfterDelay = 2,
779
- FocusOut = 3
780
- }
781
- export declare class CodeAction {
782
- title: string;
783
- command?: theia.Command;
784
- edit?: WorkspaceEdit;
785
- diagnostics?: Diagnostic[];
786
- kind?: CodeActionKind;
787
- disabled?: {
788
- reason: string;
789
- };
790
- isPreferred?: boolean;
791
- constructor(title: string, kind?: CodeActionKind);
792
- }
793
- export interface FileOperationOptions {
794
- overwrite?: boolean;
795
- ignoreIfExists?: boolean;
796
- ignoreIfNotExists?: boolean;
797
- recursive?: boolean;
798
- }
799
- export interface WorkspaceEditMetadata {
800
- needsConfirmation: boolean;
801
- label: string;
802
- description?: string;
803
- iconPath?: {
804
- light: URI;
805
- dark: URI;
806
- } | ThemeIcon;
807
- }
808
- export declare const enum FileEditType {
809
- File = 1,
810
- Text = 2,
811
- Cell = 3,
812
- CellReplace = 5,
813
- Snippet = 6
814
- }
815
- export interface FileOperation {
816
- _type: FileEditType.File;
817
- from: URI | undefined;
818
- to: URI | undefined;
819
- options?: FileOperationOptions;
820
- metadata?: WorkspaceEditMetadata;
821
- }
822
- export interface FileTextEdit {
823
- _type: FileEditType.Text;
824
- uri: URI;
825
- edit: TextEdit;
826
- metadata?: WorkspaceEditMetadata;
827
- }
828
- export interface FileSnippetTextEdit {
829
- readonly _type: FileEditType.Snippet;
830
- readonly uri: URI;
831
- readonly range: Range;
832
- readonly edit: SnippetTextEdit;
833
- readonly metadata?: theia.WorkspaceEditEntryMetadata;
834
- }
835
- export interface FileCellEdit {
836
- readonly _type: FileEditType.Cell;
837
- readonly uri: URI;
838
- readonly edit?: CellMetadataEdit | NotebookDocumentMetadataEdit;
839
- readonly notebookMetadata?: Record<string, unknown>;
840
- readonly metadata?: theia.WorkspaceEditEntryMetadata;
841
- }
842
- export interface CellEdit {
843
- readonly _type: FileEditType.CellReplace;
844
- readonly metadata?: theia.WorkspaceEditEntryMetadata;
845
- readonly uri: URI;
846
- readonly index: number;
847
- readonly count: number;
848
- readonly cells: theia.NotebookCellData[];
849
- }
850
- type WorkspaceEditEntry = FileOperation | FileTextEdit | FileSnippetTextEdit | FileCellEdit | CellEdit | undefined;
851
- export declare class WorkspaceEdit implements theia.WorkspaceEdit {
852
- private _edits;
853
- renameFile(from: theia.Uri, to: theia.Uri, options?: {
854
- overwrite?: boolean;
855
- ignoreIfExists?: boolean;
856
- }, metadata?: WorkspaceEditMetadata): void;
857
- createFile(uri: theia.Uri, options?: {
858
- overwrite?: boolean;
859
- ignoreIfExists?: boolean;
860
- }, metadata?: WorkspaceEditMetadata): void;
861
- deleteFile(uri: theia.Uri, options?: {
862
- recursive?: boolean;
863
- ignoreIfNotExists?: boolean;
864
- }, metadata?: WorkspaceEditMetadata): void;
865
- replace(uri: URI, range: Range, newText: string, metadata?: WorkspaceEditMetadata): void;
866
- insert(resource: URI, position: Position, newText: string, metadata?: WorkspaceEditMetadata): void;
867
- delete(resource: URI, range: Range, metadata?: WorkspaceEditMetadata): void;
868
- has(uri: URI): boolean;
869
- set(uri: URI, edits: ReadonlyArray<TextEdit | SnippetTextEdit>): void;
870
- set(uri: URI, edits: ReadonlyArray<[TextEdit | SnippetTextEdit, theia.WorkspaceEditEntryMetadata | undefined]>): void;
871
- set(uri: URI, edits: ReadonlyArray<NotebookEdit>): void;
872
- set(uri: URI, edits: ReadonlyArray<[NotebookEdit, theia.WorkspaceEditEntryMetadata | undefined]>): void;
873
- get(uri: URI): TextEdit[];
874
- entries(): [URI, TextEdit[]][];
875
- _allEntries(): ReadonlyArray<WorkspaceEditEntry>;
876
- get size(): number;
877
- toJSON(): any;
878
- }
879
- export declare class DataTransferItem {
880
- readonly value: any;
881
- asString(): Thenable<string>;
882
- asFile(): theia.DataTransferFile | undefined;
883
- constructor(value: any);
884
- }
885
- /**
886
- * A map containing a mapping of the mime type of the corresponding transferred data.
887
- *
888
- * Drag and drop controllers that implement {@link TreeDragAndDropController.handleDrag `handleDrag`} can add additional mime types to the
889
- * data transfer. These additional mime types will only be included in the `handleDrop` when the the drag was initiated from
890
- * an element in the same drag and drop controller.
891
- */
892
- export declare class DataTransfer implements Iterable<[mimeType: string, item: DataTransferItem]> {
893
- private items;
894
- get(mimeType: string): DataTransferItem | undefined;
895
- set(mimeType: string, value: DataTransferItem): void;
896
- has(mimeType: string): boolean;
897
- forEach(callbackfn: (item: DataTransferItem, mimeType: string, dataTransfer: DataTransfer) => void, thisArg?: any): void;
898
- [Symbol.iterator](): IterableIterator<[mimeType: string, item: DataTransferItem]>;
899
- clear(): void;
900
- }
901
- export declare class TreeItem {
902
- collapsibleState: theia.TreeItemCollapsibleState;
903
- label?: string | theia.TreeItemLabel;
904
- id?: string;
905
- iconPath?: string | URI | {
906
- light: string | URI;
907
- dark: string | URI;
908
- } | ThemeIcon;
909
- resourceUri?: URI;
910
- tooltip?: string | undefined;
911
- command?: theia.Command;
912
- contextValue?: string;
913
- checkboxState?: theia.TreeItemCheckboxState | {
914
- readonly state: theia.TreeItemCheckboxState;
915
- readonly tooltip?: string;
916
- readonly accessibilityInformation?: AccessibilityInformation;
917
- };
918
- constructor(label: string | theia.TreeItemLabel, collapsibleState?: theia.TreeItemCollapsibleState);
919
- constructor(resourceUri: URI, collapsibleState?: theia.TreeItemCollapsibleState);
920
- }
921
- export declare enum TreeItemCollapsibleState {
922
- None = 0,
923
- Collapsed = 1,
924
- Expanded = 2
925
- }
926
- export declare enum TreeItemCheckboxState {
927
- Unchecked = 0,
928
- Checked = 1
929
- }
930
- export declare enum SymbolTag {
931
- Deprecated = 1
932
- }
933
- export declare class SymbolInformation {
934
- static validate(candidate: SymbolInformation): void;
935
- name: string;
936
- location: Location;
937
- kind: SymbolKind;
938
- tags?: SymbolTag[];
939
- containerName: undefined | string;
940
- constructor(name: string, kind: SymbolKind, containerName: string, location: Location);
941
- constructor(name: string, kind: SymbolKind, range: Range, uri?: URI, containerName?: string);
942
- toJSON(): any;
943
- }
944
- export declare class DocumentSymbol {
945
- static validate(candidate: DocumentSymbol): void;
946
- name: string;
947
- detail: string;
948
- kind: SymbolKind;
949
- tags?: SymbolTag[];
950
- range: Range;
951
- selectionRange: Range;
952
- children: DocumentSymbol[];
953
- constructor(name: string, detail: string, kind: SymbolKind, range: Range, selectionRange: Range);
954
- }
955
- export declare enum CommentThreadState {
956
- Unresolved = 0,
957
- Resolved = 1
958
- }
959
- export declare enum CommentThreadCollapsibleState {
960
- Collapsed = 0,
961
- Expanded = 1
962
- }
963
- export declare class QuickInputButtons {
964
- static readonly Back: theia.QuickInputButton;
965
- }
966
- export declare class TerminalLink {
967
- static validate(candidate: TerminalLink): void;
968
- startIndex: number;
969
- length: number;
970
- tooltip?: string;
971
- constructor(startIndex: number, length: number, tooltip?: string);
972
- }
973
- export declare enum TerminalLocation {
974
- Panel = 1,
975
- Editor = 2
976
- }
977
- export declare enum TerminalOutputAnchor {
978
- Top = 0,
979
- Bottom = 1
980
- }
981
- export declare class TerminalProfile {
982
- readonly options: theia.TerminalOptions | theia.ExtensionTerminalOptions;
983
- /**
984
- * Creates a new terminal profile.
985
- * @param options The options that the terminal will launch with.
986
- */
987
- constructor(options: theia.TerminalOptions | theia.ExtensionTerminalOptions);
988
- }
989
- export declare enum TerminalExitReason {
990
- Unknown = 0,
991
- Shutdown = 1,
992
- Process = 2,
993
- User = 3,
994
- Extension = 4
995
- }
996
- export declare class FileDecoration {
997
- static validate(d: FileDecoration): void;
998
- badge?: string;
999
- tooltip?: string;
1000
- color?: theia.ThemeColor;
1001
- priority?: number;
1002
- propagate?: boolean;
1003
- constructor(badge?: string, tooltip?: string, color?: ThemeColor);
1004
- }
1005
- export declare enum CommentMode {
1006
- Editing = 0,
1007
- Preview = 1
1008
- }
1009
- export declare enum FileChangeType {
1010
- Changed = 1,
1011
- Created = 2,
1012
- Deleted = 3
1013
- }
1014
- export declare class FileSystemError extends Error {
1015
- static FileExists(messageOrUri?: string | URI): FileSystemError;
1016
- static FileNotFound(messageOrUri?: string | URI): FileSystemError;
1017
- static FileNotADirectory(messageOrUri?: string | URI): FileSystemError;
1018
- static FileIsADirectory(messageOrUri?: string | URI): FileSystemError;
1019
- static NoPermissions(messageOrUri?: string | URI): FileSystemError;
1020
- static Unavailable(messageOrUri?: string | URI): FileSystemError;
1021
- readonly code: string;
1022
- constructor(uriOrMessage?: string | URI, code?: FileSystemProviderErrorCode, terminator?: Function);
1023
- }
1024
- export declare enum FileType {
1025
- Unknown = 0,
1026
- File = 1,
1027
- Directory = 2,
1028
- SymbolicLink = 64
1029
- }
1030
- export interface FileStat {
1031
- readonly type: FileType;
1032
- readonly ctime: number;
1033
- readonly mtime: number;
1034
- readonly size: number;
1035
- }
1036
- export declare class ProgressOptions {
1037
- /**
1038
- * The location at which progress should show.
1039
- */
1040
- location: ProgressLocation;
1041
- /**
1042
- * A human-readable string which will be used to describe the
1043
- * operation.
1044
- */
1045
- title?: string;
1046
- /**
1047
- * Controls if a cancel button should show to allow the user to
1048
- * cancel the long running operation. Note that currently only
1049
- * `ProgressLocation.Notification` is supporting to show a cancel
1050
- * button.
1051
- */
1052
- cancellable?: boolean;
1053
- constructor(location: ProgressLocation, title?: string, cancellable?: boolean);
1054
- }
1055
- export declare class Progress<T> {
1056
- /**
1057
- * Report a progress update.
1058
- * @param value A progress item, like a message and/or an
1059
- * report on how much work finished
1060
- */
1061
- report(value: T): void;
1062
- }
1063
- export declare enum ProgressLocation {
1064
- /**
1065
- * Show progress for the source control viewlet, as overlay for the icon and as progress bar
1066
- * inside the viewlet (when visible). Neither supports cancellation nor discrete progress.
1067
- */
1068
- SourceControl = 1,
1069
- /**
1070
- * Show progress in the status bar of the editor. Neither supports cancellation nor discrete progress.
1071
- */
1072
- Window = 10,
1073
- /**
1074
- * Show progress as notification with an optional cancel button. Supports to show infinite and discrete progress.
1075
- */
1076
- Notification = 15
1077
- }
1078
- export declare class ProcessExecution {
1079
- private executionProcess;
1080
- private arguments;
1081
- private executionOptions;
1082
- constructor(process: string, options?: theia.ProcessExecutionOptions);
1083
- constructor(process: string, args: string[], options?: theia.ProcessExecutionOptions);
1084
- get process(): string;
1085
- set process(value: string);
1086
- get args(): string[];
1087
- set args(value: string[]);
1088
- get options(): theia.ProcessExecutionOptions | undefined;
1089
- set options(value: theia.ProcessExecutionOptions | undefined);
1090
- static is(value: theia.ShellExecution | theia.ProcessExecution | theia.CustomExecution): value is ProcessExecution;
1091
- }
1092
- export declare enum QuickPickItemKind {
1093
- Separator = -1,
1094
- Default = 0
1095
- }
1096
- export declare enum ShellQuoting {
1097
- Escape = 1,
1098
- Strong = 2,
1099
- Weak = 3
1100
- }
1101
- export declare enum TaskPanelKind {
1102
- Shared = 1,
1103
- Dedicated = 2,
1104
- New = 3
1105
- }
1106
- export declare enum TaskRevealKind {
1107
- Always = 1,
1108
- Silent = 2,
1109
- Never = 3
1110
- }
1111
- export declare class ShellExecution {
1112
- private shellCommandLine;
1113
- private shellCommand;
1114
- private arguments;
1115
- private shellOptions;
1116
- constructor(commandLine: string, options?: theia.ShellExecutionOptions);
1117
- constructor(command: string | theia.ShellQuotedString, args: (string | theia.ShellQuotedString)[], options?: theia.ShellExecutionOptions);
1118
- get commandLine(): string;
1119
- set commandLine(value: string);
1120
- get command(): string | theia.ShellQuotedString;
1121
- set command(value: string | theia.ShellQuotedString);
1122
- get args(): (string | theia.ShellQuotedString)[];
1123
- set args(value: (string | theia.ShellQuotedString)[]);
1124
- get options(): theia.ShellExecutionOptions | undefined;
1125
- set options(value: theia.ShellExecutionOptions | undefined);
1126
- static is(value: theia.ShellExecution | theia.ProcessExecution | theia.CustomExecution): value is ShellExecution;
1127
- }
1128
- export declare class CustomExecution {
1129
- private _callback;
1130
- constructor(callback: (resolvedDefinition: theia.TaskDefinition) => Thenable<theia.Pseudoterminal>);
1131
- set callback(value: (resolvedDefinition: theia.TaskDefinition) => Thenable<theia.Pseudoterminal>);
1132
- get callback(): ((resolvedDefinition: theia.TaskDefinition) => Thenable<theia.Pseudoterminal>);
1133
- static is(value: theia.ShellExecution | theia.ProcessExecution | theia.CustomExecution): value is CustomExecution;
1134
- }
1135
- export declare class TaskGroup {
1136
- readonly id: 'clean' | 'build' | 'rebuild' | 'test';
1137
- static Clean: TaskGroup;
1138
- static Build: TaskGroup;
1139
- static Rebuild: TaskGroup;
1140
- static Test: TaskGroup;
1141
- static from(value: string): TaskGroup | undefined;
1142
- constructor(id: 'clean' | 'build' | 'rebuild' | 'test', label: string);
1143
- constructor(id: 'clean' | 'build' | 'rebuild' | 'test', label: string, isDefault?: boolean | undefined);
1144
- readonly isDefault: boolean;
1145
- }
1146
- export declare enum TaskScope {
1147
- Global = 1,
1148
- Workspace = 2
1149
- }
1150
- export declare class Task {
1151
- private taskDefinition;
1152
- private taskScope;
1153
- private taskName;
1154
- private taskExecution;
1155
- private taskProblemMatchers;
1156
- private hasTaskProblemMatchers;
1157
- private isTaskBackground;
1158
- private taskSource;
1159
- private taskGroup;
1160
- private taskPresentationOptions;
1161
- private taskRunOptions;
1162
- constructor(taskDefinition: theia.TaskDefinition, scope: theia.WorkspaceFolder | theia.TaskScope.Global | theia.TaskScope.Workspace, name: string, source: string, execution?: ProcessExecution | ShellExecution | CustomExecution, problemMatchers?: string | string[]);
1163
- constructor(taskDefinition: theia.TaskDefinition, name: string, source: string, execution?: ProcessExecution | ShellExecution | CustomExecution, problemMatchers?: string | string[]);
1164
- get definition(): theia.TaskDefinition;
1165
- set definition(value: theia.TaskDefinition);
1166
- get scope(): theia.TaskScope.Global | theia.TaskScope.Workspace | theia.WorkspaceFolder | undefined;
1167
- set scope(value: theia.TaskScope.Global | theia.TaskScope.Workspace | theia.WorkspaceFolder | undefined);
1168
- get name(): string;
1169
- set name(value: string);
1170
- get execution(): ProcessExecution | ShellExecution | CustomExecution | undefined;
1171
- set execution(value: ProcessExecution | ShellExecution | CustomExecution | undefined);
1172
- get problemMatchers(): string[];
1173
- set problemMatchers(value: string[]);
1174
- get hasProblemMatchers(): boolean;
1175
- get isBackground(): boolean;
1176
- set isBackground(value: boolean);
1177
- get source(): string;
1178
- set source(value: string);
1179
- get group(): TaskGroup | undefined;
1180
- set group(value: TaskGroup | undefined);
1181
- get presentationOptions(): theia.TaskPresentationOptions;
1182
- set presentationOptions(value: theia.TaskPresentationOptions);
1183
- get runOptions(): theia.RunOptions;
1184
- set runOptions(value: theia.RunOptions);
1185
- }
1186
- export declare class Task2 extends Task {
1187
- }
1188
- export declare class DebugAdapterExecutable {
1189
- /**
1190
- * The command or path of the debug adapter executable.
1191
- * A command must be either an absolute path of an executable or the name of an command to be looked up via the PATH environment variable.
1192
- * The special value 'node' will be mapped to VS Code's built-in Node.js runtime.
1193
- */
1194
- readonly command: string;
1195
- /**
1196
- * The arguments passed to the debug adapter executable. Defaults to an empty array.
1197
- */
1198
- readonly args?: string[];
1199
- /**
1200
- * Optional options to be used when the debug adapter is started.
1201
- * Defaults to undefined.
1202
- */
1203
- readonly options?: theia.DebugAdapterExecutableOptions;
1204
- /**
1205
- * Creates a description for a debug adapter based on an executable program.
1206
- *
1207
- * @param command The command or executable path that implements the debug adapter.
1208
- * @param args Optional arguments to be passed to the command or executable.
1209
- * @param options Optional options to be used when starting the command or executable.
1210
- */
1211
- constructor(command: string, args?: string[], options?: theia.DebugAdapterExecutableOptions);
1212
- }
1213
- export declare namespace DebugAdapterExecutable {
1214
- function is(adapter: theia.DebugAdapterDescriptor | undefined): adapter is theia.DebugAdapterExecutable;
1215
- }
1216
- /**
1217
- * Represents a debug adapter running as a socket based server.
1218
- */
1219
- export declare class DebugAdapterServer {
1220
- /**
1221
- * The port.
1222
- */
1223
- readonly port: number;
1224
- /**
1225
- * The host.
1226
- */
1227
- readonly host?: string;
1228
- /**
1229
- * Create a description for a debug adapter running as a socket based server.
1230
- */
1231
- constructor(port: number, host?: string);
1232
- }
1233
- export declare namespace DebugAdapterServer {
1234
- function is(adapter: theia.DebugAdapterDescriptor | undefined): adapter is DebugAdapterServer;
1235
- }
1236
- /**
1237
- * Represents a debug adapter running as a Named Pipe (on Windows)/UNIX Domain Socket (on non-Windows) based server.
1238
- */
1239
- export declare class DebugAdapterNamedPipeServer {
1240
- readonly path: string;
1241
- /**
1242
- * Create a description for a debug adapter running as a Named Pipe (on Windows)/UNIX Domain Socket (on non-Windows) based server.
1243
- */
1244
- constructor(path: string);
1245
- }
1246
- export declare namespace DebugAdapterNamedPipeServer {
1247
- function is(adapter: theia.DebugAdapterDescriptor | undefined): adapter is DebugAdapterNamedPipeServer;
1248
- }
1249
- /**
1250
- * A debug adapter descriptor for an inline implementation.
1251
- */
1252
- export declare class DebugAdapterInlineImplementation {
1253
- implementation: theia.DebugAdapter;
1254
- /**
1255
- * Create a descriptor for an inline implementation of a debug adapter.
1256
- */
1257
- constructor(impl: theia.DebugAdapter);
1258
- }
1259
- export declare namespace DebugAdapterInlineImplementation {
1260
- function is(adapter: theia.DebugAdapterDescriptor | undefined): adapter is DebugAdapterInlineImplementation;
1261
- }
1262
- export type DebugAdapterDescriptor = DebugAdapterExecutable | DebugAdapterServer | DebugAdapterNamedPipeServer | DebugAdapterInlineImplementation;
1263
- export declare enum LogLevel {
1264
- Off = 0,
1265
- Trace = 1,
1266
- Debug = 2,
1267
- Info = 3,
1268
- Warning = 4,
1269
- Error = 5
1270
- }
1271
- /**
1272
- * The base class of all breakpoint types.
1273
- */
1274
- export declare class Breakpoint {
1275
- /**
1276
- * Is breakpoint enabled.
1277
- */
1278
- enabled: boolean;
1279
- /**
1280
- * An optional expression for conditional breakpoints.
1281
- */
1282
- condition?: string;
1283
- /**
1284
- * An optional expression that controls how many hits of the breakpoint are ignored.
1285
- */
1286
- hitCondition?: string;
1287
- /**
1288
- * An optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.
1289
- */
1290
- logMessage?: string;
1291
- protected constructor(enabled?: boolean, condition?: string, hitCondition?: string, logMessage?: string, id?: string);
1292
- private _id;
1293
- /**
1294
- * The unique ID of the breakpoint.
1295
- */
1296
- get id(): string;
1297
- }
1298
- /**
1299
- * A breakpoint specified by a source location.
1300
- */
1301
- export declare class SourceBreakpoint extends Breakpoint {
1302
- /**
1303
- * The source and line position of this breakpoint.
1304
- */
1305
- location: Location;
1306
- /**
1307
- * Create a new breakpoint for a source location.
1308
- */
1309
- constructor(location: Location, enabled?: boolean, condition?: string, hitCondition?: string, logMessage?: string, id?: string);
1310
- }
1311
- /**
1312
- * A breakpoint specified by a function name.
1313
- */
1314
- export declare class FunctionBreakpoint extends Breakpoint {
1315
- /**
1316
- * The name of the function to which this breakpoint is attached.
1317
- */
1318
- functionName: string;
1319
- /**
1320
- * Create a new function breakpoint.
1321
- */
1322
- constructor(functionName: string, enabled?: boolean, condition?: string, hitCondition?: string, logMessage?: string, id?: string);
1323
- }
1324
- export declare class DebugThread implements theia.DebugThread {
1325
- readonly session: theia.DebugSession;
1326
- readonly threadId: number;
1327
- constructor(session: theia.DebugSession, threadId: number);
1328
- }
1329
- export declare class DebugStackFrame implements theia.DebugStackFrame {
1330
- readonly session: theia.DebugSession;
1331
- readonly threadId: number;
1332
- readonly frameId: number;
1333
- constructor(session: theia.DebugSession, threadId: number, frameId: number);
1334
- }
1335
- export declare class Color {
1336
- readonly red: number;
1337
- readonly green: number;
1338
- readonly blue: number;
1339
- readonly alpha: number;
1340
- constructor(red: number, green: number, blue: number, alpha: number);
1341
- }
1342
- export declare class ColorInformation {
1343
- range: Range;
1344
- color: Color;
1345
- constructor(range: Range, color: Color);
1346
- }
1347
- export declare class ColorPresentation {
1348
- label: string;
1349
- textEdit?: TextEdit;
1350
- additionalTextEdits?: TextEdit[];
1351
- constructor(label: string);
1352
- }
1353
- export declare enum ColorFormat {
1354
- RGB = 0,
1355
- HEX = 1,
1356
- HSL = 2
1357
- }
1358
- export declare class InlayHintLabelPart implements theia.InlayHintLabelPart {
1359
- value: string;
1360
- tooltip?: string | theia.MarkdownString | undefined;
1361
- location?: Location | undefined;
1362
- command?: theia.Command | undefined;
1363
- constructor(value: string);
1364
- }
1365
- export declare class InlayHint implements theia.InlayHint {
1366
- position: theia.Position;
1367
- label: string | InlayHintLabelPart[];
1368
- tooltip?: string | theia.MarkdownString | undefined;
1369
- kind?: InlayHintKind;
1370
- textEdits?: TextEdit[];
1371
- paddingLeft?: boolean;
1372
- paddingRight?: boolean;
1373
- constructor(position: theia.Position, label: string | InlayHintLabelPart[], kind?: InlayHintKind);
1374
- }
1375
- export declare enum InlayHintKind {
1376
- Type = 1,
1377
- Parameter = 2
1378
- }
1379
- export declare class FoldingRange {
1380
- start: number;
1381
- end: number;
1382
- kind?: FoldingRangeKind;
1383
- constructor(start: number, end: number, kind?: FoldingRangeKind);
1384
- }
1385
- export declare enum FoldingRangeKind {
1386
- Comment = 1,
1387
- Imports = 2,
1388
- Region = 3
1389
- }
1390
- export declare class SelectionRange {
1391
- range: Range;
1392
- parent?: SelectionRange;
1393
- constructor(range: Range, parent?: SelectionRange);
1394
- }
1395
- /**
1396
- * Enumeration of the supported operating systems.
1397
- */
1398
- export declare enum OperatingSystem {
1399
- Windows = "Windows",
1400
- Linux = "Linux",
1401
- OSX = "OSX"
1402
- }
1403
- /** The areas of the application shell where webview panel can reside. */
1404
- export declare enum WebviewPanelTargetArea {
1405
- Main = "main",
1406
- Left = "left",
1407
- Right = "right",
1408
- Bottom = "bottom"
1409
- }
1410
- /**
1411
- * Possible kinds of UI that can use extensions.
1412
- */
1413
- export declare enum UIKind {
1414
- /**
1415
- * Extensions are accessed from a desktop application.
1416
- */
1417
- Desktop = 1,
1418
- /**
1419
- * Extensions are accessed from a web browser.
1420
- */
1421
- Web = 2
1422
- }
1423
- export declare class CallHierarchyItem {
1424
- _sessionId?: string;
1425
- _itemId?: string;
1426
- kind: SymbolKind;
1427
- name: string;
1428
- detail?: string;
1429
- uri: URI;
1430
- range: Range;
1431
- selectionRange: Range;
1432
- tags?: readonly SymbolTag[];
1433
- constructor(kind: SymbolKind, name: string, detail: string, uri: URI, range: Range, selectionRange: Range);
1434
- static isCallHierarchyItem(thing: {}): thing is CallHierarchyItem;
1435
- }
1436
- export declare class CallHierarchyIncomingCall {
1437
- from: theia.CallHierarchyItem;
1438
- fromRanges: theia.Range[];
1439
- constructor(item: CallHierarchyItem, fromRanges: Range[]);
1440
- }
1441
- export declare class CallHierarchyOutgoingCall {
1442
- to: theia.CallHierarchyItem;
1443
- fromRanges: theia.Range[];
1444
- constructor(item: CallHierarchyItem, fromRanges: Range[]);
1445
- }
1446
- export declare class TypeHierarchyItem {
1447
- _sessionId?: string;
1448
- _itemId?: string;
1449
- kind: SymbolKind;
1450
- tags?: readonly SymbolTag[];
1451
- name: string;
1452
- detail?: string;
1453
- uri: URI;
1454
- range: Range;
1455
- selectionRange: Range;
1456
- constructor(kind: SymbolKind, name: string, detail: string, uri: URI, range: Range, selectionRange: Range);
1457
- static isTypeHierarchyItem(thing: {}): thing is TypeHierarchyItem;
1458
- }
1459
- export declare enum LanguageStatusSeverity {
1460
- Information = 0,
1461
- Warning = 1,
1462
- Error = 2
1463
- }
1464
- export declare class LinkedEditingRanges {
1465
- ranges: theia.Range[];
1466
- wordPattern?: RegExp;
1467
- constructor(ranges: Range[], wordPattern?: RegExp);
1468
- }
1469
- export declare enum TestResultState {
1470
- Queued = 1,
1471
- Running = 2,
1472
- Passed = 3,
1473
- Failed = 4,
1474
- Skipped = 5,
1475
- Errored = 6
1476
- }
1477
- export declare enum TestRunProfileKind {
1478
- Run = 1,
1479
- Debug = 2,
1480
- Coverage = 3
1481
- }
1482
- export declare class TestTag implements theia.TestTag {
1483
- readonly id: string;
1484
- constructor(id: string);
1485
- }
1486
- export declare class TestRunRequest implements theia.TestRunRequest {
1487
- readonly include: theia.TestItem[] | undefined;
1488
- readonly exclude: theia.TestItem[] | undefined;
1489
- readonly profile: theia.TestRunProfile | undefined;
1490
- readonly continuous: boolean | undefined;
1491
- readonly preserveFocus: boolean;
1492
- testRunId: number;
1493
- constructor(include?: theia.TestItem[] | undefined, exclude?: theia.TestItem[] | undefined, profile?: theia.TestRunProfile | undefined, continuous?: boolean | undefined, preserveFocus?: boolean);
1494
- }
1495
- export declare class TestMessage implements theia.TestMessage {
1496
- message: string | theia.MarkdownString;
1497
- expectedOutput?: string;
1498
- actualOutput?: string;
1499
- location?: theia.Location;
1500
- contextValue?: string;
1501
- stackTrace?: theia.TestMessageStackFrame[] | undefined;
1502
- static diff(message: string | theia.MarkdownString, expected: string, actual: string): theia.TestMessage;
1503
- constructor(message: string | theia.MarkdownString);
1504
- }
1505
- export declare class TestCoverageCount {
1506
- covered: number;
1507
- total: number;
1508
- constructor(covered: number, total: number);
1509
- }
1510
- export declare class TestMessageStackFrame implements theia.TestMessageStackFrame {
1511
- label: string;
1512
- uri?: theia.Uri | undefined;
1513
- position?: Position | undefined;
1514
- constructor(label: string, uri?: theia.Uri | undefined, position?: Position | undefined);
1515
- }
1516
- export declare class FileCoverage {
1517
- uri: theia.Uri;
1518
- statementCoverage: TestCoverageCount;
1519
- branchCoverage?: TestCoverageCount | undefined;
1520
- declarationCoverage?: TestCoverageCount | undefined;
1521
- includesTests?: theia.TestItem[] | undefined;
1522
- detailedCoverage?: theia.FileCoverageDetail[];
1523
- static fromDetails(uri: theia.Uri, details: theia.FileCoverageDetail[]): FileCoverage;
1524
- constructor(uri: theia.Uri, statementCoverage: TestCoverageCount, branchCoverage?: TestCoverageCount | undefined, declarationCoverage?: TestCoverageCount | undefined, includesTests?: theia.TestItem[] | undefined);
1525
- }
1526
- export declare class StatementCoverage implements theia.StatementCoverage {
1527
- executed: number | boolean;
1528
- location: Position | Range;
1529
- branches: BranchCoverage[];
1530
- constructor(executed: number | boolean, location: Position | Range, branches?: BranchCoverage[]);
1531
- }
1532
- export declare class BranchCoverage implements theia.BranchCoverage {
1533
- executed: number | boolean;
1534
- location?: Position | Range | undefined;
1535
- label?: string | undefined;
1536
- constructor(executed: number | boolean, location?: Position | Range | undefined, label?: string | undefined);
1537
- }
1538
- export declare class DeclarationCoverage implements theia.DeclarationCoverage {
1539
- name: string;
1540
- executed: number | boolean;
1541
- location: Position | Range;
1542
- constructor(name: string, executed: number | boolean, location: Position | Range);
1543
- }
1544
- export type FileCoverageDetail = StatementCoverage | DeclarationCoverage;
1545
- export declare class TimelineItem {
1546
- timestamp: number;
1547
- label: string;
1548
- id?: string;
1549
- iconPath?: theia.Uri | {
1550
- light: theia.Uri;
1551
- dark: theia.Uri;
1552
- } | ThemeIcon;
1553
- description?: string;
1554
- detail?: string;
1555
- command?: theia.Command;
1556
- contextValue?: string;
1557
- constructor(label: string, timestamp: number);
1558
- }
1559
- export declare class SemanticTokensLegend {
1560
- readonly tokenTypes: string[];
1561
- readonly tokenModifiers: string[];
1562
- constructor(tokenTypes: string[], tokenModifiers?: string[]);
1563
- }
1564
- export declare class SemanticTokensBuilder {
1565
- private _prevLine;
1566
- private _prevChar;
1567
- private _dataIsSortedAndDeltaEncoded;
1568
- private _data;
1569
- private _dataLen;
1570
- private _tokenTypeStrToInt;
1571
- private _tokenModifierStrToInt;
1572
- private _hasLegend;
1573
- constructor(legend?: SemanticTokensLegend);
1574
- push(line: number, char: number, length: number, tokenType: number, tokenModifiers?: number): void;
1575
- push(range: Range, tokenType: string, tokenModifiers?: string[]): void;
1576
- private _push;
1577
- private _pushEncoded;
1578
- private static _sortAndDeltaEncode;
1579
- build(resultId?: string): SemanticTokens;
1580
- }
1581
- export declare class SemanticTokens {
1582
- readonly resultId: string | undefined;
1583
- readonly data: Uint32Array;
1584
- constructor(data: Uint32Array, resultId?: string);
1585
- }
1586
- export declare class SemanticTokensEdit {
1587
- readonly start: number;
1588
- readonly deleteCount: number;
1589
- readonly data: Uint32Array | undefined;
1590
- constructor(start: number, deleteCount: number, data?: Uint32Array);
1591
- }
1592
- export declare class SemanticTokensEdits {
1593
- readonly resultId: string | undefined;
1594
- readonly edits: SemanticTokensEdit[];
1595
- constructor(edits: SemanticTokensEdit[], resultId?: string);
1596
- }
1597
- export declare enum InputBoxValidationSeverity {
1598
- Info = 1,
1599
- Warning = 2,
1600
- Error = 3
1601
- }
1602
- export declare class TextTabInput {
1603
- readonly uri: URI;
1604
- constructor(uri: URI);
1605
- }
1606
- export declare class TextDiffTabInput {
1607
- readonly original: URI;
1608
- readonly modified: URI;
1609
- constructor(original: URI, modified: URI);
1610
- }
1611
- export declare class TextMergeTabInput {
1612
- readonly base: URI;
1613
- readonly input1: URI;
1614
- readonly input2: URI;
1615
- readonly result: URI;
1616
- constructor(base: URI, input1: URI, input2: URI, result: URI);
1617
- }
1618
- export declare class CustomEditorTabInput {
1619
- readonly uri: URI;
1620
- readonly viewType: string;
1621
- constructor(uri: URI, viewType: string);
1622
- }
1623
- export declare class WebviewEditorTabInput {
1624
- readonly viewType: string;
1625
- constructor(viewType: string);
1626
- }
1627
- export declare class TelemetryTrustedValue<T> {
1628
- readonly value: T;
1629
- constructor(value: T);
1630
- }
1631
- export declare class TelemetryLogger {
1632
- readonly sender: TelemetrySender;
1633
- readonly options?: TelemetryLoggerOptions | undefined;
1634
- readonly onDidChangeEnableStates: theia.Event<TelemetryLogger>;
1635
- readonly isUsageEnabled: boolean;
1636
- readonly isErrorsEnabled: boolean;
1637
- logUsage(eventName: string, data?: Record<string, any | TelemetryTrustedValue<any>>): void;
1638
- logError(eventNameOrError: string | Error, data?: Record<string, any | TelemetryTrustedValue<any>>): void;
1639
- dispose(): void;
1640
- constructor(sender: TelemetrySender, options?: TelemetryLoggerOptions | undefined);
1641
- }
1642
- export interface TelemetrySender {
1643
- sendEventData(eventName: string, data?: Record<string, any>): void;
1644
- sendErrorData(error: Error, data?: Record<string, any>): void;
1645
- flush?(): void | Thenable<void>;
1646
- }
1647
- export interface TelemetryLoggerOptions {
1648
- /**
1649
- * Whether or not you want to avoid having the built-in common properties such as os, extension name, etc injected into the data object.
1650
- * Defaults to `false` if not defined.
1651
- */
1652
- readonly ignoreBuiltInCommonProperties?: boolean;
1653
- /**
1654
- * Whether or not unhandled errors on the extension host caused by your extension should be logged to your sender.
1655
- * Defaults to `false` if not defined.
1656
- */
1657
- readonly ignoreUnhandledErrors?: boolean;
1658
- /**
1659
- * Any additional common properties which should be injected into the data object.
1660
- */
1661
- readonly additionalCommonProperties?: Record<string, any>;
1662
- }
1663
- export declare class NotebookEditorTabInput {
1664
- readonly uri: URI;
1665
- readonly notebookType: string;
1666
- constructor(uri: URI, notebookType: string);
1667
- }
1668
- export declare class NotebookDiffEditorTabInput {
1669
- readonly original: URI;
1670
- readonly modified: URI;
1671
- readonly notebookType: string;
1672
- constructor(original: URI, modified: URI, notebookType: string);
1673
- }
1674
- export declare class TerminalEditorTabInput {
1675
- constructor();
1676
- }
1677
- export declare class InteractiveWindowInput {
1678
- readonly uri: URI;
1679
- readonly inputBoxUri: URI;
1680
- constructor(uri: URI, inputBoxUri: URI);
1681
- }
1682
- export declare class DocumentPasteEditKind {
1683
- readonly value: string;
1684
- static Empty: DocumentPasteEditKind;
1685
- static Text: DocumentPasteEditKind;
1686
- static TextUpdateImports: DocumentPasteEditKind;
1687
- constructor(value: string);
1688
- /** @stubbed */
1689
- append(...parts: string[]): CodeActionKind;
1690
- /** @stubbed */
1691
- intersects(other: CodeActionKind): boolean;
1692
- /** @stubbed */
1693
- contains(other: CodeActionKind): boolean;
1694
- }
1695
- export declare class DocumentPasteEdit {
1696
- constructor(insertText: string | SnippetString, title: string, kind: DocumentDropOrPasteEditKind);
1697
- title: string;
1698
- kind: DocumentDropOrPasteEditKind;
1699
- insertText: string | SnippetString;
1700
- additionalEdit?: WorkspaceEdit;
1701
- yieldTo?: ReadonlyArray<DocumentDropOrPasteEditKind>;
1702
- }
1703
- /**
1704
- * The reason why paste edits were requested.
1705
- */
1706
- export declare enum DocumentPasteTriggerKind {
1707
- /**
1708
- * Pasting was requested as part of a normal paste operation.
1709
- */
1710
- Automatic = 0,
1711
- /**
1712
- * Pasting was requested by the user with the `paste as` command.
1713
- */
1714
- PasteAs = 1
1715
- }
1716
- export declare enum EditSessionIdentityMatch {
1717
- Complete = 100,
1718
- Partial = 50,
1719
- None = 0
1720
- }
1721
- export declare class TerminalCompletionList<T extends theia.TerminalCompletionItem> {
1722
- resourceRequestConfig?: theia.TerminalResourceRequestConfig;
1723
- items: T[];
1724
- /**
1725
- * Creates a new completion list.
1726
- *
1727
- * @param items The completion items.
1728
- * @param resourceRequestConfig Indicates which resources should be shown as completions for the cwd of the terminal.
1729
- * @stubbed
1730
- */
1731
- constructor(items?: T[], resourceRequestConfig?: theia.TerminalResourceRequestConfig);
1732
- }
1733
- export declare enum TerminalCompletionItemKind {
1734
- File = 0,
1735
- Folder = 1,
1736
- Method = 2,
1737
- Alias = 3,
1738
- Argument = 4,
1739
- Option = 5,
1740
- OptionValue = 6,
1741
- Flag = 7,
1742
- SymbolicLinkFile = 8,
1743
- SymbolicLinkFolder = 9,
1744
- Commit = 10,
1745
- Branch = 11,
1746
- Tag = 12,
1747
- Stash = 13,
1748
- Remote = 14,
1749
- PullRequest = 15,
1750
- PullRequestDone = 16
1751
- }
1752
- export declare class TerminalQuickFixTerminalCommand {
1753
- /**
1754
- * The terminal command to run
1755
- */
1756
- terminalCommand: string;
1757
- /**
1758
- * Whether the command should be executed or just inserted (default)
1759
- */
1760
- shouldExecute?: boolean;
1761
- /**
1762
- * @stubbed
1763
- */
1764
- constructor(terminalCommand: string, shouldExecute?: boolean);
1765
- }
1766
- export declare class TerminalQuickFixOpener {
1767
- /**
1768
- * The uri to open
1769
- */
1770
- uri: theia.Uri;
1771
- /**
1772
- * @stubbed
1773
- */
1774
- constructor(uri: theia.Uri);
1775
- }
1776
- /**
1777
- * @stubbed
1778
- */
1779
- export declare class ChatRequestTurn {
1780
- readonly prompt: string;
1781
- readonly participant: string;
1782
- readonly command?: string;
1783
- readonly references: theia.ChatPromptReference[];
1784
- readonly toolReferences: readonly theia.ChatLanguageModelToolReference[];
1785
- private constructor();
1786
- }
1787
- /**
1788
- * @stubbed
1789
- */
1790
- export declare class ChatResponseTurn {
1791
- readonly response: ReadonlyArray<theia.ChatResponseMarkdownPart | theia.ChatResponseFileTreePart | theia.ChatResponseAnchorPart | theia.ChatResponseCommandButtonPart>;
1792
- readonly result: theia.ChatResult;
1793
- readonly participant: string;
1794
- readonly command?: string;
1795
- private constructor();
1796
- }
1797
- /**
1798
- * @stubbed
1799
- */
1800
- export declare class ChatResponseAnchorPart {
1801
- value: URI | Location;
1802
- title?: string;
1803
- constructor(value: URI | Location, title?: string);
1804
- }
1805
- /**
1806
- * @stubbed
1807
- */
1808
- export declare class ChatResponseProgressPart {
1809
- value: string;
1810
- constructor(value: string);
1811
- }
1812
- /**
1813
- * @stubbed
1814
- */
1815
- export declare class ChatResponseReferencePart {
1816
- value: URI | Location;
1817
- iconPath?: URI | ThemeIcon | {
1818
- light: URI;
1819
- dark: URI;
1820
- };
1821
- constructor(value: URI | theia.Location, iconPath?: URI | ThemeIcon | {
1822
- light: URI;
1823
- dark: URI;
1824
- });
1825
- }
1826
- /**
1827
- * @stubbed
1828
- */
1829
- export declare class ChatResponseCommandButtonPart {
1830
- value: theia.Command;
1831
- constructor(value: theia.Command);
1832
- }
1833
- /**
1834
- * @stubbed
1835
- */
1836
- export declare class ChatResponseMarkdownPart {
1837
- value: theia.MarkdownString;
1838
- constructor(value: string | theia.MarkdownString);
1839
- }
1840
- /**
1841
- * @stubbed
1842
- */
1843
- export declare class ChatResponseFileTreePart {
1844
- value: theia.ChatResponseFileTree[];
1845
- baseUri: URI;
1846
- constructor(value: theia.ChatResponseFileTree[], baseUri: URI);
1847
- }
1848
- export type ChatResponsePart = ChatResponseMarkdownPart | ChatResponseFileTreePart | ChatResponseAnchorPart | ChatResponseProgressPart | ChatResponseReferencePart | ChatResponseCommandButtonPart;
1849
- export declare enum ChatResultFeedbackKind {
1850
- Unhelpful = 0,
1851
- Helpful = 1
1852
- }
1853
- export declare enum LanguageModelChatMessageRole {
1854
- User = 1,
1855
- Assistant = 2
1856
- }
1857
- /**
1858
- * @stubbed
1859
- */
1860
- export declare class LanguageModelChatMessage {
1861
- role: LanguageModelChatMessageRole;
1862
- content: string | LanguageModelInputPart[];
1863
- name?: string | undefined;
1864
- static User(content: string | (LanguageModelTextPart | LanguageModelToolResultPart)[], name?: string): LanguageModelChatMessage;
1865
- static Assistant(content: string | (LanguageModelTextPart | LanguageModelToolResultPart)[], name?: string): LanguageModelChatMessage;
1866
- constructor(role: LanguageModelChatMessageRole, content: string | LanguageModelInputPart[], name?: string | undefined);
1867
- }
1868
- /**
1869
- * The various message types which a {@linkcode LanguageModelChatProvider} can emit in the chat response stream
1870
- */
1871
- export type LanguageModelResponsePart = LanguageModelTextPart | LanguageModelToolResultPart | LanguageModelToolCallPart;
1872
- /**
1873
- * The various message types which can be sent via {@linkcode LanguageModelChat.sendRequest } and processed by a {@linkcode LanguageModelChatProvider}
1874
- */
1875
- export type LanguageModelInputPart = LanguageModelTextPart | LanguageModelToolResultPart | LanguageModelToolCallPart;
1876
- export declare class LanguageModelError extends Error {
1877
- static NoPermissions(message?: string): LanguageModelError;
1878
- static Blocked(message?: string): LanguageModelError;
1879
- static NotFound(message?: string): LanguageModelError;
1880
- readonly code: string;
1881
- constructor(message?: string, code?: string);
1882
- }
1883
- export declare enum LanguageModelChatToolMode {
1884
- Auto = 1,
1885
- Required = 2
1886
- }
1887
- /**
1888
- * @stubbed
1889
- */
1890
- export declare class LanguageModelToolCallPart {
1891
- callId: string;
1892
- name: string;
1893
- input: object;
1894
- constructor(callId: string, name: string, input: object);
1895
- }
1896
- /**
1897
- * @stubbed
1898
- */
1899
- export declare class LanguageModelToolResultPart {
1900
- callId: string;
1901
- content: (theia.LanguageModelTextPart | theia.LanguageModelPromptTsxPart | unknown)[];
1902
- constructor(callId: string, content: (theia.LanguageModelTextPart | theia.LanguageModelPromptTsxPart | unknown)[]);
1903
- }
1904
- /**
1905
- * @stubbed
1906
- */
1907
- export declare class LanguageModelTextPart {
1908
- value: string;
1909
- constructor(value: string);
1910
- }
1911
- /**
1912
- * @stubbed
1913
- */
1914
- export declare class LanguageModelToolResult {
1915
- content: (theia.LanguageModelTextPart | theia.LanguageModelPromptTsxPart | unknown)[];
1916
- constructor(content: (theia.LanguageModelTextPart | theia.LanguageModelPromptTsxPart)[]);
1917
- }
1918
- /**
1919
- * @stubbed
1920
- */
1921
- export declare class LanguageModelPromptTsxPart {
1922
- value: unknown;
1923
- constructor(value: unknown);
1924
- }
1925
- /**
1926
- * @stubbed
1927
- */
1928
- export interface ProvideLanguageModelChatResponseOptions {
1929
- readonly modelOptions?: {
1930
- readonly [name: string]: any;
1931
- };
1932
- readonly tools?: readonly theia.LanguageModelChatTool[];
1933
- readonly toolMode: LanguageModelChatToolMode;
1934
- }
1935
- /**
1936
- * @stubbed
1937
- */
1938
- export interface LanguageModelChatInformation {
1939
- readonly id: string;
1940
- readonly name: string;
1941
- readonly family: string;
1942
- readonly tooltip?: string;
1943
- readonly detail?: string;
1944
- readonly version: string;
1945
- readonly maxInputTokens: number;
1946
- readonly maxOutputTokens: number;
1947
- readonly capabilities: {
1948
- readonly imageInput?: boolean;
1949
- readonly toolCalling?: boolean | number;
1950
- };
1951
- }
1952
- /**
1953
- * @stubbed
1954
- */
1955
- export interface LanguageModelChatRequestMessage {
1956
- readonly role: LanguageModelChatMessageRole;
1957
- readonly content: ReadonlyArray<LanguageModelInputPart | unknown>;
1958
- readonly name: string | undefined;
1959
- }
1960
- /**
1961
- * @stubbed
1962
- */
1963
- export interface LanguageModelChatProvider<T extends LanguageModelChatInformation = LanguageModelChatInformation> {
1964
- readonly onDidChangeLanguageModelChatInformation?: theia.Event<void>;
1965
- provideLanguageModelChatInformation(options: PrepareLanguageModelChatModelOptions, token: theia.CancellationToken): theia.ProviderResult<T[]>;
1966
- provideLanguageModelChatResponse(model: T, messages: readonly theia.LanguageModelChatRequestMessage[], options: ProvideLanguageModelChatResponseOptions, progress: Progress<LanguageModelResponsePart>, token: theia.CancellationToken): Thenable<void>;
1967
- provideTokenCount(model: T, text: string | LanguageModelChatRequestMessage, token: theia.CancellationToken): Thenable<number>;
1968
- }
1969
- /**
1970
- * @stubbed
1971
- */
1972
- export interface PrepareLanguageModelChatModelOptions {
1973
- readonly silent: boolean;
1974
- }
1975
- export declare enum PortAutoForwardAction {
1976
- Notify = 1,
1977
- OpenBrowser = 2,
1978
- OpenPreview = 3,
1979
- Silent = 4,
1980
- Ignore = 5
1981
- }
1982
- export declare class PortAttributes {
1983
- autoForwardAction: PortAutoForwardAction;
1984
- constructor(autoForwardAction: PortAutoForwardAction);
1985
- }
1986
- export declare class DebugVisualization {
1987
- name: string;
1988
- iconPath?: URI | {
1989
- light: URI;
1990
- dark: URI;
1991
- } | ThemeIcon;
1992
- visualization?: theia.Command | {
1993
- treeId: string;
1994
- };
1995
- constructor(name: string);
1996
- }
1997
- export declare enum TerminalShellExecutionCommandLineConfidence {
1998
- Low = 0,
1999
- Medium = 1,
2000
- High = 2
2001
- }
2002
- /**
2003
- * McpStdioServerDefinition represents an MCP server available by running
2004
- * a local process and operating on its stdin and stdout streams. The process
2005
- * will be spawned as a child process of the extension host and by default
2006
- * will not run in a shell environment.
2007
- */
2008
- export declare class McpStdioServerDefinition {
2009
- /**
2010
- * The human-readable name of the server.
2011
- */
2012
- readonly label: string;
2013
- /**
2014
- * The working directory used to start the server.
2015
- */
2016
- cwd?: URI;
2017
- /**
2018
- * The command used to start the server. Node.js-based servers may use
2019
- * `process.execPath` to use the editor's version of Node.js to run the script.
2020
- */
2021
- command: string;
2022
- /**
2023
- * Additional command-line arguments passed to the server.
2024
- */
2025
- args?: string[];
2026
- /**
2027
- * Optional additional environment information for the server. Variables
2028
- * in this environment will overwrite or remove (if null) the default
2029
- * environment variables of the editor's extension host.
2030
- */
2031
- env?: Record<string, string | number | null>;
2032
- /**
2033
- * Optional version identification for the server. If this changes, the
2034
- * editor will indicate that tools have changed and prompt to refresh them.
2035
- */
2036
- version?: string;
2037
- /**
2038
- * @param label The human-readable name of the server.
2039
- * @param command The command used to start the server.
2040
- * @param args Additional command-line arguments passed to the server.
2041
- * @param env Optional additional environment information for the server.
2042
- * @param version Optional version identification for the server.
2043
- */
2044
- constructor(label: string, command: string, args?: string[], env?: Record<string, string | number | null>, version?: string);
2045
- }
2046
- /**
2047
- * McpHttpServerDefinition represents an MCP server available using the
2048
- * Streamable HTTP transport.
2049
- */
2050
- export declare class McpHttpServerDefinition {
2051
- /**
2052
- * The human-readable name of the server.
2053
- */
2054
- readonly label: string;
2055
- /**
2056
- * The URI of the server. The editor will make a POST request to this URI
2057
- * to begin each session.
2058
- */
2059
- uri: URI;
2060
- /**
2061
- * Optional additional heads included with each request to the server.
2062
- */
2063
- headers?: Record<string, string>;
2064
- /**
2065
- * Optional version identification for the server. If this changes, the
2066
- * editor will indicate that tools have changed and prompt to refresh them.
2067
- */
2068
- version?: string;
2069
- /**
2070
- * @param label The human-readable name of the server.
2071
- * @param uri The URI of the server.
2072
- * @param headers Optional additional heads included with each request to the server.
2073
- */
2074
- constructor(label: string, uri: URI, headers?: Record<string, string>, version?: string);
2075
- }
2076
- /**
2077
- * Definitions that describe different types of Model Context Protocol servers,
2078
- * which can be returned from the {@link McpServerDefinitionProvider}.
2079
- */
2080
- export type McpServerDefinition = McpStdioServerDefinition | McpHttpServerDefinition;
2081
- export declare enum TextEditorChangeKind {
2082
- Addition = 1,
2083
- Deletion = 2,
2084
- Modification = 3
2085
- }
2086
- export interface TextEditorLineRange {
2087
- readonly startLineNumber: number;
2088
- readonly endLineNumberExclusive: number;
2089
- }
2090
- export interface TextEditorChange {
2091
- readonly original: TextEditorLineRange;
2092
- readonly modified: TextEditorLineRange;
2093
- readonly kind: TextEditorChangeKind;
2094
- }
2095
- export interface TextEditorDiffInformation {
2096
- readonly documentVersion: number;
2097
- readonly original: theia.Uri | undefined;
2098
- readonly modified: theia.Uri;
2099
- readonly changes: readonly TextEditorChange[];
2100
- readonly isStale: boolean;
2101
- }
2102
- export interface TextEditorDiffInformationChangeEvent {
2103
- readonly textEditor: TextEditor;
2104
- readonly diffInformation: TextEditorDiffInformation[] | undefined;
2105
- }
2106
- export interface TextEditor {
2107
- readonly diffInformation: TextEditorDiffInformation[] | undefined;
2108
- }
2109
- export {};
2110
- //# sourceMappingURL=types-impl.d.ts.map