@theia/plugin-ext 1.66.0-next.44 → 1.66.0-next.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/common/plugin-api-rpc-model.d.ts +0 -28
- package/lib/common/plugin-api-rpc-model.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.d.ts +2 -31
- package/lib/common/plugin-api-rpc.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.d.ts +2 -0
- package/lib/hosted/node/hosted-plugin-process.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.js +6 -5
- package/lib/hosted/node/hosted-plugin-process.js.map +1 -1
- package/lib/main/browser/authentication-main.d.ts +2 -31
- package/lib/main/browser/authentication-main.d.ts.map +1 -1
- package/lib/main/browser/authentication-main.js +7 -10
- package/lib/main/browser/authentication-main.js.map +1 -1
- package/lib/main/browser/command-registry-main.d.ts +0 -29
- package/lib/main/browser/command-registry-main.d.ts.map +1 -1
- package/lib/main/browser/comments/comment-thread-widget.d.ts +0 -28
- package/lib/main/browser/comments/comment-thread-widget.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-main.d.ts +0 -28
- package/lib/main/browser/comments/comments-main.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts +0 -28
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.d.ts +0 -28
- package/lib/main/browser/debug/plugin-debug-service.d.ts.map +1 -1
- package/lib/main/browser/editors-and-documents-main.js +3 -0
- package/lib/main/browser/editors-and-documents-main.js.map +1 -1
- package/lib/main/browser/languages-main.d.ts +0 -28
- package/lib/main/browser/languages-main.d.ts.map +1 -1
- package/lib/main/browser/notebooks/notebooks-main.d.ts +0 -28
- package/lib/main/browser/notebooks/notebooks-main.d.ts.map +1 -1
- package/lib/main/browser/quick-open-main.d.ts +0 -28
- package/lib/main/browser/quick-open-main.d.ts.map +1 -1
- package/lib/main/browser/secrets-main.d.ts +3 -0
- package/lib/main/browser/secrets-main.d.ts.map +1 -1
- package/lib/main/browser/secrets-main.js +23 -0
- package/lib/main/browser/secrets-main.js.map +1 -1
- package/lib/main/browser/terminal-main.d.ts +0 -28
- package/lib/main/browser/terminal-main.d.ts.map +1 -1
- package/lib/main/browser/view/tree-view-decorator-service.d.ts +0 -28
- package/lib/main/browser/view/tree-view-decorator-service.d.ts.map +1 -1
- package/lib/main/browser/view/tree-view-widget.d.ts +0 -28
- package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/tree-views-main.d.ts +0 -28
- package/lib/main/browser/view/tree-views-main.d.ts.map +1 -1
- package/lib/main/browser/webview/webview.d.ts +0 -28
- package/lib/main/browser/webview/webview.d.ts.map +1 -1
- package/lib/main/browser/webview-views/webview-views-main.d.ts +0 -28
- package/lib/main/browser/webview-views/webview-views-main.d.ts.map +1 -1
- package/lib/main/browser/webviews-main.d.ts +0 -28
- package/lib/main/browser/webviews-main.d.ts.map +1 -1
- package/lib/main/browser/workspace-main.d.ts +0 -28
- package/lib/main/browser/workspace-main.d.ts.map +1 -1
- package/lib/plugin/authentication-ext.d.ts +4 -32
- package/lib/plugin/authentication-ext.d.ts.map +1 -1
- package/lib/plugin/authentication-ext.js +2 -2
- package/lib/plugin/authentication-ext.js.map +1 -1
- package/lib/plugin/clipboard-ext.d.ts +0 -28
- package/lib/plugin/clipboard-ext.d.ts.map +1 -1
- package/lib/plugin/command-registry.d.ts +0 -29
- package/lib/plugin/command-registry.d.ts.map +1 -1
- package/lib/plugin/comments.d.ts +0 -28
- package/lib/plugin/comments.d.ts.map +1 -1
- package/lib/plugin/custom-editors.d.ts +0 -28
- package/lib/plugin/custom-editors.d.ts.map +1 -1
- package/lib/plugin/debug/debug-ext.d.ts +0 -29
- package/lib/plugin/debug/debug-ext.d.ts.map +1 -1
- package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts +0 -28
- package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts.map +1 -1
- package/lib/plugin/debug/plugin-debug-adapter-session.d.ts +0 -28
- package/lib/plugin/debug/plugin-debug-adapter-session.d.ts.map +1 -1
- package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts +0 -28
- package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts.map +1 -1
- package/lib/plugin/decorations.d.ts +0 -28
- package/lib/plugin/decorations.d.ts.map +1 -1
- package/lib/plugin/dialogs.d.ts +0 -28
- package/lib/plugin/dialogs.d.ts.map +1 -1
- package/lib/plugin/document-data.d.ts +0 -28
- package/lib/plugin/document-data.d.ts.map +1 -1
- package/lib/plugin/documents.d.ts +0 -28
- package/lib/plugin/documents.d.ts.map +1 -1
- package/lib/plugin/env.d.ts +0 -29
- package/lib/plugin/env.d.ts.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.d.ts +0 -28
- package/lib/plugin/file-system-event-service-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-ext-impl.d.ts +0 -28
- package/lib/plugin/file-system-ext-impl.d.ts.map +1 -1
- package/lib/plugin/label-service.d.ts +0 -29
- package/lib/plugin/label-service.d.ts.map +1 -1
- package/lib/plugin/languages/call-hierarchy.d.ts +0 -28
- package/lib/plugin/languages/call-hierarchy.d.ts.map +1 -1
- package/lib/plugin/languages/code-action.d.ts +0 -28
- package/lib/plugin/languages/code-action.d.ts.map +1 -1
- package/lib/plugin/languages/color.d.ts +0 -28
- package/lib/plugin/languages/color.d.ts.map +1 -1
- package/lib/plugin/languages/completion.d.ts +0 -28
- package/lib/plugin/languages/completion.d.ts.map +1 -1
- package/lib/plugin/languages/declaration.d.ts +0 -28
- package/lib/plugin/languages/declaration.d.ts.map +1 -1
- package/lib/plugin/languages/definition.d.ts +0 -28
- package/lib/plugin/languages/definition.d.ts.map +1 -1
- package/lib/plugin/languages/diagnostics.d.ts +0 -28
- package/lib/plugin/languages/diagnostics.d.ts.map +1 -1
- package/lib/plugin/languages/document-drop-edit.d.ts +0 -28
- package/lib/plugin/languages/document-drop-edit.d.ts.map +1 -1
- package/lib/plugin/languages/document-formatting.d.ts +0 -28
- package/lib/plugin/languages/document-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/document-highlight.d.ts +0 -28
- package/lib/plugin/languages/document-highlight.d.ts.map +1 -1
- package/lib/plugin/languages/evaluatable-expression.d.ts +0 -28
- package/lib/plugin/languages/evaluatable-expression.d.ts.map +1 -1
- package/lib/plugin/languages/folding.d.ts +0 -28
- package/lib/plugin/languages/folding.d.ts.map +1 -1
- package/lib/plugin/languages/hover.d.ts +0 -28
- package/lib/plugin/languages/hover.d.ts.map +1 -1
- package/lib/plugin/languages/implementation.d.ts +0 -28
- package/lib/plugin/languages/implementation.d.ts.map +1 -1
- package/lib/plugin/languages/inlay-hints.d.ts +0 -28
- package/lib/plugin/languages/inlay-hints.d.ts.map +1 -1
- package/lib/plugin/languages/inline-completion.d.ts +0 -28
- package/lib/plugin/languages/inline-completion.d.ts.map +1 -1
- package/lib/plugin/languages/inline-values.d.ts +0 -28
- package/lib/plugin/languages/inline-values.d.ts.map +1 -1
- package/lib/plugin/languages/lens.d.ts +0 -28
- package/lib/plugin/languages/lens.d.ts.map +1 -1
- package/lib/plugin/languages/link-provider.d.ts +0 -28
- package/lib/plugin/languages/link-provider.d.ts.map +1 -1
- package/lib/plugin/languages/linked-editing-range.d.ts +0 -28
- package/lib/plugin/languages/linked-editing-range.d.ts.map +1 -1
- package/lib/plugin/languages/on-type-formatting.d.ts +0 -28
- package/lib/plugin/languages/on-type-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/outline.d.ts +0 -28
- package/lib/plugin/languages/outline.d.ts.map +1 -1
- package/lib/plugin/languages/range-formatting.d.ts +0 -28
- package/lib/plugin/languages/range-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/reference.d.ts +0 -28
- package/lib/plugin/languages/reference.d.ts.map +1 -1
- package/lib/plugin/languages/rename.d.ts +0 -28
- package/lib/plugin/languages/rename.d.ts.map +1 -1
- package/lib/plugin/languages/selection-range.d.ts +0 -28
- package/lib/plugin/languages/selection-range.d.ts.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.d.ts +0 -28
- package/lib/plugin/languages/semantic-highlighting.d.ts.map +1 -1
- package/lib/plugin/languages/signature.d.ts +0 -28
- package/lib/plugin/languages/signature.d.ts.map +1 -1
- package/lib/plugin/languages/type-definition.d.ts +0 -28
- package/lib/plugin/languages/type-definition.d.ts.map +1 -1
- package/lib/plugin/languages/type-hierarchy.d.ts +0 -28
- package/lib/plugin/languages/type-hierarchy.d.ts.map +1 -1
- package/lib/plugin/languages/util.d.ts +0 -28
- package/lib/plugin/languages/util.d.ts.map +1 -1
- package/lib/plugin/languages/workspace-symbol.d.ts +0 -28
- package/lib/plugin/languages/workspace-symbol.d.ts.map +1 -1
- package/lib/plugin/languages-utils.d.ts +0 -28
- package/lib/plugin/languages-utils.d.ts.map +1 -1
- package/lib/plugin/languages.d.ts +0 -28
- package/lib/plugin/languages.d.ts.map +1 -1
- package/lib/plugin/lm-ext.d.ts +0 -28
- package/lib/plugin/lm-ext.d.ts.map +1 -1
- package/lib/plugin/markdown-string.d.ts +0 -28
- package/lib/plugin/markdown-string.d.ts.map +1 -1
- package/lib/plugin/message-registry.d.ts +0 -28
- package/lib/plugin/message-registry.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts +0 -28
- package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-document.d.ts +0 -28
- package/lib/plugin/notebook/notebook-document.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-documents.d.ts +0 -28
- package/lib/plugin/notebook/notebook-documents.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-editor.d.ts +0 -28
- package/lib/plugin/notebook/notebook-editor.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-editors.d.ts +0 -28
- package/lib/plugin/notebook/notebook-editors.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-kernels.d.ts +0 -28
- package/lib/plugin/notebook/notebook-kernels.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-renderers.d.ts +0 -28
- package/lib/plugin/notebook/notebook-renderers.d.ts.map +1 -1
- package/lib/plugin/notebook/notebooks.d.ts +0 -28
- package/lib/plugin/notebook/notebooks.d.ts.map +1 -1
- package/lib/plugin/notification.d.ts +0 -28
- package/lib/plugin/notification.d.ts.map +1 -1
- package/lib/plugin/output-channel/log-output-channel.d.ts +0 -28
- package/lib/plugin/output-channel/log-output-channel.d.ts.map +1 -1
- package/lib/plugin/output-channel/output-channel-item.d.ts +0 -28
- package/lib/plugin/output-channel/output-channel-item.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.d.ts +0 -28
- package/lib/plugin/output-channel-registry.d.ts.map +1 -1
- package/lib/plugin/plugin-context.d.ts +0 -29
- package/lib/plugin/plugin-context.d.ts.map +1 -1
- package/lib/plugin/plugin-context.js +1 -1
- package/lib/plugin/plugin-context.js.map +1 -1
- package/lib/plugin/plugin-manager.d.ts +0 -29
- package/lib/plugin/plugin-manager.d.ts.map +1 -1
- package/lib/plugin/plugin-storage.d.ts +0 -28
- package/lib/plugin/plugin-storage.d.ts.map +1 -1
- package/lib/plugin/preference-registry.d.ts +0 -28
- package/lib/plugin/preference-registry.d.ts.map +1 -1
- package/lib/plugin/quick-open.d.ts +0 -28
- package/lib/plugin/quick-open.d.ts.map +1 -1
- package/lib/plugin/scm.d.ts +0 -28
- package/lib/plugin/scm.d.ts.map +1 -1
- package/lib/plugin/secrets-ext.d.ts +3 -28
- package/lib/plugin/secrets-ext.d.ts.map +1 -1
- package/lib/plugin/secrets-ext.js +6 -0
- package/lib/plugin/secrets-ext.js.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.d.ts +0 -28
- package/lib/plugin/status-bar/status-bar-item.d.ts.map +1 -1
- package/lib/plugin/status-bar-message-registry.d.ts +0 -28
- package/lib/plugin/status-bar-message-registry.d.ts.map +1 -1
- package/lib/plugin/tabs.d.ts +0 -28
- package/lib/plugin/tabs.d.ts.map +1 -1
- package/lib/plugin/tasks/task-provider.d.ts +0 -28
- package/lib/plugin/tasks/task-provider.d.ts.map +1 -1
- package/lib/plugin/tasks/tasks.d.ts +0 -28
- package/lib/plugin/tasks/tasks.d.ts.map +1 -1
- package/lib/plugin/terminal-ext.d.ts +0 -29
- package/lib/plugin/terminal-ext.d.ts.map +1 -1
- package/lib/plugin/test-item.d.ts +0 -28
- package/lib/plugin/test-item.d.ts.map +1 -1
- package/lib/plugin/tests.d.ts +0 -28
- package/lib/plugin/tests.d.ts.map +1 -1
- package/lib/plugin/text-editor.d.ts +0 -28
- package/lib/plugin/text-editor.d.ts.map +1 -1
- package/lib/plugin/text-editors.d.ts +0 -28
- package/lib/plugin/text-editors.d.ts.map +1 -1
- package/lib/plugin/timeline.d.ts +0 -29
- package/lib/plugin/timeline.d.ts.map +1 -1
- package/lib/plugin/tree/tree-views.d.ts +0 -28
- package/lib/plugin/tree/tree-views.d.ts.map +1 -1
- package/lib/plugin/type-converters.d.ts +0 -28
- package/lib/plugin/type-converters.d.ts.map +1 -1
- package/lib/plugin/types-impl.d.ts +0 -28
- package/lib/plugin/types-impl.d.ts.map +1 -1
- package/lib/plugin/uri-ext.d.ts +0 -28
- package/lib/plugin/uri-ext.d.ts.map +1 -1
- package/lib/plugin/webview-views.d.ts +0 -28
- package/lib/plugin/webview-views.d.ts.map +1 -1
- package/lib/plugin/webviews.d.ts +0 -28
- package/lib/plugin/webviews.d.ts.map +1 -1
- package/lib/plugin/window-state.d.ts +0 -28
- package/lib/plugin/window-state.d.ts.map +1 -1
- package/lib/plugin/workspace.d.ts +0 -28
- package/lib/plugin/workspace.d.ts.map +1 -1
- package/package.json +30 -32
- package/src/common/plugin-api-rpc.ts +2 -1
- package/src/hosted/node/hosted-plugin-process.ts +5 -7
- package/src/main/browser/authentication-main.ts +8 -11
- package/src/main/browser/editors-and-documents-main.ts +3 -0
- package/src/main/browser/secrets-main.ts +25 -0
- package/src/plugin/authentication-ext.ts +6 -6
- package/src/plugin/plugin-context.ts +1 -3
- package/src/plugin/secrets-ext.ts +10 -0
|
@@ -1,31 +1,3 @@
|
|
|
1
|
-
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
-
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
3
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
29
1
|
import * as theia from '@theia/plugin';
|
|
30
2
|
import { UriComponents } from '../../common/uri-components';
|
|
31
3
|
import { NotebookCellsChangedEventDto, NotebookDocumentsExt } from '../../common';
|
|
@@ -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,31 +1,3 @@
|
|
|
1
|
-
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
-
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
3
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
29
1
|
import * as theia from '@theia/plugin';
|
|
30
2
|
import { NotebookDocument } from './notebook-document';
|
|
31
3
|
export declare class NotebookEditor {
|
|
@@ -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,31 +1,3 @@
|
|
|
1
|
-
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
-
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
3
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
29
1
|
import { NotebookEditorPropertiesChangeData, NotebookEditorsExt, NotebookEditorViewColumnInfo } from '../../common';
|
|
30
2
|
import * as theia from '@theia/plugin';
|
|
31
3
|
import { NotebooksExtImpl } from './notebooks';
|
|
@@ -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,31 +1,3 @@
|
|
|
1
|
-
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
-
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
3
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
29
1
|
import { NotebookKernelsExt, NotebookKernelSourceActionDto, PluginModel } from '../../common';
|
|
30
2
|
import { RPCProtocol } from '../../common/rpc-protocol';
|
|
31
3
|
import { UriComponents } from '../../common/uri-components';
|
|
@@ -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,31 +1,3 @@
|
|
|
1
|
-
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
-
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
3
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
29
1
|
import { NotebookRenderersExt } from '../../common';
|
|
30
2
|
import { RPCProtocol } from '../../common/rpc-protocol';
|
|
31
3
|
import { NotebooksExtImpl } from './notebooks';
|
|
@@ -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,31 +1,3 @@
|
|
|
1
|
-
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
-
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
3
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
29
1
|
import { CancellationToken, Event } from '@theia/core';
|
|
30
2
|
import { URI as TheiaURI } from '../types-impl';
|
|
31
3
|
import type * as theia from '@theia/plugin';
|
|
@@ -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,31 +1,3 @@
|
|
|
1
|
-
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
-
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
3
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
29
1
|
import { NotificationExt } from '../common/plugin-api-rpc';
|
|
30
2
|
import { CancellationToken, Progress, ProgressOptions } from '@theia/plugin';
|
|
31
3
|
import { RPCProtocol } from '../common/rpc-protocol';
|
|
@@ -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,31 +1,3 @@
|
|
|
1
|
-
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
-
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
3
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
29
1
|
import { Emitter } from '@theia/core/shared/vscode-languageserver-protocol';
|
|
30
2
|
import * as theia from '@theia/plugin';
|
|
31
3
|
import { OutputChannelRegistryMain, PluginInfo } from '../../common/plugin-api-rpc';
|
|
@@ -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;IAelF,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,31 +1,3 @@
|
|
|
1
|
-
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
-
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
3
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
29
1
|
import * as theia from '@theia/plugin';
|
|
30
2
|
import { OutputChannelRegistryMain, PluginInfo } from '../../common/plugin-api-rpc';
|
|
31
3
|
export declare class OutputChannelImpl implements theia.OutputChannel {
|
|
@@ -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;IAWjI,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,31 +1,3 @@
|
|
|
1
|
-
/// <reference types="@theia/plugin/src/theia.proposed.debugVisualization" />
|
|
2
|
-
/// <reference types="@theia/plugin/lib/theia.proposed.multiDocumentHighlightProvider" />
|
|
3
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
29
1
|
import * as theia from '@theia/plugin';
|
|
30
2
|
import { OutputChannelRegistryExt, OutputChannelRegistryMain, PluginInfo } from '../common/plugin-api-rpc';
|
|
31
3
|
import { RPCProtocol } from '../common/rpc-protocol';
|
|
@@ -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,32 +1,3 @@
|
|
|
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" />
|
|
4
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookCellExecutionState" />
|
|
5
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
6
|
-
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
7
|
-
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
8
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
9
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
10
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
11
|
-
/// <reference types="@theia/plugin/src/theia.proposed.statusBarItemTooltip" />
|
|
12
|
-
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
13
|
-
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
14
|
-
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
15
|
-
/// <reference types="@theia/plugin/src/theia.proposed.diffCommand" />
|
|
16
|
-
/// <reference types="@theia/plugin/src/theia.proposed.editSessionIdentityProvider" />
|
|
17
|
-
/// <reference types="@theia/plugin/src/theia.proposed.extensionsAny" />
|
|
18
|
-
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
19
|
-
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
20
|
-
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
21
|
-
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
22
|
-
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
23
|
-
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
24
|
-
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
25
|
-
/// <reference types="@theia/plugin/src/theia.proposed.scmValidation" />
|
|
26
|
-
/// <reference types="@theia/plugin/src/theia.proposed.shareProvider" />
|
|
27
|
-
/// <reference types="@theia/plugin/src/theia.proposed.terminalQuickFixProvider" />
|
|
28
|
-
/// <reference types="@theia/plugin/src/theia.proposed.textSearchProvider" />
|
|
29
|
-
/// <reference types="@theia/plugin/src/theia.proposed.timeline" />
|
|
30
1
|
import type * as theia from '@theia/plugin';
|
|
31
2
|
import { Plugin as InternalPlugin, PluginManager, PluginAPIFactory } from '../common/plugin-api-rpc';
|
|
32
3
|
import { RPCProtocol } from '../common/rpc-protocol';
|
|
@@ -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,EAsJH,aAAa,EAuDhB,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;AAazD,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,EAAE,SAAS,EAAE,CAAC,GAAG,CAAC,CAajE;AAED,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,CA0xClB;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"}
|
|
@@ -420,7 +420,7 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
420
420
|
return types_impl_1.Disposable.NULL;
|
|
421
421
|
},
|
|
422
422
|
/** @stubbed TerminalCompletionProvider */
|
|
423
|
-
registerTerminalCompletionProvider(provider, ...triggerCharacters) {
|
|
423
|
+
registerTerminalCompletionProvider(id, provider, ...triggerCharacters) {
|
|
424
424
|
return types_impl_1.Disposable.NULL;
|
|
425
425
|
},
|
|
426
426
|
/** @stubbed TerminalQuickFixProvider */
|