@theia/plugin-ext 1.51.0 → 1.52.0
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.
- package/lib/common/plugin-api-rpc-model.d.ts +13 -2
- package/lib/common/plugin-api-rpc-model.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.d.ts +25 -17
- package/lib/common/plugin-api-rpc.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.js.map +1 -1
- package/lib/hosted/browser/worker/worker-main.js +2 -2
- package/lib/hosted/browser/worker/worker-main.js.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.js +1 -0
- package/lib/hosted/node/scanners/scanner-theia.js.map +1 -1
- package/lib/main/browser/authentication-main.d.ts +4 -2
- package/lib/main/browser/authentication-main.d.ts.map +1 -1
- package/lib/main/browser/command-registry-main.d.ts +4 -2
- package/lib/main/browser/command-registry-main.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts +4 -2
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -1
- package/lib/main/browser/debug/debug-main.d.ts +3 -0
- package/lib/main/browser/debug/debug-main.d.ts.map +1 -1
- package/lib/main/browser/debug/debug-main.js +20 -2
- package/lib/main/browser/debug/debug-main.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.d.ts +4 -2
- package/lib/main/browser/debug/plugin-debug-service.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts +7 -4
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.js +6 -5
- package/lib/main/browser/debug/plugin-debug-session-factory.js.map +1 -1
- package/lib/main/browser/languages-main.d.ts +4 -2
- package/lib/main/browser/languages-main.d.ts.map +1 -1
- package/lib/main/browser/notebooks/notebooks-main.d.ts +4 -2
- package/lib/main/browser/notebooks/notebooks-main.d.ts.map +1 -1
- package/lib/main/browser/quick-open-main.d.ts +7 -3
- package/lib/main/browser/quick-open-main.d.ts.map +1 -1
- package/lib/main/browser/quick-open-main.js +21 -38
- package/lib/main/browser/quick-open-main.js.map +1 -1
- package/lib/main/browser/terminal-main.d.ts +9 -4
- package/lib/main/browser/terminal-main.d.ts.map +1 -1
- package/lib/main/browser/terminal-main.js +21 -2
- package/lib/main/browser/terminal-main.js.map +1 -1
- package/lib/main/browser/view/tree-view-decorator-service.d.ts +4 -2
- package/lib/main/browser/view/tree-view-decorator-service.d.ts.map +1 -1
- package/lib/main/browser/view/tree-view-widget.d.ts +4 -2
- package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/tree-views-main.d.ts +4 -2
- package/lib/main/browser/view/tree-views-main.d.ts.map +1 -1
- package/lib/main/browser/webview/webview.d.ts +4 -2
- package/lib/main/browser/webview/webview.d.ts.map +1 -1
- package/lib/main/browser/webview-views/webview-views-main.d.ts +4 -2
- package/lib/main/browser/webview-views/webview-views-main.d.ts.map +1 -1
- package/lib/main/browser/webviews-main.d.ts +4 -2
- package/lib/main/browser/webviews-main.d.ts.map +1 -1
- package/lib/main/browser/workspace-main.d.ts +4 -2
- package/lib/main/browser/workspace-main.d.ts.map +1 -1
- package/lib/plugin/authentication-ext.d.ts +4 -2
- package/lib/plugin/authentication-ext.d.ts.map +1 -1
- package/lib/plugin/clipboard-ext.d.ts +4 -2
- package/lib/plugin/clipboard-ext.d.ts.map +1 -1
- package/lib/plugin/command-registry.d.ts +4 -2
- package/lib/plugin/command-registry.d.ts.map +1 -1
- package/lib/plugin/comments.d.ts +4 -2
- package/lib/plugin/comments.d.ts.map +1 -1
- package/lib/plugin/custom-editors.d.ts +4 -2
- package/lib/plugin/custom-editors.d.ts.map +1 -1
- package/lib/plugin/debug/debug-ext.d.ts +12 -3
- package/lib/plugin/debug/debug-ext.d.ts.map +1 -1
- package/lib/plugin/debug/debug-ext.js +46 -3
- package/lib/plugin/debug/debug-ext.js.map +1 -1
- package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts +4 -2
- package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts.map +1 -1
- package/lib/plugin/debug/plugin-debug-adapter-session.d.ts +4 -2
- package/lib/plugin/debug/plugin-debug-adapter-session.d.ts.map +1 -1
- package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts +4 -2
- package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts.map +1 -1
- package/lib/plugin/decorations.d.ts +4 -2
- package/lib/plugin/decorations.d.ts.map +1 -1
- package/lib/plugin/dialogs.d.ts +4 -2
- package/lib/plugin/dialogs.d.ts.map +1 -1
- package/lib/plugin/document-data.d.ts +4 -2
- package/lib/plugin/document-data.d.ts.map +1 -1
- package/lib/plugin/documents.d.ts +4 -2
- package/lib/plugin/documents.d.ts.map +1 -1
- package/lib/plugin/env.d.ts +4 -2
- package/lib/plugin/env.d.ts.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.d.ts +4 -2
- package/lib/plugin/file-system-event-service-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-ext-impl.d.ts +4 -2
- package/lib/plugin/file-system-ext-impl.d.ts.map +1 -1
- package/lib/plugin/label-service.d.ts +4 -2
- package/lib/plugin/label-service.d.ts.map +1 -1
- package/lib/plugin/languages/call-hierarchy.d.ts +4 -2
- package/lib/plugin/languages/call-hierarchy.d.ts.map +1 -1
- package/lib/plugin/languages/code-action.d.ts +4 -2
- package/lib/plugin/languages/code-action.d.ts.map +1 -1
- package/lib/plugin/languages/color.d.ts +4 -2
- package/lib/plugin/languages/color.d.ts.map +1 -1
- package/lib/plugin/languages/completion.d.ts +4 -2
- package/lib/plugin/languages/completion.d.ts.map +1 -1
- package/lib/plugin/languages/declaration.d.ts +4 -2
- package/lib/plugin/languages/declaration.d.ts.map +1 -1
- package/lib/plugin/languages/definition.d.ts +4 -2
- package/lib/plugin/languages/definition.d.ts.map +1 -1
- package/lib/plugin/languages/diagnostics.d.ts +4 -2
- package/lib/plugin/languages/diagnostics.d.ts.map +1 -1
- package/lib/plugin/languages/document-drop-edit.d.ts +4 -2
- package/lib/plugin/languages/document-drop-edit.d.ts.map +1 -1
- package/lib/plugin/languages/document-formatting.d.ts +4 -2
- package/lib/plugin/languages/document-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/document-highlight.d.ts +4 -2
- package/lib/plugin/languages/document-highlight.d.ts.map +1 -1
- package/lib/plugin/languages/evaluatable-expression.d.ts +4 -2
- package/lib/plugin/languages/evaluatable-expression.d.ts.map +1 -1
- package/lib/plugin/languages/folding.d.ts +4 -2
- package/lib/plugin/languages/folding.d.ts.map +1 -1
- package/lib/plugin/languages/hover.d.ts +4 -2
- package/lib/plugin/languages/hover.d.ts.map +1 -1
- package/lib/plugin/languages/implementation.d.ts +4 -2
- package/lib/plugin/languages/implementation.d.ts.map +1 -1
- package/lib/plugin/languages/inlay-hints.d.ts +4 -2
- package/lib/plugin/languages/inlay-hints.d.ts.map +1 -1
- package/lib/plugin/languages/inline-completion.d.ts +4 -2
- package/lib/plugin/languages/inline-completion.d.ts.map +1 -1
- package/lib/plugin/languages/inline-values.d.ts +4 -2
- package/lib/plugin/languages/inline-values.d.ts.map +1 -1
- package/lib/plugin/languages/lens.d.ts +4 -2
- package/lib/plugin/languages/lens.d.ts.map +1 -1
- package/lib/plugin/languages/link-provider.d.ts +4 -2
- package/lib/plugin/languages/link-provider.d.ts.map +1 -1
- package/lib/plugin/languages/linked-editing-range.d.ts +4 -2
- package/lib/plugin/languages/linked-editing-range.d.ts.map +1 -1
- package/lib/plugin/languages/on-type-formatting.d.ts +4 -2
- package/lib/plugin/languages/on-type-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/outline.d.ts +4 -2
- package/lib/plugin/languages/outline.d.ts.map +1 -1
- package/lib/plugin/languages/range-formatting.d.ts +4 -2
- package/lib/plugin/languages/range-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/reference.d.ts +4 -2
- package/lib/plugin/languages/reference.d.ts.map +1 -1
- package/lib/plugin/languages/rename.d.ts +4 -2
- package/lib/plugin/languages/rename.d.ts.map +1 -1
- package/lib/plugin/languages/selection-range.d.ts +4 -2
- package/lib/plugin/languages/selection-range.d.ts.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.d.ts +4 -2
- package/lib/plugin/languages/semantic-highlighting.d.ts.map +1 -1
- package/lib/plugin/languages/signature.d.ts +4 -2
- package/lib/plugin/languages/signature.d.ts.map +1 -1
- package/lib/plugin/languages/type-definition.d.ts +4 -2
- package/lib/plugin/languages/type-definition.d.ts.map +1 -1
- package/lib/plugin/languages/type-hierarchy.d.ts +4 -2
- package/lib/plugin/languages/type-hierarchy.d.ts.map +1 -1
- package/lib/plugin/languages/util.d.ts +4 -2
- package/lib/plugin/languages/util.d.ts.map +1 -1
- package/lib/plugin/languages/workspace-symbol.d.ts +4 -2
- package/lib/plugin/languages/workspace-symbol.d.ts.map +1 -1
- package/lib/plugin/languages-utils.d.ts +4 -2
- package/lib/plugin/languages-utils.d.ts.map +1 -1
- package/lib/plugin/languages.d.ts +4 -2
- package/lib/plugin/languages.d.ts.map +1 -1
- package/lib/plugin/markdown-string.d.ts +4 -2
- package/lib/plugin/markdown-string.d.ts.map +1 -1
- package/lib/plugin/message-registry.d.ts +4 -2
- package/lib/plugin/message-registry.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts +4 -2
- package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-document.d.ts +4 -2
- package/lib/plugin/notebook/notebook-document.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-documents.d.ts +4 -2
- package/lib/plugin/notebook/notebook-documents.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-editor.d.ts +4 -2
- package/lib/plugin/notebook/notebook-editor.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-editors.d.ts +4 -2
- package/lib/plugin/notebook/notebook-editors.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-kernels.d.ts +4 -2
- package/lib/plugin/notebook/notebook-kernels.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-renderers.d.ts +4 -2
- package/lib/plugin/notebook/notebook-renderers.d.ts.map +1 -1
- package/lib/plugin/notebook/notebooks.d.ts +4 -2
- package/lib/plugin/notebook/notebooks.d.ts.map +1 -1
- package/lib/plugin/notification.d.ts +4 -2
- package/lib/plugin/notification.d.ts.map +1 -1
- package/lib/plugin/output-channel/log-output-channel.d.ts +4 -2
- package/lib/plugin/output-channel/log-output-channel.d.ts.map +1 -1
- package/lib/plugin/output-channel/output-channel-item.d.ts +4 -2
- package/lib/plugin/output-channel/output-channel-item.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.d.ts +4 -2
- package/lib/plugin/output-channel-registry.d.ts.map +1 -1
- package/lib/plugin/plugin-context.d.ts +4 -2
- package/lib/plugin/plugin-context.d.ts.map +1 -1
- package/lib/plugin/plugin-context.js +20 -9
- package/lib/plugin/plugin-context.js.map +1 -1
- package/lib/plugin/plugin-icon-path.d.ts +2 -1
- package/lib/plugin/plugin-icon-path.d.ts.map +1 -1
- package/lib/plugin/plugin-icon-path.js +5 -1
- package/lib/plugin/plugin-icon-path.js.map +1 -1
- package/lib/plugin/plugin-manager.d.ts +4 -2
- package/lib/plugin/plugin-manager.d.ts.map +1 -1
- package/lib/plugin/plugin-storage.d.ts +4 -2
- package/lib/plugin/plugin-storage.d.ts.map +1 -1
- package/lib/plugin/preference-registry.d.ts +4 -2
- package/lib/plugin/preference-registry.d.ts.map +1 -1
- package/lib/plugin/quick-open.d.ts +7 -19
- package/lib/plugin/quick-open.d.ts.map +1 -1
- package/lib/plugin/quick-open.js +22 -39
- package/lib/plugin/quick-open.js.map +1 -1
- package/lib/plugin/scm.d.ts +4 -2
- package/lib/plugin/scm.d.ts.map +1 -1
- package/lib/plugin/secrets-ext.d.ts +4 -2
- package/lib/plugin/secrets-ext.d.ts.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.d.ts +4 -2
- package/lib/plugin/status-bar/status-bar-item.d.ts.map +1 -1
- package/lib/plugin/status-bar-message-registry.d.ts +4 -2
- package/lib/plugin/status-bar-message-registry.d.ts.map +1 -1
- package/lib/plugin/tabs.d.ts +4 -2
- package/lib/plugin/tabs.d.ts.map +1 -1
- package/lib/plugin/tasks/task-provider.d.ts +4 -2
- package/lib/plugin/tasks/task-provider.d.ts.map +1 -1
- package/lib/plugin/tasks/tasks.d.ts +4 -2
- package/lib/plugin/tasks/tasks.d.ts.map +1 -1
- package/lib/plugin/terminal-ext.d.ts +13 -16
- package/lib/plugin/terminal-ext.d.ts.map +1 -1
- package/lib/plugin/terminal-ext.js +14 -21
- package/lib/plugin/terminal-ext.js.map +1 -1
- package/lib/plugin/test-item.d.ts +4 -2
- package/lib/plugin/test-item.d.ts.map +1 -1
- package/lib/plugin/tests.d.ts +9 -6
- package/lib/plugin/tests.d.ts.map +1 -1
- package/lib/plugin/tests.js +22 -16
- package/lib/plugin/tests.js.map +1 -1
- package/lib/plugin/text-editor.d.ts +4 -2
- package/lib/plugin/text-editor.d.ts.map +1 -1
- package/lib/plugin/text-editors.d.ts +4 -2
- package/lib/plugin/text-editors.d.ts.map +1 -1
- package/lib/plugin/timeline.d.ts +4 -2
- package/lib/plugin/timeline.d.ts.map +1 -1
- package/lib/plugin/tree/tree-views.d.ts +4 -2
- package/lib/plugin/tree/tree-views.d.ts.map +1 -1
- package/lib/plugin/tree/tree-views.js.map +1 -1
- package/lib/plugin/type-converters.d.ts +7 -6
- package/lib/plugin/type-converters.d.ts.map +1 -1
- package/lib/plugin/type-converters.js +9 -7
- package/lib/plugin/type-converters.js.map +1 -1
- package/lib/plugin/types-impl.d.ts +31 -6
- package/lib/plugin/types-impl.d.ts.map +1 -1
- package/lib/plugin/types-impl.js +29 -1
- package/lib/plugin/types-impl.js.map +1 -1
- package/lib/plugin/webview-views.d.ts +4 -2
- package/lib/plugin/webview-views.d.ts.map +1 -1
- package/lib/plugin/webviews.d.ts +4 -2
- package/lib/plugin/webviews.d.ts.map +1 -1
- package/lib/plugin/window-state.d.ts +4 -2
- package/lib/plugin/window-state.d.ts.map +1 -1
- package/lib/plugin/workspace.d.ts +4 -2
- package/lib/plugin/workspace.d.ts.map +1 -1
- package/package.json +29 -29
- package/src/common/plugin-api-rpc-model.ts +10 -0
- package/src/common/plugin-api-rpc.ts +17 -11
- package/src/hosted/browser/worker/worker-main.ts +2 -2
- package/src/hosted/node/scanners/scanner-theia.ts +1 -0
- package/src/main/browser/debug/debug-main.ts +26 -2
- package/src/main/browser/debug/plugin-debug-session-factory.ts +13 -3
- package/src/main/browser/quick-open-main.ts +23 -45
- package/src/main/browser/terminal-main.ts +26 -6
- package/src/plugin/debug/debug-ext.ts +56 -6
- package/src/plugin/plugin-context.ts +26 -12
- package/src/plugin/plugin-icon-path.ts +5 -2
- package/src/plugin/quick-open.ts +9 -32
- package/src/plugin/terminal-ext.ts +27 -33
- package/src/plugin/tests.ts +27 -22
- package/src/plugin/tree/tree-views.ts +1 -1
- package/src/plugin/type-converters.ts +8 -8
- package/src/plugin/types-impl.ts +38 -6
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-action.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/code-action.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/color.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"completion.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/completion.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"declaration.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/declaration.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"definition.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/definition.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"diagnostics.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/diagnostics.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"diagnostics.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/diagnostics.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAI9D,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAsB,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AAGpD,qBAAa,oBAAqB,YAAW,KAAK,CAAC,oBAAoB;IACnE,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAEjC;IAEF,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,2BAA2B,CAAS;IAC5C,OAAO,CAAC,KAAK,CAAgB;IAC7B,OAAO,CAAC,6BAA6B,CAAuC;IAE5E,OAAO,CAAC,WAAW,CAAkC;IACrD,OAAO,CAAC,UAAU,CAAU;IAC5B,OAAO,CAAC,iBAAiB,CAA2B;gBAExC,IAAI,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,KAAK,EAAE,aAAa,EAAE,6BAA6B,EAAE,OAAO,CAAC,KAAK,CAAC,qBAAqB,CAAC;IAW5I,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,EAAE,WAAW,EAAE,KAAK,CAAC,UAAU,EAAE,GAAG,SAAS,GAAG,IAAI;IACtE,GAAG,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,UAAU,EAAE,GAAG,SAAS,CAAC,EAAE,GAAG,IAAI;IAajE,OAAO,CAAC,oBAAoB;IAU5B,OAAO,CAAC,cAAc;IAkCtB,MAAM,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IAQtB,KAAK,IAAI,IAAI;IAQb,OAAO,CAAC,QAAQ,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,WAAW,EAAE,KAAK,CAAC,UAAU,EAAE,EAAE,UAAU,EAAE,KAAK,CAAC,oBAAoB,KAAK,GAAG,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI;IAQlI,GAAG,CAAC,GAAG,EAAE,GAAG,GAAG,KAAK,CAAC,UAAU,EAAE,GAAG,SAAS;IAK7C,GAAG,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO;IAKtB,OAAO,IAAI,IAAI;IAUf,oBAAoB,CAAC,iBAAiB,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,GAAG,IAAI;IAIvE,OAAO,CAAC,iBAAiB;IAMzB,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,yBAAyB;IAIjC,OAAO,CAAC,WAAW;IAwBnB,OAAO,CAAC,mBAAmB;CAsC9B;AAED,qBAAa,WAAW;IACpB,OAAc,wBAAwB,SAAQ;IAC9C,OAAO,CAAC,MAAM,CAAC,2CAA2C,CAA6C;IAEvG,OAAO,CAAC,KAAK,CAAgB;IAC7B,OAAO,CAAC,qBAAqB,CAAoC;IAEjE,OAAO,CAAC,yBAAyB,CAA8C;IAC/E,SAAgB,sBAAsB,EAAE,KAAK,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAwC;gBAEtG,GAAG,EAAE,WAAW;IAM5B,cAAc,CAAC,QAAQ,EAAE,KAAK,CAAC,GAAG,GAAG,KAAK,CAAC,UAAU,EAAE;IACvD,cAAc,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,UAAU,EAAE,CAAC,EAAE;IASnD,0BAA0B,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,oBAAoB;IAiBrE,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,4BAA4B;IAWpC,OAAO,CAAC,iBAAiB;CAoB5B"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-drop-edit.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/document-drop-edit.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-formatting.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/document-formatting.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-highlight.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/document-highlight.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"evaluatable-expression.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/evaluatable-expression.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folding.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/folding.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hover.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/hover.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"implementation.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/implementation.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inlay-hints.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/inlay-hints.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline-completion.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/inline-completion.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline-values.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/inline-values.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lens.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/lens.ts"],"names":[],"mappings":"
|
|
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,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
1
3
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
4
|
-
/// <reference types="@theia/plugin/
|
|
6
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
5
7
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -10,9 +12,9 @@
|
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
14
15
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
17
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-provider.d.ts","sourceRoot":"","sources":["../../../src/plugin/languages/link-provider.ts"],"names":[],"mappings":"
|
|
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"}
|