@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":"call-hierarchy.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/call-hierarchy.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,KAAK,GAAG,MAAM,mCAAmC,CAAC;AACzD,OAAO,KAAK,GAAG,MAAM,6BAA6B,CAAC;AAInD,qBAAa,oBAAoB;IAGzB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,qBAAqB,EACrC,SAAS,EAAE,gBAAgB;IAGhD,SAAS,CAAC,UAAU,SAAK;IACzB,SAAS,CAAC,QAAQ,CAAC,KAAK,oDAA2D;IAE7E,qBAAqB,CACvB,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GACtE,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,GAAG,SAAS,CAAC;IAsBzC,cAAc,CAAC,UAAU,EAAE,GAAG,CAAC,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,EAAE,GAAG,SAAS,CAAC;IASvI,cAAc,CAAC,UAAU,EAAE,GAAG,CAAC,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,EAAE,GAAG,SAAS,CAAC;IAS7I,OAAO,CAAC,qBAAqB;IAiB7B,OAAO,CAAC,mBAAmB;IAQ3B,OAAO,CAAC,6BAA6B;IAOrC,SAAS,CAAC,6BAA6B,CAAC,MAAM,EAAE,KAAK,CAAC,yBAAyB,EAAE,SAAS,EAAE,MAAM,GAAG,GAAG,CAAC,yBAAyB;IAOlI,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAQrD"}
1
+ {"version":3,"file":"call-hierarchy.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/call-hierarchy.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,KAAK,GAAG,MAAM,mCAAmC,CAAC;AACzD,OAAO,KAAK,GAAG,MAAM,6BAA6B,CAAC;AAInD,qBAAa,oBAAoB;IAGzB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,qBAAqB,EACrC,SAAS,EAAE,gBAAgB;IAGhD,SAAS,CAAC,UAAU,SAAK;IACzB,SAAS,CAAC,QAAQ,CAAC,KAAK,oDAA2D;IAE7E,qBAAqB,CACvB,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GACtE,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,GAAG,SAAS,CAAC;IAsBzC,cAAc,CAAC,UAAU,EAAE,GAAG,CAAC,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,EAAE,GAAG,SAAS,CAAC;IASvI,cAAc,CAAC,UAAU,EAAE,GAAG,CAAC,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,yBAAyB,EAAE,GAAG,SAAS,CAAC;IAS7I,OAAO,CAAC,qBAAqB;IAiB7B,OAAO,CAAC,mBAAmB;IAQ3B,OAAO,CAAC,6BAA6B;IAOrC,SAAS,CAAC,6BAA6B,CAAC,MAAM,EAAE,KAAK,CAAC,yBAAyB,EAAE,SAAS,EAAE,MAAM,GAAG,GAAG,CAAC,yBAAyB;IAOlI,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAQrD"}
@@ -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 { URI } from '@theia/core/shared/vscode-uri';
31
3
  import { Selection, WorkspaceEditDto } from '../../common/plugin-api-rpc';
@@ -1 +1 @@
1
- {"version":3,"file":"code-action.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/code-action.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAEzF,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAI1D,qBAAa,iBAAiB;IAGtB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,QAAQ;gBAJR,QAAQ,EAAE,KAAK,CAAC,kBAAkB,EAClC,QAAQ,EAAE,gBAAgB,EAC1B,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,mBAAmB;IAGlD,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAuD;IAC7E,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA2C;IAEvE,OAAO,CAAC,OAAO,CAAK;IAEd,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,gBAAgB,EAAE,KAAK,GAAG,SAAS,EACtE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,UAAU,EAAE,GAAG,SAAS,CAAC;IA0E5F,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAWrD,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC;IAgB/G,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,MAAM,CAAC,UAAU;IAIzB,OAAO,CAAC,MAAM,CAAC,YAAY;CAQ9B"}
1
+ {"version":3,"file":"code-action.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/code-action.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAEzF,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAI1D,qBAAa,iBAAiB;IAGtB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,QAAQ;gBAJR,QAAQ,EAAE,KAAK,CAAC,kBAAkB,EAClC,QAAQ,EAAE,gBAAgB,EAC1B,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,mBAAmB;IAGlD,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAuD;IAC7E,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA2C;IAEvE,OAAO,CAAC,OAAO,CAAK;IAEd,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,gBAAgB,EAAE,KAAK,GAAG,SAAS,EACtE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,UAAU,EAAE,GAAG,SAAS,CAAC;IA0E5F,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAWrD,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC;IAgB/G,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,MAAM,CAAC,UAAU;IAIzB,OAAO,CAAC,MAAM,CAAC,YAAY;CAQ9B"}
@@ -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 { URI } from '@theia/core/shared/vscode-uri';
31
3
  import { DocumentsExtImpl } from '../documents';
