@theia/plugin-ext 1.66.0-next.44 → 1.66.0-next.67

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 (250) hide show
  1. package/lib/common/plugin-api-rpc-model.d.ts +0 -28
  2. package/lib/common/plugin-api-rpc-model.d.ts.map +1 -1
  3. package/lib/common/plugin-api-rpc.d.ts +2 -31
  4. package/lib/common/plugin-api-rpc.d.ts.map +1 -1
  5. package/lib/common/plugin-api-rpc.js.map +1 -1
  6. package/lib/hosted/node/hosted-plugin-process.d.ts +2 -0
  7. package/lib/hosted/node/hosted-plugin-process.d.ts.map +1 -1
  8. package/lib/hosted/node/hosted-plugin-process.js +6 -5
  9. package/lib/hosted/node/hosted-plugin-process.js.map +1 -1
  10. package/lib/main/browser/authentication-main.d.ts +2 -31
  11. package/lib/main/browser/authentication-main.d.ts.map +1 -1
  12. package/lib/main/browser/authentication-main.js +7 -10
  13. package/lib/main/browser/authentication-main.js.map +1 -1
  14. package/lib/main/browser/command-registry-main.d.ts +0 -29
  15. package/lib/main/browser/command-registry-main.d.ts.map +1 -1
  16. package/lib/main/browser/comments/comment-thread-widget.d.ts +0 -28
  17. package/lib/main/browser/comments/comment-thread-widget.d.ts.map +1 -1
  18. package/lib/main/browser/comments/comments-main.d.ts +0 -28
  19. package/lib/main/browser/comments/comments-main.d.ts.map +1 -1
  20. package/lib/main/browser/custom-editors/custom-editors-main.d.ts +0 -28
  21. package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -1
  22. package/lib/main/browser/debug/plugin-debug-service.d.ts +0 -28
  23. package/lib/main/browser/debug/plugin-debug-service.d.ts.map +1 -1
  24. package/lib/main/browser/editors-and-documents-main.js +3 -0
  25. package/lib/main/browser/editors-and-documents-main.js.map +1 -1
  26. package/lib/main/browser/languages-main.d.ts +0 -28
  27. package/lib/main/browser/languages-main.d.ts.map +1 -1
  28. package/lib/main/browser/notebooks/notebooks-main.d.ts +0 -28
  29. package/lib/main/browser/notebooks/notebooks-main.d.ts.map +1 -1
  30. package/lib/main/browser/quick-open-main.d.ts +0 -28
  31. package/lib/main/browser/quick-open-main.d.ts.map +1 -1
  32. package/lib/main/browser/secrets-main.d.ts +3 -0
  33. package/lib/main/browser/secrets-main.d.ts.map +1 -1
  34. package/lib/main/browser/secrets-main.js +23 -0
  35. package/lib/main/browser/secrets-main.js.map +1 -1
  36. package/lib/main/browser/terminal-main.d.ts +0 -28
  37. package/lib/main/browser/terminal-main.d.ts.map +1 -1
  38. package/lib/main/browser/view/tree-view-decorator-service.d.ts +0 -28
  39. package/lib/main/browser/view/tree-view-decorator-service.d.ts.map +1 -1
  40. package/lib/main/browser/view/tree-view-widget.d.ts +0 -28
  41. package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
  42. package/lib/main/browser/view/tree-views-main.d.ts +0 -28
  43. package/lib/main/browser/view/tree-views-main.d.ts.map +1 -1
  44. package/lib/main/browser/webview/webview.d.ts +0 -28
  45. package/lib/main/browser/webview/webview.d.ts.map +1 -1
  46. package/lib/main/browser/webview-views/webview-views-main.d.ts +0 -28
  47. package/lib/main/browser/webview-views/webview-views-main.d.ts.map +1 -1
  48. package/lib/main/browser/webviews-main.d.ts +0 -28
  49. package/lib/main/browser/webviews-main.d.ts.map +1 -1
  50. package/lib/main/browser/workspace-main.d.ts +0 -28
  51. package/lib/main/browser/workspace-main.d.ts.map +1 -1
  52. package/lib/plugin/authentication-ext.d.ts +4 -32
  53. package/lib/plugin/authentication-ext.d.ts.map +1 -1
  54. package/lib/plugin/authentication-ext.js +2 -2
  55. package/lib/plugin/authentication-ext.js.map +1 -1
  56. package/lib/plugin/clipboard-ext.d.ts +0 -28
  57. package/lib/plugin/clipboard-ext.d.ts.map +1 -1
  58. package/lib/plugin/command-registry.d.ts +0 -29
  59. package/lib/plugin/command-registry.d.ts.map +1 -1
  60. package/lib/plugin/comments.d.ts +0 -28
  61. package/lib/plugin/comments.d.ts.map +1 -1
  62. package/lib/plugin/custom-editors.d.ts +0 -28
  63. package/lib/plugin/custom-editors.d.ts.map +1 -1
  64. package/lib/plugin/debug/debug-ext.d.ts +0 -29
  65. package/lib/plugin/debug/debug-ext.d.ts.map +1 -1
  66. package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts +0 -28
  67. package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts.map +1 -1
  68. package/lib/plugin/debug/plugin-debug-adapter-session.d.ts +0 -28
  69. package/lib/plugin/debug/plugin-debug-adapter-session.d.ts.map +1 -1
  70. package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts +0 -28
  71. package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts.map +1 -1
  72. package/lib/plugin/decorations.d.ts +0 -28
  73. package/lib/plugin/decorations.d.ts.map +1 -1
  74. package/lib/plugin/dialogs.d.ts +0 -28
  75. package/lib/plugin/dialogs.d.ts.map +1 -1
  76. package/lib/plugin/document-data.d.ts +0 -28
  77. package/lib/plugin/document-data.d.ts.map +1 -1
  78. package/lib/plugin/documents.d.ts +0 -28
  79. package/lib/plugin/documents.d.ts.map +1 -1
  80. package/lib/plugin/env.d.ts +0 -29
  81. package/lib/plugin/env.d.ts.map +1 -1
  82. package/lib/plugin/file-system-event-service-ext-impl.d.ts +0 -28
  83. package/lib/plugin/file-system-event-service-ext-impl.d.ts.map +1 -1
  84. package/lib/plugin/file-system-ext-impl.d.ts +0 -28
  85. package/lib/plugin/file-system-ext-impl.d.ts.map +1 -1
  86. package/lib/plugin/label-service.d.ts +0 -29
  87. package/lib/plugin/label-service.d.ts.map +1 -1
  88. package/lib/plugin/languages/call-hierarchy.d.ts +0 -28
  89. package/lib/plugin/languages/call-hierarchy.d.ts.map +1 -1
  90. package/lib/plugin/languages/code-action.d.ts +0 -28
  91. package/lib/plugin/languages/code-action.d.ts.map +1 -1
  92. package/lib/plugin/languages/color.d.ts +0 -28
  93. package/lib/plugin/languages/color.d.ts.map +1 -1
  94. package/lib/plugin/languages/completion.d.ts +0 -28
  95. package/lib/plugin/languages/completion.d.ts.map +1 -1
  96. package/lib/plugin/languages/declaration.d.ts +0 -28
  97. package/lib/plugin/languages/declaration.d.ts.map +1 -1
  98. package/lib/plugin/languages/definition.d.ts +0 -28
  99. package/lib/plugin/languages/definition.d.ts.map +1 -1
  100. package/lib/plugin/languages/diagnostics.d.ts +0 -28
  101. package/lib/plugin/languages/diagnostics.d.ts.map +1 -1
  102. package/lib/plugin/languages/document-drop-edit.d.ts +0 -28
  103. package/lib/plugin/languages/document-drop-edit.d.ts.map +1 -1
  104. package/lib/plugin/languages/document-formatting.d.ts +0 -28
  105. package/lib/plugin/languages/document-formatting.d.ts.map +1 -1
  106. package/lib/plugin/languages/document-highlight.d.ts +0 -28
  107. package/lib/plugin/languages/document-highlight.d.ts.map +1 -1
  108. package/lib/plugin/languages/evaluatable-expression.d.ts +0 -28
  109. package/lib/plugin/languages/evaluatable-expression.d.ts.map +1 -1
  110. package/lib/plugin/languages/folding.d.ts +0 -28
  111. package/lib/plugin/languages/folding.d.ts.map +1 -1
  112. package/lib/plugin/languages/hover.d.ts +0 -28
  113. package/lib/plugin/languages/hover.d.ts.map +1 -1
  114. package/lib/plugin/languages/implementation.d.ts +0 -28
  115. package/lib/plugin/languages/implementation.d.ts.map +1 -1
  116. package/lib/plugin/languages/inlay-hints.d.ts +0 -28
  117. package/lib/plugin/languages/inlay-hints.d.ts.map +1 -1
  118. package/lib/plugin/languages/inline-completion.d.ts +0 -28
  119. package/lib/plugin/languages/inline-completion.d.ts.map +1 -1
  120. package/lib/plugin/languages/inline-values.d.ts +0 -28
  121. package/lib/plugin/languages/inline-values.d.ts.map +1 -1
  122. package/lib/plugin/languages/lens.d.ts +0 -28
  123. package/lib/plugin/languages/lens.d.ts.map +1 -1
  124. package/lib/plugin/languages/link-provider.d.ts +0 -28
  125. package/lib/plugin/languages/link-provider.d.ts.map +1 -1
  126. package/lib/plugin/languages/linked-editing-range.d.ts +0 -28
  127. package/lib/plugin/languages/linked-editing-range.d.ts.map +1 -1
  128. package/lib/plugin/languages/on-type-formatting.d.ts +0 -28
  129. package/lib/plugin/languages/on-type-formatting.d.ts.map +1 -1
  130. package/lib/plugin/languages/outline.d.ts +0 -28
  131. package/lib/plugin/languages/outline.d.ts.map +1 -1
  132. package/lib/plugin/languages/range-formatting.d.ts +0 -28
  133. package/lib/plugin/languages/range-formatting.d.ts.map +1 -1
  134. package/lib/plugin/languages/reference.d.ts +0 -28
  135. package/lib/plugin/languages/reference.d.ts.map +1 -1
  136. package/lib/plugin/languages/rename.d.ts +0 -28
  137. package/lib/plugin/languages/rename.d.ts.map +1 -1
  138. package/lib/plugin/languages/selection-range.d.ts +0 -28
  139. package/lib/plugin/languages/selection-range.d.ts.map +1 -1
  140. package/lib/plugin/languages/semantic-highlighting.d.ts +0 -28
  141. package/lib/plugin/languages/semantic-highlighting.d.ts.map +1 -1
  142. package/lib/plugin/languages/signature.d.ts +0 -28
  143. package/lib/plugin/languages/signature.d.ts.map +1 -1
  144. package/lib/plugin/languages/type-definition.d.ts +0 -28
  145. package/lib/plugin/languages/type-definition.d.ts.map +1 -1
  146. package/lib/plugin/languages/type-hierarchy.d.ts +0 -28
  147. package/lib/plugin/languages/type-hierarchy.d.ts.map +1 -1
  148. package/lib/plugin/languages/util.d.ts +0 -28
  149. package/lib/plugin/languages/util.d.ts.map +1 -1
  150. package/lib/plugin/languages/workspace-symbol.d.ts +0 -28
  151. package/lib/plugin/languages/workspace-symbol.d.ts.map +1 -1
  152. package/lib/plugin/languages-utils.d.ts +0 -28
  153. package/lib/plugin/languages-utils.d.ts.map +1 -1
  154. package/lib/plugin/languages.d.ts +0 -28
  155. package/lib/plugin/languages.d.ts.map +1 -1
  156. package/lib/plugin/lm-ext.d.ts +0 -28
  157. package/lib/plugin/lm-ext.d.ts.map +1 -1
  158. package/lib/plugin/markdown-string.d.ts +0 -28
  159. package/lib/plugin/markdown-string.d.ts.map +1 -1
  160. package/lib/plugin/message-registry.d.ts +0 -28
  161. package/lib/plugin/message-registry.d.ts.map +1 -1
  162. package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts +0 -28
  163. package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts.map +1 -1
  164. package/lib/plugin/notebook/notebook-document.d.ts +0 -28
  165. package/lib/plugin/notebook/notebook-document.d.ts.map +1 -1
  166. package/lib/plugin/notebook/notebook-documents.d.ts +0 -28
  167. package/lib/plugin/notebook/notebook-documents.d.ts.map +1 -1
  168. package/lib/plugin/notebook/notebook-editor.d.ts +0 -28
  169. package/lib/plugin/notebook/notebook-editor.d.ts.map +1 -1
  170. package/lib/plugin/notebook/notebook-editors.d.ts +0 -28
  171. package/lib/plugin/notebook/notebook-editors.d.ts.map +1 -1
  172. package/lib/plugin/notebook/notebook-kernels.d.ts +0 -28
  173. package/lib/plugin/notebook/notebook-kernels.d.ts.map +1 -1
  174. package/lib/plugin/notebook/notebook-renderers.d.ts +0 -28
  175. package/lib/plugin/notebook/notebook-renderers.d.ts.map +1 -1
  176. package/lib/plugin/notebook/notebooks.d.ts +0 -28
  177. package/lib/plugin/notebook/notebooks.d.ts.map +1 -1
  178. package/lib/plugin/notification.d.ts +0 -28
  179. package/lib/plugin/notification.d.ts.map +1 -1
  180. package/lib/plugin/output-channel/log-output-channel.d.ts +0 -28
  181. package/lib/plugin/output-channel/log-output-channel.d.ts.map +1 -1
  182. package/lib/plugin/output-channel/output-channel-item.d.ts +0 -28
  183. package/lib/plugin/output-channel/output-channel-item.d.ts.map +1 -1
  184. package/lib/plugin/output-channel-registry.d.ts +0 -28
  185. package/lib/plugin/output-channel-registry.d.ts.map +1 -1
  186. package/lib/plugin/plugin-context.d.ts +0 -29
  187. package/lib/plugin/plugin-context.d.ts.map +1 -1
  188. package/lib/plugin/plugin-context.js +1 -1
  189. package/lib/plugin/plugin-context.js.map +1 -1
  190. package/lib/plugin/plugin-manager.d.ts +0 -29
  191. package/lib/plugin/plugin-manager.d.ts.map +1 -1
  192. package/lib/plugin/plugin-storage.d.ts +0 -28
  193. package/lib/plugin/plugin-storage.d.ts.map +1 -1
  194. package/lib/plugin/preference-registry.d.ts +0 -28
  195. package/lib/plugin/preference-registry.d.ts.map +1 -1
  196. package/lib/plugin/quick-open.d.ts +0 -28
  197. package/lib/plugin/quick-open.d.ts.map +1 -1
  198. package/lib/plugin/scm.d.ts +0 -28
  199. package/lib/plugin/scm.d.ts.map +1 -1
  200. package/lib/plugin/secrets-ext.d.ts +3 -28
  201. package/lib/plugin/secrets-ext.d.ts.map +1 -1
  202. package/lib/plugin/secrets-ext.js +6 -0
  203. package/lib/plugin/secrets-ext.js.map +1 -1
  204. package/lib/plugin/status-bar/status-bar-item.d.ts +0 -28
  205. package/lib/plugin/status-bar/status-bar-item.d.ts.map +1 -1
  206. package/lib/plugin/status-bar-message-registry.d.ts +0 -28
  207. package/lib/plugin/status-bar-message-registry.d.ts.map +1 -1
  208. package/lib/plugin/tabs.d.ts +0 -28
  209. package/lib/plugin/tabs.d.ts.map +1 -1
  210. package/lib/plugin/tasks/task-provider.d.ts +0 -28
  211. package/lib/plugin/tasks/task-provider.d.ts.map +1 -1
  212. package/lib/plugin/tasks/tasks.d.ts +0 -28
  213. package/lib/plugin/tasks/tasks.d.ts.map +1 -1
  214. package/lib/plugin/terminal-ext.d.ts +0 -29
  215. package/lib/plugin/terminal-ext.d.ts.map +1 -1
  216. package/lib/plugin/test-item.d.ts +0 -28
  217. package/lib/plugin/test-item.d.ts.map +1 -1
  218. package/lib/plugin/tests.d.ts +0 -28
  219. package/lib/plugin/tests.d.ts.map +1 -1
  220. package/lib/plugin/text-editor.d.ts +0 -28
  221. package/lib/plugin/text-editor.d.ts.map +1 -1
  222. package/lib/plugin/text-editors.d.ts +0 -28
  223. package/lib/plugin/text-editors.d.ts.map +1 -1
  224. package/lib/plugin/timeline.d.ts +0 -29
  225. package/lib/plugin/timeline.d.ts.map +1 -1
  226. package/lib/plugin/tree/tree-views.d.ts +0 -28
  227. package/lib/plugin/tree/tree-views.d.ts.map +1 -1
  228. package/lib/plugin/type-converters.d.ts +0 -28
  229. package/lib/plugin/type-converters.d.ts.map +1 -1
  230. package/lib/plugin/types-impl.d.ts +0 -28
  231. package/lib/plugin/types-impl.d.ts.map +1 -1
  232. package/lib/plugin/uri-ext.d.ts +0 -28
  233. package/lib/plugin/uri-ext.d.ts.map +1 -1
  234. package/lib/plugin/webview-views.d.ts +0 -28
  235. package/lib/plugin/webview-views.d.ts.map +1 -1
  236. package/lib/plugin/webviews.d.ts +0 -28
  237. package/lib/plugin/webviews.d.ts.map +1 -1
  238. package/lib/plugin/window-state.d.ts +0 -28
  239. package/lib/plugin/window-state.d.ts.map +1 -1
  240. package/lib/plugin/workspace.d.ts +0 -28
  241. package/lib/plugin/workspace.d.ts.map +1 -1
  242. package/package.json +30 -32
  243. package/src/common/plugin-api-rpc.ts +2 -1
  244. package/src/hosted/node/hosted-plugin-process.ts +5 -7
  245. package/src/main/browser/authentication-main.ts +8 -11
  246. package/src/main/browser/editors-and-documents-main.ts +3 -0
  247. package/src/main/browser/secrets-main.ts +25 -0
  248. package/src/plugin/authentication-ext.ts +6 -6
  249. package/src/plugin/plugin-context.ts +1 -3
  250. package/src/plugin/secrets-ext.ts +10 -0
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import { URI } from '@theia/core/shared/vscode-uri';
30
2
  import * as theia from '@theia/plugin';
