@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":"message-registry.d.ts","sourceRoot":"","sources":["../../src/plugin/message-registry.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"message-registry.d.ts","sourceRoot":"","sources":["../../src/plugin/message-registry.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EACiE,eAAe,EACtF,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE5D,qBACa,kBAAkB;IAE3B,SAAS,CAAC,QAAQ,CAAC,GAAG,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,KAAK,CAAsB;IAGnC,UAAU,IAAI,IAAI;IAIZ,WAAW,CAAC,IAAI,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,EACpD,kBAAkB,CAAC,EAAE,cAAc,GAAG,MAAM,GAAG,WAAW,EAC1D,GAAG,IAAI,EAAE,CAAC,MAAM,GAAG,WAAW,CAAC,EAAE,GAAG,OAAO,CAAC,MAAM,GAAG,WAAW,GAAG,SAAS,CAAC;CAiCpF"}
|
|
@@ -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":"plugin-node-debug-adapter-creator.d.ts","sourceRoot":"","sources":["../../../../src/plugin/node/debug/plugin-node-debug-adapter-creator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-node-debug-adapter-creator.d.ts","sourceRoot":"","sources":["../../../../src/plugin/node/debug/plugin-node-debug-adapter-creator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAErF,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,mCAAmC,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AAI1G,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACnE,OAAO,EAAE,sBAAsB,EAAoC,2BAA2B,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC7I,OAAO,EAAuB,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAGrG,qBAAa,uBAAwB,SAAQ,yBAAyB;IAC5C,6BAA6B,CAC/C,UAAU,EAAE,MAAM,EAClB,oBAAoB,EAAE,kCAAkC,GACzD,OAAO,CAAC,KAAK,CAAC,sBAAsB,GAAG,SAAS,CAAC;IAqB9B,kBAAkB,CACpC,OAAO,EAAE,KAAK,CAAC,YAAY,EAC3B,kBAAkB,EAAE,KAAK,CAAC,kBAAkB,EAC5C,UAAU,EAAE,KAAK,CAAC,sBAAsB,GAAG,SAAS,EACpD,iBAAiB,EAAE,KAAK,CAAC,6BAA6B,GAAG,SAAS,GACnE,OAAO,CAAC,YAAY,CAAC;IAwCxB,SAAS,CAAC,cAAc,CAAC,UAAU,EAAE,kCAAkC,GAAG,mCAAmC,GAAG,SAAS;IAalH,iBAAiB,CAAC,UAAU,EAAE,sBAAsB,GAAG,YAAY;IA2C1E;;OAEG;IACI,yBAAyB,CAAC,MAAM,EAAE,kBAAkB,GAAG,kBAAkB;IAKzE,uBAAuB,CAAC,OAAO,EAAE,2BAA2B,GAAG,kBAAkB;CAI3F"}
|
|
@@ -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":"notebook-document.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-document.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notebook-document.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-document.ts"],"names":[],"mappings":"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"}
|
|
@@ -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":"notebook-documents.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-documents.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notebook-documents.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-documents.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAoBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,4BAA4B,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAClF,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG/C,MAAM,MAAM,wBAAwB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE/D,qBAAa,wBAAyB,YAAW,oBAAoB;IAS7D,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAPxC,OAAO,CAAC,QAAQ,CAAC,8BAA8B,CAAyC;IACxF,QAAQ,CAAC,yBAAyB,sDAA6C;IAE/E,OAAO,CAAC,QAAQ,CAAC,gCAAgC,CAAoD;IACrG,QAAQ,CAAC,2BAA2B,iEAA+C;gBAG9D,mBAAmB,EAAE,gBAAgB;IAG1D,mBAAmB,CAAC,GAAG,EAAE,aAAa,EAAE,KAAK,EAAE,4BAA4B,EACvE,OAAO,EAAE,OAAO,EAAE,WAAW,CAAC,EAAE,wBAAwB,GAAG,IAAI;IAMnE,wBAAwB,CAAC,GAAG,EAAE,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI;IAKpE,iBAAiB,CAAC,GAAG,EAAE,aAAa,GAAG,IAAI;CAI9C"}
|
|
@@ -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":"notebook-editor.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-editor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notebook-editor.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-editor.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAoBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,cAAc;IAanB,QAAQ,CAAC,EAAE,EAAE,MAAM;IAEnB,QAAQ,CAAC,YAAY,EAAE,gBAAgB;IAb3C,gBAAuB,mBAAmB,gDAAuD;IAEjG,OAAO,CAAC,UAAU,CAA6B;IAC/C,OAAO,CAAC,aAAa,CAA6B;IAClD,OAAO,CAAC,UAAU,CAAC,CAAmB;IAEtC,OAAO,CAAC,eAAe,CAAkB;IAEzC,OAAO,CAAC,MAAM,CAAC,CAAuB;gBAGzB,EAAE,EAAE,MAAM,EAEV,YAAY,EAAE,gBAAgB,EACvC,aAAa,EAAE,KAAK,CAAC,aAAa,EAAE,EACpC,UAAU,EAAE,KAAK,CAAC,aAAa,EAAE,EACjC,UAAU,EAAE,KAAK,CAAC,UAAU,GAAG,SAAS;IAO5C,IAAI,SAAS,IAAI,KAAK,CAAC,cAAc,CAyCpC;IAED,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAItC,mBAAmB,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,EAAE,GAAG,IAAI;IAIvD,gBAAgB,CAAC,UAAU,EAAE,KAAK,CAAC,aAAa,EAAE,GAAG,IAAI;IAIzD,OAAO,CAAC,gBAAgB;IAKxB,gBAAgB,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,GAAG,SAAS,GAAG,IAAI;CAG9D"}
|
|
@@ -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":"notebook-editors.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-editors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notebook-editors.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-editors.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAqBA,OAAO,EAAE,kCAAkC,EAAE,kBAAkB,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAEpH,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,qBAAa,sBAAuB,YAAW,kBAAkB;IASzD,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAPxC,OAAO,CAAC,QAAQ,CAAC,uCAAuC,CAA2D;IACnH,OAAO,CAAC,QAAQ,CAAC,2CAA2C,CAA+D;IAE3H,QAAQ,CAAC,kCAAkC,wEAAsD;IACjG,QAAQ,CAAC,sCAAsC,4EAA0D;gBAGpF,mBAAmB,EAAE,gBAAgB;IAG1D,8BAA8B,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,kCAAkC,GAAG,IAAI;IAyB1F,wBAAwB,CAAC,IAAI,EAAE,4BAA4B,GAAG,IAAI;CAOrE"}
|
|
@@ -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":"notebook-kernels.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-kernels.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notebook-kernels.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-kernels.ts"],"names":[],"mappings":"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"}
|
|
@@ -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":"notebook-renderers.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-renderers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notebook-renderers.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebook-renderers.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAoBA,OAAO,EAAE,oBAAoB,EAA6C,MAAM,cAAc,CAAC;AAC/F,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAIvC,qBAAa,wBAAyB,YAAW,oBAAoB;IAInC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAH3D,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAmG;IAC3I,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAwB;gBAElC,GAAG,EAAE,WAAW,EAAmB,YAAY,EAAE,gBAAgB;IAItE,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI;IAKlF,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,KAAK,CAAC,yBAAyB;IAanF,OAAO,CAAC,qBAAqB;CAiBhC"}
|
|
@@ -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":"notebooks.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebooks.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notebooks.d.ts","sourceRoot":"","sources":["../../../src/plugin/notebook/notebooks.ts"],"names":[],"mappings":"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"}
|
|
@@ -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":"notification.d.ts","sourceRoot":"","sources":["../../src/plugin/notification.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../src/plugin/notification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,EAAsB,eAAe,EAAoB,MAAM,0BAA0B,CAAC;AACjG,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAErD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGhD,qBAAa,mBAAoB,YAAW,eAAe;IACvD,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAmB;IACzC,OAAO,CAAC,iCAAiC,CAAmD;gBAEhF,GAAG,EAAE,WAAW;IAItB,YAAY,CAAC,CAAC,EAChB,OAAO,EAAE,eAAe,EACxB,IAAI,EAAE,CAAC,QAAQ,EAAE,QAAQ,CAAC;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,EAAE,KAAK,EAAE,iBAAiB,KAAK,WAAW,CAAC,CAAC,CAAC,GACjH,OAAO,CAAC,CAAC,CAAC;IAwBN,uBAAuB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAQhD,SAAS,CAAC,WAAW,CAAC,QAAQ,EAAE,gBAAgB,GAAG;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,GAAG,MAAM,GAAG,SAAS;CAa7F"}
|
|
@@ -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":"log-output-channel.d.ts","sourceRoot":"","sources":["../../../src/plugin/output-channel/log-output-channel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"log-output-channel.d.ts","sourceRoot":"","sources":["../../../src/plugin/output-channel/log-output-channel.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAiBA,OAAO,EAAE,OAAO,EAAE,MAAM,mDAAmD,CAAC;AAC5E,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAE,yBAAyB,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAI1D,qBAAa,oBAAqB,SAAQ,iBAAkB,YAAW,KAAK,CAAC,gBAAgB;IAEzF,QAAQ,CAAC,0BAA0B,EAAE,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAiC;IAC7F,QAAQ,CAAC,mBAAmB,EAAE,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAyC;IAC3F,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;gBAEpB,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,yBAAyB,EAAE,UAAU,EAAE,UAAU;IAKlF,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,GAAG,IAAI;IAOxC,WAAW,IAAI,KAAK,CAAC,QAAQ;IAIpB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAK3B,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAK/B,OAAO,IAAI,IAAI;IAKxB,SAAS,CAAC,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI;IAU3D,OAAO,CAAC,aAAa;IAIrB,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI5C,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI5C,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI3C,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI3C,KAAK,CAAC,QAAQ,EAAE,MAAM,GAAG,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAQrD,OAAO,CAAC,MAAM;CAOjB"}
|
|
@@ -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":"output-channel-item.d.ts","sourceRoot":"","sources":["../../../src/plugin/output-channel/output-channel-item.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"output-channel-item.d.ts","sourceRoot":"","sources":["../../../src/plugin/output-channel/output-channel-item.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAeA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,yBAAyB,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAEpF,qBAAa,iBAAkB,YAAW,KAAK,CAAC,aAAa;IAI7C,QAAQ,CAAC,IAAI,EAAE,MAAM;IAAE,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,yBAAyB;IAAE,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IAFjI,OAAO,CAAC,QAAQ,CAAU;gBAEL,IAAI,EAAE,MAAM,EAAqB,KAAK,EAAE,yBAAyB,EAAqB,UAAU,EAAE,UAAU;IAGjI,OAAO,IAAI,IAAI;IAQf,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAK3B,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAK/B,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAM5B,KAAK,IAAI,IAAI;IAKb,IAAI,CAAC,qBAAqB,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC,UAAU,EAAE,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI;IAQvF,IAAI,IAAI,IAAI;IAKZ,SAAS,CAAC,QAAQ,IAAI,IAAI;CAK7B"}
|
|
@@ -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":"output-channel-registry.d.ts","sourceRoot":"","sources":["../../src/plugin/output-channel-registry.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"output-channel-registry.d.ts","sourceRoot":"","sources":["../../src/plugin/output-channel-registry.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,KAAK,KAAK,MAAM,eAAe,CAAC;AACvC,OAAO,EAA6B,wBAAwB,EAAE,yBAAyB,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtI,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAKrD,qBAAa,4BAA6B,YAAW,wBAAwB;IAEzE,KAAK,EAAE,yBAAyB,CAAC;gBAErB,GAAG,EAAE,WAAW;IAI5B,mBAAmB,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,GAAG,KAAK,CAAC,aAAa;IAC9E,mBAAmB,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE;QAAE,GAAG,EAAE,IAAI,CAAC;KAAE,GAAG,KAAK,CAAC,gBAAgB;IAY1G,OAAO,CAAC,qBAAqB;IAI7B,OAAO,CAAC,wBAAwB;CAGnC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
2
|
+
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
3
|
+
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
2
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
3
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
4
6
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
5
|
-
/// <reference types="@theia/plugin/
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
6
8
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
7
9
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -11,9 +13,9 @@
|
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
12
14
|
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
13
15
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
15
16
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
17
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
18
|
+
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
18
20
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
19
21
|
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-context.d.ts","sourceRoot":"","sources":["../../src/plugin/plugin-context.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-context.d.ts","sourceRoot":"","sources":["../../src/plugin/plugin-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAmBA,OAAO,KAAK,KAAK,KAAK,MAAM,eAAe,CAAC;AAK5C,OAAO,EAEH,MAAM,IAAI,cAAc,EACxB,aAAa,EACb,gBAAgB,EAInB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAGxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC,OAAO,EAqJH,aAAa,EA0ChB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAIrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uBAAuB,CAAC;AAYlE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAKjD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAY7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAUzD,wBAAgB,gBAAgB,CAC5B,GAAG,EAAE,WAAW,EAChB,aAAa,EAAE,aAAa,EAC5B,MAAM,EAAE,UAAU,EAClB,QAAQ,EAAE,YAAY,EACtB,qBAAqB,EAAE,yBAAyB,EAChD,sBAAsB,EAAE,0BAA0B,EAClD,YAAY,EAAE,gBAAgB,EAC9B,kBAAkB,EAAE,kBAAkB,EACtC,SAAS,EAAE,YAAY,EACvB,UAAU,EAAE,eAAe,EAC3B,eAAe,EAAE,mBAAmB,GACrC,gBAAgB,CA0rClB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe,CAAC,CAAC,CAAE,SAAQ,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IACvD;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE,KAAK,CAAC,GAAG,CAAC;IAEjC;;;OAGG;IACH,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAE/B;;;;;OAKG;IACH,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;CACtC;AAED,qBAAa,MAAM,CAAC,CAAC,CAAE,YAAW,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;;IAG7C,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,KAAK,CAAC,GAAG,CAAC;IAErB,WAAW,EAAE,GAAG,CAAC;IACjB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;gBAEjB,aAAa,EAAE,aAAa,EAAE,MAAM,EAAE,cAAc;IAgBhE,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,OAAO,IAAI,CAAC,CAEf;IAED,QAAQ,IAAI,WAAW,CAAC,CAAC,CAAC;CAG7B;AAED,qBAAa,SAAS,CAAC,CAAC,CAAE,SAAQ,MAAM,CAAC,CAAC,CAAE,YAAW,eAAe,CAAC,CAAC,CAAC;;IAGrE,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,KAAK,CAAC,GAAG,CAAC;IACxB,aAAa,EAAE,aAAa,CAAC;IAC7B,4BAA4B,EAAE,OAAO,CAAC;gBAE1B,aAAa,EAAE,aAAa,EAAE,MAAM,EAAE,cAAc,EAAE,4BAA4B,UAAQ;IAUtG,IAAa,QAAQ,IAAI,OAAO,CAE/B;IAED,IAAa,OAAO,IAAI,CAAC,CAExB;IAEQ,QAAQ,IAAI,WAAW,CAAC,CAAC,CAAC;CAGtC"}
|
|
@@ -260,7 +260,7 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
260
260
|
},
|
|
261
261
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
262
262
|
showQuickPick(items, options, token) {
|
|
263
|
-
return quickOpenExt.showQuickPick(items, options, token);
|
|
263
|
+
return quickOpenExt.showQuickPick(plugin, items, options, token);
|
|
264
264
|
},
|
|
265
265
|
createQuickPick() {
|
|
266
266
|
return quickOpenExt.createQuickPick(plugin);
|
|
@@ -326,7 +326,7 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
326
326
|
return windowStateExt.onDidChangeWindowState(listener, thisArg, disposables);
|
|
327
327
|
},
|
|
328
328
|
createTerminal(nameOrOptions, shellPath, shellArgs) {
|
|
329
|
-
return terminalExt.createTerminal(nameOrOptions, shellPath, shellArgs);
|
|
329
|
+
return terminalExt.createTerminal(plugin, nameOrOptions, shellPath, shellArgs);
|
|
330
330
|
},
|
|
331
331
|
onDidChangeTerminalState,
|
|
332
332
|
onDidCloseTerminal,
|
|
@@ -558,7 +558,13 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
558
558
|
},
|
|
559
559
|
getCanonicalUri(uri, options, token) {
|
|
560
560
|
return workspaceExt.getCanonicalUri(uri, options, token);
|
|
561
|
-
}
|
|
561
|
+
},
|
|
562
|
+
/**
|
|
563
|
+
* @stubbed
|
|
564
|
+
* This is a stub implementation, that should minimally satisfy vscode extensions
|
|
565
|
+
* that currently use this proposed API.
|
|
566
|
+
*/
|
|
567
|
+
registerPortAttributesProvider: () => types_impl_1.Disposable.NULL
|
|
562
568
|
};
|
|
563
569
|
const onDidChangeLogLevel = new event_1.Emitter();
|
|
564
570
|
const env = Object.freeze({
|
|
@@ -819,13 +825,11 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
819
825
|
get onDidChangeBreakpoints() {
|
|
820
826
|
return debugExt.onDidChangeBreakpoints;
|
|
821
827
|
},
|
|
822
|
-
/** @stubbed */
|
|
823
828
|
get activeStackItem() {
|
|
824
|
-
return
|
|
829
|
+
return debugExt.activeStackItem;
|
|
825
830
|
},
|
|
826
|
-
/** @stubbed */
|
|
827
831
|
get onDidChangeActiveStackItem() {
|
|
828
|
-
return
|
|
832
|
+
return debugExt.onDidChangeActiveStackItem;
|
|
829
833
|
},
|
|
830
834
|
registerDebugAdapterDescriptorFactory(debugType, factory) {
|
|
831
835
|
return debugExt.registerDebugAdapterDescriptorFactory(debugType, factory);
|
|
@@ -853,7 +857,11 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
853
857
|
},
|
|
854
858
|
asDebugSourceUri(source, session) {
|
|
855
859
|
return debugExt.asDebugSourceUri(source, session);
|
|
856
|
-
}
|
|
860
|
+
},
|
|
861
|
+
/** @stubbed Due to proposed API */
|
|
862
|
+
registerDebugVisualizationProvider: () => types_impl_1.Disposable.NULL,
|
|
863
|
+
/** @stubbed Due to proposed API */
|
|
864
|
+
registerDebugVisualizationTreeProvider: () => types_impl_1.Disposable.NULL
|
|
857
865
|
};
|
|
858
866
|
const tasks = {
|
|
859
867
|
registerTaskProvider(type, provider) {
|
|
@@ -1177,7 +1185,10 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
1177
1185
|
ChatResultFeedbackKind: types_impl_1.ChatResultFeedbackKind,
|
|
1178
1186
|
LanguageModelChatMessage: types_impl_1.LanguageModelChatMessage,
|
|
1179
1187
|
LanguageModelChatMessageRole: types_impl_1.LanguageModelChatMessageRole,
|
|
1180
|
-
LanguageModelError: types_impl_1.LanguageModelError
|
|
1188
|
+
LanguageModelError: types_impl_1.LanguageModelError,
|
|
1189
|
+
PortAutoForwardAction: types_impl_1.PortAutoForwardAction,
|
|
1190
|
+
PortAttributes: types_impl_1.PortAttributes,
|
|
1191
|
+
DebugVisualization: types_impl_1.DebugVisualization
|
|
1181
1192
|
};
|
|
1182
1193
|
};
|
|
1183
1194
|
}
|