@@ -1 +1 @@
1
- {"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/color.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,qBAAa,oBAAoB;IAGzB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;gBADR,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,KAAK,CAAC,qBAAqB;IAGjD,aAAa,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC;IAwBrF,yBAAyB,CAAC,QAAQ,EAAE,GAAG,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;CAoB5H"}
1
+ {"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/color.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,qBAAa,oBAAoB;IAGzB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;gBADR,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,KAAK,CAAC,qBAAqB;IAGjD,aAAa,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC;IAwBrF,yBAAyB,CAAC,QAAQ,EAAE,GAAG,EAAE,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;CAoB5H"}
@@ -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":"completion.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/completion.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,UAAU,EAA+C,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACpK,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAG1D,qBAAa,iBAAiB;IAMtB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAP7B,OAAO,CAAC,OAAO,CAAK;IACpB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAA6C;IACnE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA2C;gBAGlD,QAAQ,EAAE,KAAK,CAAC,sBAAsB,EACtC,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,mBAAmB;IAGlD,sBAAsB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC;IAqDzJ,qBAAqB,CAAC,SAAS,EAAE,cAAc,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC;IAgBjH,sBAAsB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IASvD,OAAO,CAAC,qBAAqB;IAgE7B,MAAM,CAAC,iBAAiB,CAAC,QAAQ,EAAE,KAAK,CAAC,sBAAsB,GAAG,OAAO;CAG5E"}
1
+ {"version":3,"file":"completion.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/completion.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,UAAU,EAA+C,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACpK,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAG1D,qBAAa,iBAAiB;IAMtB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAP7B,OAAO,CAAC,OAAO,CAAK;IACpB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAA6C;IACnE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA2C;gBAGlD,QAAQ,EAAE,KAAK,CAAC,sBAAsB,EACtC,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,mBAAmB;IAGlD,sBAAsB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC;IAqDzJ,qBAAqB,CAAC,SAAS,EAAE,cAAc,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC;IAgBjH,sBAAsB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IASvD,OAAO,CAAC,qBAAqB;IAgE7B,MAAM,CAAC,iBAAiB,CAAC,QAAQ,EAAE,KAAK,CAAC,sBAAsB,GAAG,OAAO;CAG5E"}
@@ -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":"declaration.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/declaration.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,kBAAkB;IAGvB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,mBAAmB,EACnC,SAAS,EAAE,gBAAgB;IAGhD,kBAAkB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC;CAuCzH"}
1
+ {"version":3,"file":"declaration.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/declaration.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,kBAAkB;IAGvB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,mBAAmB,EACnC,SAAS,EAAE,gBAAgB;IAGhD,kBAAkB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC;CAuCzH"}
@@ -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":"definition.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/definition.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,iBAAiB;IAGtB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,kBAAkB,EAClC,SAAS,EAAE,gBAAgB;IAIhD,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC;CAuCxH"}
1
+ {"version":3,"file":"definition.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/definition.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,iBAAiB;IAGtB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,kBAAkB,EAClC,SAAS,EAAE,gBAAgB;IAIhD,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC;CAuCxH"}
@@ -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 { Event, Emitter } from '@theia/core/lib/common/event';
31
3
  import { RPCProtocol } from '../../common/rpc-protocol';
