@theia/plugin-ext 1.65.0-next.6 → 1.65.1
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 +3 -0
- package/lib/common/plugin-api-rpc-model.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.d.ts +3 -0
- package/lib/common/plugin-api-rpc.d.ts.map +1 -1
- package/lib/common/plugin-protocol.d.ts +5 -5
- package/lib/common/plugin-protocol.d.ts.map +1 -1
- package/lib/common/plugin-protocol.js.map +1 -1
- package/lib/common/uri-components.d.ts +1 -0
- package/lib/common/uri-components.d.ts.map +1 -1
- package/lib/common/uri-components.js +2 -0
- package/lib/common/uri-components.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin.d.ts +1 -1
- package/lib/hosted/browser/hosted-plugin.d.ts.map +1 -1
- package/lib/hosted/browser/hosted-plugin.js +1 -1
- package/lib/hosted/browser/hosted-plugin.js.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.d.ts +41 -0
- package/lib/hosted/node/scanners/scanner-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.js +38 -5
- package/lib/hosted/node/scanners/scanner-theia.js.map +1 -1
- package/lib/main/browser/authentication-main.d.ts +3 -0
- package/lib/main/browser/authentication-main.d.ts.map +1 -1
- package/lib/main/browser/command-registry-main.d.ts +3 -0
- package/lib/main/browser/command-registry-main.d.ts.map +1 -1
- package/lib/main/browser/comments/comment-thread-widget.d.ts +3 -0
- package/lib/main/browser/comments/comment-thread-widget.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-main.d.ts +3 -0
- package/lib/main/browser/comments/comments-main.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts +2 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts +4 -1
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.js +2 -2
- package/lib/main/browser/custom-editors/custom-editors-main.js.map +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts +2 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js.map +1 -1
- package/lib/main/browser/debug/debug-main.js +1 -1
- package/lib/main/browser/debug/debug-main.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.d.ts +3 -0
- package/lib/main/browser/debug/plugin-debug-service.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts.map +1 -1
- package/lib/main/browser/dialogs-main.js +2 -2
- package/lib/main/browser/dialogs-main.js.map +1 -1
- package/lib/main/browser/languages-main.d.ts +4 -1
- package/lib/main/browser/languages-main.d.ts.map +1 -1
- package/lib/main/browser/languages-main.js +3 -3
- package/lib/main/browser/languages-main.js.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.js +4 -4
- package/lib/main/browser/menus/menus-contribution-handler.js.map +1 -1
- package/lib/main/browser/menus/plugin-menu-command-adapter.d.ts +3 -1
- package/lib/main/browser/menus/plugin-menu-command-adapter.d.ts.map +1 -1
- package/lib/main/browser/menus/plugin-menu-command-adapter.js +20 -2
- package/lib/main/browser/menus/plugin-menu-command-adapter.js.map +1 -1
- package/lib/main/browser/menus/vscode-theia-menu-mappings.d.ts.map +1 -1
- package/lib/main/browser/menus/vscode-theia-menu-mappings.js +1 -0
- package/lib/main/browser/menus/vscode-theia-menu-mappings.js.map +1 -1
- package/lib/main/browser/notebooks/notebooks-main.d.ts +3 -0
- package/lib/main/browser/notebooks/notebooks-main.d.ts.map +1 -1
- package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts.map +1 -1
- package/lib/main/browser/notebooks/renderers/output-webview-internal.js +7 -0
- package/lib/main/browser/notebooks/renderers/output-webview-internal.js.map +1 -1
- package/lib/main/browser/plugin-contribution-handler.d.ts +2 -3
- package/lib/main/browser/plugin-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/plugin-contribution-handler.js +11 -28
- package/lib/main/browser/plugin-contribution-handler.js.map +1 -1
- package/lib/main/browser/plugin-ext-argument-processor.d.ts +12 -0
- package/lib/main/browser/plugin-ext-argument-processor.d.ts.map +1 -0
- package/lib/main/browser/plugin-ext-argument-processor.js +41 -0
- package/lib/main/browser/plugin-ext-argument-processor.js.map +1 -0
- package/lib/main/browser/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.js +7 -1
- package/lib/main/browser/plugin-ext-frontend-module.js.map +1 -1
- package/lib/main/browser/preference-registry-main.d.ts +1 -1
- package/lib/main/browser/preference-registry-main.d.ts.map +1 -1
- package/lib/main/browser/preference-registry-main.js +10 -8
- package/lib/main/browser/preference-registry-main.js.map +1 -1
- package/lib/main/browser/quick-open-main.d.ts +3 -0
- package/lib/main/browser/quick-open-main.d.ts.map +1 -1
- package/lib/main/browser/status-bar-message-registry-main.d.ts.map +1 -1
- package/lib/main/browser/status-bar-message-registry-main.js +2 -1
- package/lib/main/browser/status-bar-message-registry-main.js.map +1 -1
- package/lib/main/browser/terminal-main.d.ts +3 -0
- package/lib/main/browser/terminal-main.d.ts.map +1 -1
- package/lib/main/browser/terminal-main.js +3 -1
- package/lib/main/browser/terminal-main.js.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.js +3 -0
- package/lib/main/browser/view/plugin-view-registry.js.map +1 -1
- package/lib/main/browser/view/tree-view-decorator-service.d.ts +3 -0
- package/lib/main/browser/view/tree-view-decorator-service.d.ts.map +1 -1
- package/lib/main/browser/view/tree-view-widget.d.ts +3 -0
- package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/tree-views-main.d.ts +3 -0
- package/lib/main/browser/view/tree-views-main.d.ts.map +1 -1
- package/lib/main/browser/view/tree-views-main.js +1 -1
- package/lib/main/browser/view/tree-views-main.js.map +1 -1
- package/lib/main/browser/webview/webview-frontend-preference-contribution.d.ts +5 -0
- package/lib/main/browser/webview/webview-frontend-preference-contribution.d.ts.map +1 -0
- package/lib/main/browser/webview/webview-frontend-preference-contribution.js +40 -0
- package/lib/main/browser/webview/webview-frontend-preference-contribution.js.map +1 -0
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.js +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.js.map +1 -1
- package/lib/main/browser/webview/webview.d.ts +4 -1
- package/lib/main/browser/webview/webview.d.ts.map +1 -1
- package/lib/main/browser/webview/webview.js +3 -2
- package/lib/main/browser/webview/webview.js.map +1 -1
- package/lib/main/browser/webview-views/webview-views-main.d.ts +3 -0
- package/lib/main/browser/webview-views/webview-views-main.d.ts.map +1 -1
- package/lib/main/browser/webviews-main.d.ts +3 -0
- package/lib/main/browser/webviews-main.d.ts.map +1 -1
- package/lib/main/browser/workspace-main.d.ts +3 -0
- package/lib/main/browser/workspace-main.d.ts.map +1 -1
- package/lib/main/browser/workspace-main.js +3 -3
- package/lib/main/browser/workspace-main.js.map +1 -1
- package/lib/main/{browser/webview → common}/webview-preferences.d.ts +1 -1
- package/lib/main/common/webview-preferences.d.ts.map +1 -0
- package/lib/main/{browser/webview → common}/webview-preferences.js +1 -12
- package/lib/main/common/webview-preferences.js.map +1 -0
- package/lib/main/node/plugin-ext-backend-module.d.ts.map +1 -1
- package/lib/main/node/plugin-ext-backend-module.js +2 -0
- package/lib/main/node/plugin-ext-backend-module.js.map +1 -1
- package/lib/plugin/authentication-ext.d.ts +3 -0
- package/lib/plugin/authentication-ext.d.ts.map +1 -1
- package/lib/plugin/clipboard-ext.d.ts +3 -0
- package/lib/plugin/clipboard-ext.d.ts.map +1 -1
- package/lib/plugin/command-registry.d.ts +3 -0
- package/lib/plugin/command-registry.d.ts.map +1 -1
- package/lib/plugin/comments.d.ts +3 -0
- package/lib/plugin/comments.d.ts.map +1 -1
- package/lib/plugin/custom-editors.d.ts +3 -0
- package/lib/plugin/custom-editors.d.ts.map +1 -1
- package/lib/plugin/debug/debug-ext.d.ts +3 -0
- package/lib/plugin/debug/debug-ext.d.ts.map +1 -1
- package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts +3 -0
- package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts.map +1 -1
- package/lib/plugin/debug/plugin-debug-adapter-session.d.ts +3 -0
- package/lib/plugin/debug/plugin-debug-adapter-session.d.ts.map +1 -1
- package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts +3 -0
- package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts.map +1 -1
- package/lib/plugin/decorations.d.ts +3 -0
- package/lib/plugin/decorations.d.ts.map +1 -1
- package/lib/plugin/dialogs.d.ts +3 -0
- package/lib/plugin/dialogs.d.ts.map +1 -1
- package/lib/plugin/document-data.d.ts +3 -0
- package/lib/plugin/document-data.d.ts.map +1 -1
- package/lib/plugin/documents.d.ts +3 -0
- package/lib/plugin/documents.d.ts.map +1 -1
- package/lib/plugin/env.d.ts +3 -0
- package/lib/plugin/env.d.ts.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.d.ts +3 -0
- package/lib/plugin/file-system-event-service-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-ext-impl.d.ts +3 -0
- package/lib/plugin/file-system-ext-impl.d.ts.map +1 -1
- package/lib/plugin/label-service.d.ts +3 -0
- package/lib/plugin/label-service.d.ts.map +1 -1
- package/lib/plugin/languages/call-hierarchy.d.ts +3 -0
- package/lib/plugin/languages/call-hierarchy.d.ts.map +1 -1
- package/lib/plugin/languages/code-action.d.ts +3 -0
- package/lib/plugin/languages/code-action.d.ts.map +1 -1
- package/lib/plugin/languages/color.d.ts +3 -0
- package/lib/plugin/languages/color.d.ts.map +1 -1
- package/lib/plugin/languages/completion.d.ts +3 -0
- package/lib/plugin/languages/completion.d.ts.map +1 -1
- package/lib/plugin/languages/declaration.d.ts +3 -0
- package/lib/plugin/languages/declaration.d.ts.map +1 -1
- package/lib/plugin/languages/definition.d.ts +3 -0
- package/lib/plugin/languages/definition.d.ts.map +1 -1
- package/lib/plugin/languages/diagnostics.d.ts +3 -0
- package/lib/plugin/languages/diagnostics.d.ts.map +1 -1
- package/lib/plugin/languages/document-drop-edit.d.ts +3 -0
- package/lib/plugin/languages/document-drop-edit.d.ts.map +1 -1
- package/lib/plugin/languages/document-formatting.d.ts +3 -0
- package/lib/plugin/languages/document-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/document-highlight.d.ts +3 -0
- package/lib/plugin/languages/document-highlight.d.ts.map +1 -1
- package/lib/plugin/languages/evaluatable-expression.d.ts +3 -0
- package/lib/plugin/languages/evaluatable-expression.d.ts.map +1 -1
- package/lib/plugin/languages/folding.d.ts +3 -0
- package/lib/plugin/languages/folding.d.ts.map +1 -1
- package/lib/plugin/languages/hover.d.ts +3 -0
- package/lib/plugin/languages/hover.d.ts.map +1 -1
- package/lib/plugin/languages/implementation.d.ts +3 -0
- package/lib/plugin/languages/implementation.d.ts.map +1 -1
- package/lib/plugin/languages/inlay-hints.d.ts +3 -0
- package/lib/plugin/languages/inlay-hints.d.ts.map +1 -1
- package/lib/plugin/languages/inline-completion.d.ts +3 -0
- package/lib/plugin/languages/inline-completion.d.ts.map +1 -1
- package/lib/plugin/languages/inline-values.d.ts +3 -0
- package/lib/plugin/languages/inline-values.d.ts.map +1 -1
- package/lib/plugin/languages/lens.d.ts +3 -0
- package/lib/plugin/languages/lens.d.ts.map +1 -1
- package/lib/plugin/languages/link-provider.d.ts +3 -0
- package/lib/plugin/languages/link-provider.d.ts.map +1 -1
- package/lib/plugin/languages/linked-editing-range.d.ts +3 -0
- package/lib/plugin/languages/linked-editing-range.d.ts.map +1 -1
- package/lib/plugin/languages/on-type-formatting.d.ts +3 -0
- package/lib/plugin/languages/on-type-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/outline.d.ts +3 -0
- package/lib/plugin/languages/outline.d.ts.map +1 -1
- package/lib/plugin/languages/range-formatting.d.ts +3 -0
- package/lib/plugin/languages/range-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/reference.d.ts +3 -0
- package/lib/plugin/languages/reference.d.ts.map +1 -1
- package/lib/plugin/languages/rename.d.ts +3 -0
- package/lib/plugin/languages/rename.d.ts.map +1 -1
- package/lib/plugin/languages/selection-range.d.ts +3 -0
- package/lib/plugin/languages/selection-range.d.ts.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.d.ts +3 -0
- package/lib/plugin/languages/semantic-highlighting.d.ts.map +1 -1
- package/lib/plugin/languages/signature.d.ts +3 -0
- package/lib/plugin/languages/signature.d.ts.map +1 -1
- package/lib/plugin/languages/type-definition.d.ts +3 -0
- package/lib/plugin/languages/type-definition.d.ts.map +1 -1
- package/lib/plugin/languages/type-hierarchy.d.ts +3 -0
- package/lib/plugin/languages/type-hierarchy.d.ts.map +1 -1
- package/lib/plugin/languages/util.d.ts +3 -0
- package/lib/plugin/languages/util.d.ts.map +1 -1
- package/lib/plugin/languages/workspace-symbol.d.ts +3 -0
- package/lib/plugin/languages/workspace-symbol.d.ts.map +1 -1
- package/lib/plugin/languages-utils.d.ts +3 -0
- package/lib/plugin/languages-utils.d.ts.map +1 -1
- package/lib/plugin/languages.d.ts +3 -0
- package/lib/plugin/languages.d.ts.map +1 -1
- package/lib/plugin/lm-ext.d.ts +3 -0
- package/lib/plugin/lm-ext.d.ts.map +1 -1
- package/lib/plugin/markdown-string.d.ts +3 -0
- package/lib/plugin/markdown-string.d.ts.map +1 -1
- package/lib/plugin/message-registry.d.ts +3 -0
- package/lib/plugin/message-registry.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts +3 -0
- package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-document.d.ts +3 -0
- package/lib/plugin/notebook/notebook-document.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-documents.d.ts +3 -0
- package/lib/plugin/notebook/notebook-documents.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-editor.d.ts +3 -0
- package/lib/plugin/notebook/notebook-editor.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-editors.d.ts +3 -0
- package/lib/plugin/notebook/notebook-editors.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-kernels.d.ts +3 -0
- package/lib/plugin/notebook/notebook-kernels.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-renderers.d.ts +3 -0
- package/lib/plugin/notebook/notebook-renderers.d.ts.map +1 -1
- package/lib/plugin/notebook/notebooks.d.ts +3 -0
- package/lib/plugin/notebook/notebooks.d.ts.map +1 -1
- package/lib/plugin/notification.d.ts +3 -0
- package/lib/plugin/notification.d.ts.map +1 -1
- package/lib/plugin/output-channel/log-output-channel.d.ts +3 -0
- package/lib/plugin/output-channel/log-output-channel.d.ts.map +1 -1
- package/lib/plugin/output-channel/output-channel-item.d.ts +3 -0
- package/lib/plugin/output-channel/output-channel-item.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.d.ts +3 -0
- package/lib/plugin/output-channel-registry.d.ts.map +1 -1
- package/lib/plugin/plugin-context.d.ts +3 -0
- package/lib/plugin/plugin-context.d.ts.map +1 -1
- package/lib/plugin/plugin-context.js +11 -2
- package/lib/plugin/plugin-context.js.map +1 -1
- package/lib/plugin/plugin-manager.d.ts +3 -0
- package/lib/plugin/plugin-manager.d.ts.map +1 -1
- package/lib/plugin/plugin-storage.d.ts +3 -0
- package/lib/plugin/plugin-storage.d.ts.map +1 -1
- package/lib/plugin/preference-registry.d.ts +3 -0
- package/lib/plugin/preference-registry.d.ts.map +1 -1
- package/lib/plugin/quick-open.d.ts +3 -0
- package/lib/plugin/quick-open.d.ts.map +1 -1
- package/lib/plugin/scm.d.ts +3 -0
- package/lib/plugin/scm.d.ts.map +1 -1
- package/lib/plugin/scm.js +6 -1
- package/lib/plugin/scm.js.map +1 -1
- package/lib/plugin/secrets-ext.d.ts +3 -0
- package/lib/plugin/secrets-ext.d.ts.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.d.ts +6 -1
- package/lib/plugin/status-bar/status-bar-item.d.ts.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.js +46 -1
- package/lib/plugin/status-bar/status-bar-item.js.map +1 -1
- package/lib/plugin/status-bar-message-registry.d.ts +6 -1
- package/lib/plugin/status-bar-message-registry.d.ts.map +1 -1
- package/lib/plugin/status-bar-message-registry.js +3 -2
- package/lib/plugin/status-bar-message-registry.js.map +1 -1
- package/lib/plugin/tabs.d.ts +3 -0
- package/lib/plugin/tabs.d.ts.map +1 -1
- package/lib/plugin/tasks/task-provider.d.ts +3 -0
- package/lib/plugin/tasks/task-provider.d.ts.map +1 -1
- package/lib/plugin/tasks/tasks.d.ts +3 -0
- package/lib/plugin/tasks/tasks.d.ts.map +1 -1
- package/lib/plugin/terminal-ext.d.ts +3 -0
- package/lib/plugin/terminal-ext.d.ts.map +1 -1
- package/lib/plugin/test-item.d.ts +3 -0
- package/lib/plugin/test-item.d.ts.map +1 -1
- package/lib/plugin/tests.d.ts +3 -0
- package/lib/plugin/tests.d.ts.map +1 -1
- package/lib/plugin/text-editor.d.ts +6 -0
- package/lib/plugin/text-editor.d.ts.map +1 -1
- package/lib/plugin/text-editor.js +7 -0
- package/lib/plugin/text-editor.js.map +1 -1
- package/lib/plugin/text-editors.d.ts +6 -0
- package/lib/plugin/text-editors.d.ts.map +1 -1
- package/lib/plugin/text-editors.js +63 -0
- package/lib/plugin/text-editors.js.map +1 -1
- package/lib/plugin/timeline.d.ts +3 -0
- package/lib/plugin/timeline.d.ts.map +1 -1
- package/lib/plugin/tree/tree-views.d.ts +3 -0
- package/lib/plugin/tree/tree-views.d.ts.map +1 -1
- package/lib/plugin/type-converters.d.ts +3 -0
- package/lib/plugin/type-converters.d.ts.map +1 -1
- package/lib/plugin/types-impl.d.ts +106 -5
- package/lib/plugin/types-impl.d.ts.map +1 -1
- package/lib/plugin/types-impl.js +23 -3
- package/lib/plugin/types-impl.js.map +1 -1
- package/lib/plugin/uri-ext.d.ts +3 -0
- package/lib/plugin/uri-ext.d.ts.map +1 -1
- package/lib/plugin/webview-views.d.ts +3 -0
- package/lib/plugin/webview-views.d.ts.map +1 -1
- package/lib/plugin/webviews.d.ts +3 -0
- package/lib/plugin/webviews.d.ts.map +1 -1
- package/lib/plugin/window-state.d.ts +3 -0
- package/lib/plugin/window-state.d.ts.map +1 -1
- package/lib/plugin/workspace.d.ts +3 -0
- package/lib/plugin/workspace.d.ts.map +1 -1
- package/package.json +30 -30
- package/src/common/plugin-protocol.ts +5 -5
- package/src/common/uri-components.ts +3 -0
- package/src/hosted/browser/hosted-plugin.ts +1 -1
- package/src/hosted/node/scanners/scanner-theia.ts +87 -5
- package/src/main/browser/custom-editors/custom-editor-opener.tsx +2 -2
- package/src/main/browser/custom-editors/custom-editors-main.ts +1 -1
- package/src/main/browser/custom-editors/plugin-custom-editor-registry.ts +2 -2
- package/src/main/browser/debug/debug-main.ts +1 -1
- package/src/main/browser/debug/plugin-debug-session-factory.ts +1 -1
- package/src/main/browser/dialogs-main.ts +1 -1
- package/src/main/browser/languages-main.ts +1 -1
- package/src/main/browser/menus/menus-contribution-handler.ts +5 -5
- package/src/main/browser/menus/plugin-menu-command-adapter.ts +23 -4
- package/src/main/browser/menus/vscode-theia-menu-mappings.ts +2 -1
- package/src/main/browser/notebooks/renderers/output-webview-internal.ts +8 -0
- package/src/main/browser/plugin-contribution-handler.ts +14 -30
- package/src/main/browser/plugin-ext-argument-processor.ts +39 -0
- package/src/main/browser/plugin-ext-frontend-module.ts +9 -2
- package/src/main/browser/preference-registry-main.ts +9 -7
- package/src/main/browser/status-bar-message-registry-main.ts +2 -1
- package/src/main/browser/terminal-main.ts +2 -1
- package/src/main/browser/view/plugin-view-registry.ts +3 -0
- package/src/main/browser/view/tree-views-main.ts +1 -1
- package/src/main/browser/webview/pre/main.js +13 -10
- package/src/main/browser/webview/webview-frontend-preference-contribution.ts +37 -0
- package/src/main/browser/webview/webview-theme-data-provider.ts +1 -1
- package/src/main/browser/webview/webview.ts +3 -2
- package/src/main/browser/workspace-main.ts +2 -2
- package/src/main/{browser/webview → common}/webview-preferences.ts +3 -16
- package/src/main/node/plugin-ext-backend-module.ts +2 -0
- package/src/plugin/plugin-context.ts +14 -3
- package/src/plugin/scm.ts +12 -1
- package/src/plugin/status-bar/status-bar-item.ts +54 -0
- package/src/plugin/status-bar-message-registry.ts +3 -2
- package/src/plugin/text-editor.ts +11 -0
- package/src/plugin/text-editors.ts +70 -1
- package/src/plugin/types-impl.ts +122 -4
- package/lib/main/browser/webview/webview-preferences.d.ts.map +0 -1
- package/lib/main/browser/webview/webview-preferences.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lm-ext.d.ts","sourceRoot":"","sources":["../../src/plugin/lm-ext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lm-ext.d.ts","sourceRoot":"","sources":["../../src/plugin/lm-ext.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,eAAe,CAAC;AAE5C,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EACH,8BAA8B,EAE9B,sBAAsB,EAEzB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,oDAAoD,EAAE,MAAM,WAAW,CAAC;AAEjF,OAAO,EAA2B,mBAAmB,EAAO,MAAM,cAAc,CAAC;AAGjF,UAAU,2BAA2B;IACjC,QAAQ,CAAC,+BAA+B,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAC7D,2BAA2B,IAAI,KAAK,CAAC,cAAc,CAAC,mBAAmB,EAAE,CAAC,CAAC;IAC3E,0BAA0B,CAAC,CAAC,MAAM,EAAE,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,mBAAmB,CAAC,CAAC;CACvG;AAED,qBAAa,SAAU,YAAW,8BAA8B;IAShD,SAAS,CAAC,QAAQ,CAAC,GAAG,EAAE,WAAW;IAP/C,OAAO,CAAC,KAAK,CAAkC;IAC/C,OAAO,CAAC,MAAM,CAAe;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAkD;IAC5E,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAiC;IACzE,OAAO,CAAC,aAAa,CAAK;IAC1B,OAAO,CAAC,qBAAqB,CAAgB;gBAEd,GAAG,EAAE,WAAW;IAK/C,mCAAmC,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,2BAA2B,GAAG,KAAK,CAAC,UAAU;IA2BlG,yBAAyB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,sBAAsB,EAAE,CAAC;IAmB5E,wBAAwB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,sBAAsB,GAAG,OAAO,CAAC,sBAAsB,GAAG,SAAS,CAAC;IAgB3H,OAAO,CAAC,YAAY;IAmBpB,OAAO,CAAC,cAAc;IAmBtB,wBAAwB,CAAC,gBAAgB,EAAE,oDAAoD,EAAE,GAAG,IAAI;CAG3G"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"markdown-string.d.ts","sourceRoot":"","sources":["../../src/plugin/markdown-string.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"markdown-string.d.ts","sourceRoot":"","sources":["../../src/plugin/markdown-string.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAiBA,OAAO,EAA4C,cAAc,IAAI,uBAAuB,EAAE,4BAA4B,EAAE,MAAM,2CAA2C,CAAC;AAC9K,OAAO,KAAK,SAAS,MAAM,eAAe,CAAC;AAM3C,qBACa,cAAe,YAAW,SAAS,CAAC,cAAc;;IAI3D;;OAEG;IAEH,MAAM,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,SAAS,CAAC,cAAc;gBAO1D,KAAK,CAAC,EAAE,MAAM,EAAE,iBAAiB,GAAE,OAAe;IAI9D,IAAI,KAAK,IAAI,MAAM,CAElB;IACD,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,EAEtB;IAED,IAAI,SAAS,IAAI,OAAO,GAAG,4BAA4B,GAAG,SAAS,CAElE;IAED,IAAI,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,4BAA4B,GAAG,SAAS,EAEtE;IAED,IAAI,iBAAiB,IAAI,OAAO,GAAG,SAAS,CAE3C;IAED,IAAI,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,SAAS,EAE/C;IAED,IAAI,WAAW,IAAI,OAAO,GAAG,SAAS,CAErC;IAED,IAAI,WAAW,CAAC,KAAK,EAAE,OAAO,GAAG,SAAS,EAEzC;IAED,IAAI,OAAO,IAAI,SAAS,CAAC,GAAG,GAAG,SAAS,CAEvC;IAED,IAAI,OAAO,CAAC,KAAK,EAAE,SAAS,CAAC,GAAG,GAAG,SAAS,EAE3C;IAED,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC,cAAc;IAKnD,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC,cAAc;IAKvD,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC,cAAc;IAK3E,MAAM,IAAI,uBAAuB;CAgBpC"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
7
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
7
8
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
9
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
8
10
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
19
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
17
20
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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"}
|
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookKernelSource" />
|
|
6
6
|
/// <reference types="@theia/plugin/src/theia.proposed.notebookMessaging" />
|
|
7
7
|
/// <reference types="@theia/plugin/src/theia.proposed.portsAttributes" />
|
|
8
|
+
/// <reference types="@theia/plugin/src/theia.proposed.scmProviderOptions" />
|
|
8
9
|
/// <reference types="@theia/plugin/src/theia.proposed.terminalCompletionProvider" />
|
|
10
|
+
/// <reference types="@theia/plugin/src/theia.proposed.textEditorDiffInformation" />
|
|
9
11
|
/// <reference types="@theia/plugin/src/theia-extra" />
|
|
10
12
|
/// <reference types="@theia/plugin/src/theia.proposed.canonicalUriProvider" />
|
|
11
13
|
/// <reference types="@theia/plugin/src/theia.proposed.customEditorMove" />
|
|
@@ -15,6 +17,7 @@
|
|
|
15
17
|
/// <reference types="@theia/plugin/src/theia.proposed.externalUriOpener" />
|
|
16
18
|
/// <reference types="@theia/plugin/src/theia.proposed.findTextInFiles" />
|
|
17
19
|
/// <reference types="@theia/plugin/src/theia.proposed.fsChunks" />
|
|
20
|
+
/// <reference types="@theia/plugin/src/theia.proposed.interactiveWindow" />
|
|
18
21
|
/// <reference types="@theia/plugin/src/theia.proposed.mappedEditsProvider" />
|
|
19
22
|
/// <reference types="@theia/plugin/src/theia.proposed.profileContentHandlers" />
|
|
20
23
|
/// <reference types="@theia/plugin/src/theia.proposed.resolvers" />
|
|
@@ -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,CA4xClB;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"}
|
|
@@ -96,7 +96,7 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
96
96
|
const notebookRenderers = rpc.set(plugin_api_rpc_1.MAIN_RPC_CONTEXT.NOTEBOOK_RENDERERS_EXT, new notebook_renderers_1.NotebookRenderersExtImpl(rpc, notebooksExt));
|
|
97
97
|
const notebookKernels = rpc.set(plugin_api_rpc_1.MAIN_RPC_CONTEXT.NOTEBOOK_KERNELS_EXT, new notebook_kernels_1.NotebookKernelsExtImpl(rpc, notebooksExt, commandRegistry, webviewExt, workspaceExt));
|
|
98
98
|
const notebookDocuments = rpc.set(plugin_api_rpc_1.MAIN_RPC_CONTEXT.NOTEBOOK_DOCUMENTS_EXT, new notebook_documents_1.NotebookDocumentsExtImpl(notebooksExt));
|
|
99
|
-
const statusBarMessageRegistryExt = new status_bar_message_registry_1.StatusBarMessageRegistryExt(rpc);
|
|
99
|
+
const statusBarMessageRegistryExt = new status_bar_message_registry_1.StatusBarMessageRegistryExt(rpc, commandRegistry);
|
|
100
100
|
const terminalExt = rpc.set(plugin_api_rpc_1.MAIN_RPC_CONTEXT.TERMINAL_EXT, new terminal_ext_1.TerminalServiceExtImpl(rpc));
|
|
101
101
|
const outputChannelRegistryExt = rpc.set(plugin_api_rpc_1.MAIN_RPC_CONTEXT.OUTPUT_CHANNEL_REGISTRY_EXT, new output_channel_registry_1.OutputChannelRegistryExtImpl(rpc));
|
|
102
102
|
const treeViewsExt = rpc.set(plugin_api_rpc_1.MAIN_RPC_CONTEXT.TREE_VIEWS_EXT, new tree_views_1.TreeViewsExtImpl(rpc, commandRegistry));
|
|
@@ -234,6 +234,9 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
234
234
|
onDidChangeTextEditorSelection(listener, thisArg, disposables) {
|
|
235
235
|
return editors.onDidChangeTextEditorSelection(listener, thisArg, disposables);
|
|
236
236
|
},
|
|
237
|
+
onDidChangeTextEditorDiffInformation(listener, thisArg, disposables) {
|
|
238
|
+
return editors.onDidChangeTextEditorDiffInformation(listener, thisArg, disposables);
|
|
239
|
+
},
|
|
237
240
|
onDidChangeTextEditorOptions(listener, thisArg, disposables) {
|
|
238
241
|
return editors.onDidChangeTextEditorOptions(listener, thisArg, disposables);
|
|
239
242
|
},
|
|
@@ -1050,6 +1053,10 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
1050
1053
|
tools: [],
|
|
1051
1054
|
registerMcpServerDefinitionProvider(id, provider) {
|
|
1052
1055
|
return lmExt.registerMcpServerDefinitionProvider(id, provider);
|
|
1056
|
+
},
|
|
1057
|
+
/** @stubbed */
|
|
1058
|
+
registerLanguageModelChatProvider(vendor, provider) {
|
|
1059
|
+
return types_impl_1.Disposable.NULL;
|
|
1053
1060
|
}
|
|
1054
1061
|
};
|
|
1055
1062
|
return {
|
|
@@ -1282,7 +1289,9 @@ function createAPIFactory(rpc, pluginManager, envExt, debugExt, preferenceRegist
|
|
|
1282
1289
|
TerminalCompletionItemKind: types_impl_1.TerminalCompletionItemKind,
|
|
1283
1290
|
TerminalCompletionList: types_impl_1.TerminalCompletionList,
|
|
1284
1291
|
McpHttpServerDefinition: types_impl_1.McpHttpServerDefinition,
|
|
1285
|
-
McpStdioServerDefinition: types_impl_1.McpStdioServerDefinition
|
|
1292
|
+
McpStdioServerDefinition: types_impl_1.McpStdioServerDefinition,
|
|
1293
|
+
TabInputInteractiveWindow: types_impl_1.InteractiveWindowInput,
|
|
1294
|
+
TextEditorChangeKind: types_impl_1.TextEditorChangeKind
|
|
1286
1295
|
};
|
|
1287
1296
|
};
|
|
1288
1297
|
}
|