31
3
  import { DocumentsExtImpl } from '../documents';
@@ -1 +1 @@
1
- {"version":3,"file":"implementation.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/implementation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGhD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,UAAU,EAA0B,MAAM,mCAAmC,CAAC;AAGvF,qBAAa,qBAAqB;IAG1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,sBAAsB,EACtC,SAAS,EAAE,gBAAgB;IAGhD,qBAAqB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC;CAwC5H"}
1
+ {"version":3,"file":"implementation.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/implementation.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGhD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,UAAU,EAA0B,MAAM,mCAAmC,CAAC;AAGvF,qBAAa,qBAAqB;IAG1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,sBAAsB,EACtC,SAAS,EAAE,gBAAgB;IAGhD,qBAAqB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC;CAwC5H"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import * as theia from '@theia/plugin';
30
2
  import { ChainedCacheId, InlayHint, Range } from '../../common/plugin-api-rpc-model';
31
3
  import { CommandRegistryImpl } from '../command-registry';
@@ -1 +1 @@
1
- {"version":3,"file":"inlay-hints.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/inlay-hints.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAGvC,OAAO,EAAE,cAAc,EAAE,SAAS,EAAsB,KAAK,EAAE,MAAM,mCAAmC,CAAC;AACzG,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAgB,aAAa,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AAGpD,qBAAa,iBAAiB;IAMtB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAN7B,OAAO,CAAC,KAAK,CAA4C;IACzD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA2C;gBAGlD,QAAQ,EAAE,KAAK,CAAC,kBAAkB,EAClC,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,mBAAmB;IAG5C,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC;IA+BlH,gBAAgB,CAAC,EAAE,EAAE,cAAc,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,SAAS,GAAG,SAAS,CAAC;IAkB1G,OAAO,CAAC,gBAAgB;IAUxB,OAAO,CAAC,gBAAgB;IAuClB,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAMhD"}
1
+ {"version":3,"file":"inlay-hints.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/inlay-hints.ts"],"names":[],"mappings":"AAsBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAGvC,OAAO,EAAE,cAAc,EAAE,SAAS,EAAsB,KAAK,EAAE,MAAM,mCAAmC,CAAC;AACzG,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAgB,aAAa,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AAGpD,qBAAa,iBAAiB;IAMtB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAN7B,OAAO,CAAC,KAAK,CAA4C;IACzD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA2C;gBAGlD,QAAQ,EAAE,KAAK,CAAC,kBAAkB,EAClC,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,mBAAmB;IAG5C,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC;IA+BlH,gBAAgB,CAAC,EAAE,EAAE,cAAc,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,SAAS,GAAG,SAAS,CAAC;IAkB1G,OAAO,CAAC,gBAAgB;IAUxB,OAAO,CAAC,gBAAgB;IAuClB,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAMhD"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import * as theia from '@theia/plugin';
30
2
  import { DocumentsExtImpl } from '../documents';
31
3
  import { URI } from '@theia/core/shared/vscode-uri';
@@ -1 +1 @@
1
- {"version":3,"file":"inline-completion.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/inline-completion.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAI1D,OAAO,EAAW,uBAAuB,EAA+B,MAAM,mCAAmC,CAAC;AAClH,OAAO,EAAgC,6BAA6B,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEpH,qBAAa,2BAA2B;IAE9B,wBAAwB,CAC1B,SAAS,EAAE,GAAG,EACd,SAAS,EAAE,QAAQ,EACnB,QAAQ,EAAE,uBAAuB,EACjC,MAAM,EAAE,KAAK,CAAC,iBAAiB,GAChC,OAAO,CAAC,6BAA6B,GAAG,SAAS,CAAC;IAIrD,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;CACxC;AAED,qBAAa,uBAAwB,SAAQ,2BAA2B;IAQhE,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAR7B,OAAO,CAAC,QAAQ,CAAC,UAAU,CAGtB;gBAGgB,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,KAAK,CAAC,4BAA4B,EAC5C,QAAQ,EAAE,mBAAmB;IAKlD,OAAO,CAAC,QAAQ,CAAC,sCAAsC,CAGrD;IAEa,wBAAwB,CACnC,QAAQ,EAAE,GAAG,EACb,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,uBAAuB,EAChC,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAC/B,OAAO,CAAC,6BAA6B,GAAG,SAAS,CAAC;IAoD5C,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;CAKjD"}
1
+ {"version":3,"file":"inline-completion.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/inline-completion.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAI1D,OAAO,EAAW,uBAAuB,EAA+B,MAAM,mCAAmC,CAAC;AAClH,OAAO,EAAgC,6BAA6B,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEpH,qBAAa,2BAA2B;IAE9B,wBAAwB,CAC1B,SAAS,EAAE,GAAG,EACd,SAAS,EAAE,QAAQ,EACnB,QAAQ,EAAE,uBAAuB,EACjC,MAAM,EAAE,KAAK,CAAC,iBAAiB,GAChC,OAAO,CAAC,6BAA6B,GAAG,SAAS,CAAC;IAIrD,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;CACxC;AAED,qBAAa,uBAAwB,SAAQ,2BAA2B;IAQhE,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAR7B,OAAO,CAAC,QAAQ,CAAC,UAAU,CAGtB;gBAGgB,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,KAAK,CAAC,4BAA4B,EAC5C,QAAQ,EAAE,mBAAmB;IAKlD,OAAO,CAAC,QAAQ,CAAC,sCAAsC,CAGrD;IAEa,wBAAwB,CACnC,QAAQ,EAAE,GAAG,EACb,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,uBAAuB,EAChC,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAC/B,OAAO,CAAC,6BAA6B,GAAG,SAAS,CAAC;IAoD5C,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;CAKjD"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import { URI } from '@theia/core/shared/vscode-uri';
30
2
  import * as theia from '@theia/plugin';
31
3
  import { InlineValue, InlineValueContext, Range } from '../../common/plugin-api-rpc-model';
@@ -1 +1 @@
1
- {"version":3,"file":"inline-values.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/inline-values.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGhD,qBAAa,mBAAmB;IAGxB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,oBAAoB,EACpC,SAAS,EAAE,gBAAgB;IAG1C,mBAAmB,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kBAAkB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,WAAW,EAAE,GAAG,SAAS,CAAC;CAoB1J"}
1
+ {"version":3,"file":"inline-values.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/inline-values.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGhD,qBAAa,mBAAmB;IAGxB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,oBAAoB,EACpC,SAAS,EAAE,gBAAgB;IAG1C,mBAAmB,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,kBAAkB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,WAAW,EAAE,GAAG,SAAS,CAAC;CAoB1J"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import { URI } from '@theia/core/shared/vscode-uri';
30
2
  import * as theia from '@theia/plugin';
31
3
  import { DocumentsExtImpl } from '../documents';
@@ -1 +1 @@
1
- {"version":3,"file":"lens.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/lens.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAGnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAG1D,8FAA8F;AAC9F,qBAAa,eAAe;IASpB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAT7B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAuE;IAEtG,OAAO,CAAC,OAAO,CAAK;IACpB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAqC;IAC3D,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA2C;gBAGlD,QAAQ,EAAE,KAAK,CAAC,gBAAgB,EAChC,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,mBAAmB;IAGlD,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,cAAc,EAAE,GAAG,SAAS,CAAC;IA0BjG,eAAe,CAAC,QAAQ,EAAE,GAAG,EAAE,MAAM,EAAE,cAAc,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC;IAyBjI,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI;CAUzC"}
1
+ {"version":3,"file":"lens.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/lens.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAGnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAG1D,8FAA8F;AAC9F,qBAAa,eAAe;IASpB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAT7B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAuE;IAEtG,OAAO,CAAC,OAAO,CAAK;IACpB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAqC;IAC3D,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA2C;gBAGlD,QAAQ,EAAE,KAAK,CAAC,gBAAgB,EAChC,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,mBAAmB;IAGlD,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,cAAc,EAAE,GAAG,SAAS,CAAC;IA0BjG,eAAe,CAAC,QAAQ,EAAE,GAAG,EAAE,MAAM,EAAE,cAAc,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC;IAyBjI,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI;CAUzC"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import { URI } from '@theia/core/shared/vscode-uri';
30
2
  import * as theia from '@theia/plugin';
31
3
  import { DocumentsExtImpl } from '../documents';
@@ -1 +1 @@
1
- {"version":3,"file":"link-provider.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/link-provider.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAIjE,qBAAa,mBAAmB;IAKxB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAL9B,OAAO,CAAC,OAAO,CAAK;IACpB,OAAO,CAAC,KAAK,CAAyC;gBAGjC,QAAQ,EAAE,KAAK,CAAC,oBAAoB,EACpC,SAAS,EAAE,gBAAgB;IAGhD,YAAY,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,YAAY,EAAE,GAAG,SAAS,CAAC;IA0BhG,WAAW,CAAC,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC;IAiBlG,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI;CAK5C"}
1
+ {"version":3,"file":"link-provider.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/link-provider.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAIjE,qBAAa,mBAAmB;IAKxB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAL9B,OAAO,CAAC,OAAO,CAAK;IACpB,OAAO,CAAC,KAAK,CAAyC;gBAGjC,QAAQ,EAAE,KAAK,CAAC,oBAAoB,EACpC,SAAS,EAAE,gBAAgB;IAGhD,YAAY,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,YAAY,EAAE,GAAG,SAAS,CAAC;IA0BhG,WAAW,CAAC,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC;IAiBlG,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI;CAK5C"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import * as theia from '@theia/plugin';
30
2
  import * as rpc from '../../common/plugin-api-rpc';
31
3
  import { DocumentsExtImpl } from '../documents';
@@ -1 +1 @@
1
- {"version":3,"file":"linked-editing-range.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/linked-editing-range.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,KAAK,GAAG,MAAM,6BAA6B,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AAKpD,qBAAa,yBAAyB;IAG9B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;gBADR,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,KAAK,CAAC,0BAA0B;IAGzD,aAAa,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC;CAevI"}
1
+ {"version":3,"file":"linked-editing-range.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/linked-editing-range.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,KAAK,GAAG,MAAM,6BAA6B,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AAKpD,qBAAa,yBAAyB;IAG9B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;gBADR,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,KAAK,CAAC,0BAA0B;IAGzD,aAAa,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC;CAevI"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import * as theia from '@theia/plugin';
30
2
  import { DocumentsExtImpl } from '../documents';
31
3
  import { URI } from '@theia/core/shared/vscode-uri';
@@ -1 +1 @@
1
- {"version":3,"file":"on-type-formatting.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/on-type-formatting.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,qBAAa,uBAAuB;IAG5B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,4BAA4B,EAC5C,SAAS,EAAE,gBAAgB;IAGhD,4BAA4B,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,MAAM,EACtE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,QAAQ,EAAE,GAAG,SAAS,CAAC;CAkBnG"}
1
+ {"version":3,"file":"on-type-formatting.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/on-type-formatting.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,qBAAa,uBAAuB;IAG5B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,4BAA4B,EAC5C,SAAS,EAAE,gBAAgB;IAGhD,4BAA4B,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,MAAM,EACtE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,QAAQ,EAAE,GAAG,SAAS,CAAC;CAkBnG"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import { URI } from '@theia/core/shared/vscode-uri';
30
2
  import * as theia from '@theia/plugin';
31
3
  import { DocumentsExtImpl } from '../documents';
@@ -1 +1 @@
1
- {"version":3,"file":"outline.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/outline.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,cAAc,EAAS,MAAM,mCAAmC,CAAC;AAG1E,yFAAyF;AACzF,qBAAa,cAAc;IAGnB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;gBADR,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,KAAK,CAAC,sBAAsB;IAG3D,sBAAsB,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,cAAc,EAAE,GAAG,SAAS,CAAC;IAoB5G,OAAO,CAAC,MAAM,CAAC,oBAAoB;IA0CnC;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,aAAa;IAgB5B;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,WAAW;CAU7B"}
1
+ {"version":3,"file":"outline.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/outline.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,cAAc,EAAS,MAAM,mCAAmC,CAAC;AAG1E,yFAAyF;AACzF,qBAAa,cAAc;IAGnB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;gBADR,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,KAAK,CAAC,sBAAsB;IAG3D,sBAAsB,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,cAAc,EAAE,GAAG,SAAS,CAAC;IAoB5G,OAAO,CAAC,MAAM,CAAC,oBAAoB;IA0CnC;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,aAAa;IAgB5B;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,WAAW;CAU7B"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import * as theia from '@theia/plugin';
30
2
  import { DocumentsExtImpl } from '../documents';
31
3
  import { URI } from '@theia/core/shared/vscode-uri';
@@ -1 +1 @@
1
- {"version":3,"file":"range-formatting.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/range-formatting.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAEvF,qBAAa,sBAAsB;IAG3B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,mCAAmC,EACnD,SAAS,EAAE,gBAAgB;IAGhD,mCAAmC,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,QAAQ,EAAE,GAAG,SAAS,CAAC;CAkBhK"}
1
+ {"version":3,"file":"range-formatting.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/range-formatting.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAEvF,qBAAa,sBAAsB;IAG3B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,mCAAmC,EACnD,SAAS,EAAE,gBAAgB;IAGhD,mCAAmC,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,QAAQ,EAAE,GAAG,SAAS,CAAC;CAkBhK"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import { URI } from '@theia/core/shared/vscode-uri';
30
2
  import * as theia from '@theia/plugin';
31
3
  import { DocumentsExtImpl } from '../documents';
@@ -1 +1 @@
1
- {"version":3,"file":"reference.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/reference.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAE/E,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAGvD,qBAAa,gBAAgB;IAGrB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,iBAAiB,EACjC,SAAS,EAAE,gBAAgB;IAGhD,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,QAAQ,EAAE,GAAG,SAAS,CAAC;CA0BnJ"}
1
+ {"version":3,"file":"reference.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/reference.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAE/E,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAGvD,qBAAa,gBAAgB;IAGrB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,iBAAiB,EACjC,SAAS,EAAE,gBAAgB;IAGhD,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,QAAQ,EAAE,GAAG,SAAS,CAAC;CA0BnJ"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import { URI } from '@theia/core/shared/vscode-uri';
30
2
  import * as theia from '@theia/plugin';
31
3
  import * as model from '../../common/plugin-api-rpc-model';
@@ -1 +1 @@
1
- {"version":3,"file":"rename.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/rename.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAEvC,OAAO,KAAK,KAAK,MAAM,mCAAmC,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAIzE,qBAAa,aAAa;IAOlB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAN9B,MAAM,CAAC,iBAAiB,CAAC,QAAQ,EAAE,KAAK,CAAC,cAAc,GAAG,OAAO;gBAK5C,QAAQ,EAAE,KAAK,CAAC,cAAc,EAC9B,SAAS,EAAE,gBAAgB;IAGhD,kBAAkB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC;IA8B7I,qBAAqB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;IAqDrJ,OAAO,CAAC,MAAM,CAAC,SAAS;CAU3B"}
1
+ {"version":3,"file":"rename.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/rename.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAEvC,OAAO,KAAK,KAAK,MAAM,mCAAmC,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAIzE,qBAAa,aAAa;IAOlB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAN9B,MAAM,CAAC,iBAAiB,CAAC,QAAQ,EAAE,KAAK,CAAC,cAAc,GAAG,OAAO;gBAK5C,QAAQ,EAAE,KAAK,CAAC,cAAc,EAC9B,SAAS,EAAE,gBAAgB;IAGhD,kBAAkB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC;IA8B7I,qBAAqB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;IAqDrJ,OAAO,CAAC,MAAM,CAAC,SAAS;CAU3B"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import * as theia from '@theia/plugin';
30
2
  import { DocumentsExtImpl } from '../documents';
31
3
  import { URI } from '@theia/core/shared/vscode-uri';
@@ -1 +1 @@
1
- {"version":3,"file":"selection-range.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/selection-range.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,mCAAmC,CAAC;AAG3D,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,qBAAa,6BAA6B;IAGlC,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,sBAAsB,EACtC,SAAS,EAAE,gBAAgB;IAGhD,sBAAsB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,KAAK,CAAC,cAAc,EAAE,EAAE,CAAC;CA0CjI"}
1
+ {"version":3,"file":"selection-range.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/selection-range.ts"],"names":[],"mappings":"AAsBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,mCAAmC,CAAC;AAG3D,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,qBAAa,6BAA6B;IAGlC,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,sBAAsB,EACtC,SAAS,EAAE,gBAAgB;IAGhD,sBAAsB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,KAAK,CAAC,cAAc,EAAE,EAAE,CAAC;CA0CjI"}
@@ -1,31 +1,3 @@
1
- /// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
2
- /// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
3
- /// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
4
- /// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
5
- /// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
6
- /// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
7
- /// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
8
- /// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
9
- /// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
10
- /// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
11
- /// <reference types="@theia/plugin/src/theia-extra" />
12
- /// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
13
- /// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
14
- /// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
15
- /// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
16
- /// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
17
- /// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
18
- /// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
19
- /// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
20
- /// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
21
- /// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
22
- /// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
23
- /// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
24
- /// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
25
- /// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
26
- /// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
27
- /// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
28
- /// <reference types="@theia/plugin/src/theia.proposed.timeline" />
29
1
  import { BinaryBuffer } from '@theia/core/lib/common/buffer';
30
2
  import * as theia from '@theia/plugin';
31
3
  import { URI } from '@theia/core/shared/vscode-uri';