@@ -1 +1 @@
1
- {"version":3,"file":"diagnostics.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/diagnostics.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"diagnostics.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/diagnostics.ts"],"names":[],"mappings":"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"}
@@ -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 { DataTransferDTO, DocumentDropEdit } from '../../common/plugin-api-rpc-model';
31
3
  import { CancellationToken } from '@theia/core/shared/vscode-languageserver-protocol';
@@ -1 +1 @@
1
- {"version":3,"file":"document-drop-edit.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/document-drop-edit.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAeA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AACtF,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAI5D,qBAAa,uBAAuB;IACpB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACjC,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAFF,QAAQ,EAAE,KAAK,CAAC,wBAAwB,EAChD,SAAS,EAAE,gBAAgB,EAC3B,UAAU,EAAE,iBAAiB;IAE5C,wBAAwB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,YAAY,EAAE,eAAe,EAAE,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC;YAQnJ,eAAe;CAIhC"}
1
+ {"version":3,"file":"document-drop-edit.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/document-drop-edit.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AACtF,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAI5D,qBAAa,uBAAuB;IACpB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACjC,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAFF,QAAQ,EAAE,KAAK,CAAC,wBAAwB,EAChD,SAAS,EAAE,gBAAgB,EAC3B,UAAU,EAAE,iBAAiB;IAE5C,wBAAwB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,YAAY,EAAE,eAAe,EAAE,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC;YAQnJ,eAAe;CAIhC"}
@@ -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":"document-formatting.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/document-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;AAEhF,qBAAa,yBAAyB;IAG9B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,8BAA8B,EAC9C,SAAS,EAAE,gBAAgB;IAGhD,8BAA8B,CAAC,QAAQ,EAAE,GAAG,EAAE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,QAAQ,EAAE,GAAG,SAAS,CAAC;CAiB7I"}
1
+ {"version":3,"file":"document-formatting.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/document-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;AAEhF,qBAAa,yBAAyB;IAG9B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,8BAA8B,EAC9C,SAAS,EAAE,gBAAgB;IAGhD,8BAA8B,CAAC,QAAQ,EAAE,GAAG,EAAE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,QAAQ,EAAE,GAAG,SAAS,CAAC;CAiB7I"}
@@ -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":"document-highlight.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/document-highlight.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,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,qBAAa,wBAAwB;IAG7B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,yBAAyB,EACzC,SAAS,EAAE,gBAAgB;IAGhD,yBAAyB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,EAAE,GAAG,SAAS,CAAC;IA0BtI,OAAO,CAAC,wBAAwB;CAGnC"}
1
+ {"version":3,"file":"document-highlight.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/document-highlight.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,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,qBAAa,wBAAwB;IAG7B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,yBAAyB,EACzC,SAAS,EAAE,gBAAgB;IAGhD,yBAAyB,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,EAAE,GAAG,SAAS,CAAC;IA0BtI,OAAO,CAAC,wBAAwB;CAGnC"}
@@ -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 { Position } from '../../common/plugin-api-rpc';
@@ -1 +1 @@
1
- {"version":3,"file":"evaluatable-expression.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/evaluatable-expression.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGhD,qBAAa,4BAA4B;IAGjC,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,6BAA6B,EAC7C,SAAS,EAAE,gBAAgB;IAG1C,4BAA4B,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,qBAAqB,GAAG,SAAS,CAAC;CAgBpJ"}
1
+ {"version":3,"file":"evaluatable-expression.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/evaluatable-expression.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGhD,qBAAa,4BAA4B;IAGjC,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,6BAA6B,EAC7C,SAAS,EAAE,gBAAgB;IAG1C,4BAA4B,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,qBAAqB,GAAG,SAAS,CAAC;CAgBpJ"}
@@ -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":"folding.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/folding.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AAEpD,OAAO,KAAK,KAAK,MAAM,mCAAmC,CAAC;AAE3D,qBAAa,sBAAsB;IAG3B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,oBAAoB,EACpC,SAAS,EAAE,gBAAgB;IAGhD,oBAAoB,CAAC,QAAQ,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,CAAC,cAAc,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,KAAK,CAAC,YAAY,EAAE,GAAG,SAAS,CAAC;CAgBhJ"}
1
+ {"version":3,"file":"folding.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/folding.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AAEpD,OAAO,KAAK,KAAK,MAAM,mCAAmC,CAAC;AAE3D,qBAAa,sBAAsB;IAG3B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,oBAAoB,EACpC,SAAS,EAAE,gBAAgB;IAGhD,oBAAoB,CAAC,QAAQ,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,CAAC,cAAc,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,KAAK,CAAC,YAAY,EAAE,GAAG,SAAS,CAAC;CAgBhJ"}
@@ -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":"hover.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/hover.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiBA,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,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAG1D,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,qBAAa,YAAY;IAGjB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,aAAa,EAC7B,SAAS,EAAE,gBAAgB;IAGzC,YAAY,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,KAAK,GAAG,SAAS,CAAC;CAyBrH"}
1
+ {"version":3,"file":"hover.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/hover.ts"],"names":[],"mappings":"AAiBA,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,KAAK,EAAE,MAAM,mCAAmC,CAAC;AAG1D,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,qBAAa,YAAY;IAGjB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,QAAQ,EAAE,KAAK,CAAC,aAAa,EAC7B,SAAS,EAAE,gBAAgB;IAGzC,YAAY,CAAC,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,OAAO,CAAC,KAAK,GAAG,SAAS,CAAC;CAyBrH"}