@theia/plugin-ext 1.23.0-next.5 → 1.23.0-next.54
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/arrays.d.ts +0 -15
- package/lib/common/arrays.d.ts.map +1 -1
- package/lib/common/arrays.js +15 -15
- package/lib/common/arrays.js.map +1 -1
- package/lib/common/assert.d.ts +0 -15
- package/lib/common/assert.d.ts.map +1 -1
- package/lib/common/assert.js +15 -15
- package/lib/common/assert.js.map +1 -1
- package/lib/common/character-classifier.d.ts +0 -15
- package/lib/common/character-classifier.d.ts.map +1 -1
- package/lib/common/character-classifier.js +17 -17
- package/lib/common/character-classifier.js.map +1 -1
- package/lib/common/connection.d.ts +0 -15
- package/lib/common/connection.d.ts.map +1 -1
- package/lib/common/disposable-util.d.ts +0 -15
- package/lib/common/disposable-util.d.ts.map +1 -1
- package/lib/common/disposable-util.js +15 -15
- package/lib/common/disposable-util.js.map +1 -1
- package/lib/common/editor-options.d.ts +0 -15
- package/lib/common/editor-options.d.ts.map +1 -1
- package/lib/common/editor-options.js +15 -15
- package/lib/common/editor-options.js.map +1 -1
- package/lib/common/env.d.ts +0 -15
- package/lib/common/env.d.ts.map +1 -1
- package/lib/common/env.js +15 -15
- package/lib/common/env.js.map +1 -1
- package/lib/common/errors.d.ts +0 -15
- package/lib/common/errors.d.ts.map +1 -1
- package/lib/common/errors.js +15 -15
- package/lib/common/errors.js.map +1 -1
- package/lib/common/id-generator.d.ts +0 -15
- package/lib/common/id-generator.d.ts.map +1 -1
- package/lib/common/id-generator.js +15 -15
- package/lib/common/id-generator.js.map +1 -1
- package/lib/common/index.d.ts +0 -15
- package/lib/common/index.d.ts.map +1 -1
- package/lib/common/index.js +16 -16
- package/lib/common/index.js.map +1 -1
- package/lib/common/link-computer.d.ts +0 -15
- package/lib/common/link-computer.d.ts.map +1 -1
- package/lib/common/link-computer.js +15 -15
- package/lib/common/link-computer.js.map +1 -1
- package/lib/common/object-identifier.d.ts +0 -15
- package/lib/common/object-identifier.d.ts.map +1 -1
- package/lib/common/object-identifier.js +15 -15
- package/lib/common/object-identifier.js.map +1 -1
- package/lib/common/objects.js +3 -3
- package/lib/common/objects.js.map +1 -1
- package/lib/common/paths-util.d.ts +0 -15
- package/lib/common/paths-util.d.ts.map +1 -1
- package/lib/common/paths-util.js +15 -15
- package/lib/common/paths-util.js.map +1 -1
- package/lib/common/plugin-api-rpc-model.d.ts +13 -34
- package/lib/common/plugin-api-rpc-model.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc-model.js +15 -15
- package/lib/common/plugin-api-rpc-model.js.map +1 -1
- package/lib/common/plugin-api-rpc.d.ts +33 -28
- package/lib/common/plugin-api-rpc.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.js +79 -77
- package/lib/common/plugin-api-rpc.js.map +1 -1
- package/lib/common/plugin-ext-api-contribution.d.ts +0 -15
- package/lib/common/plugin-ext-api-contribution.d.ts.map +1 -1
- package/lib/common/plugin-protocol.d.ts +8 -15
- package/lib/common/plugin-protocol.d.ts.map +1 -1
- package/lib/common/plugin-protocol.js +6 -1
- package/lib/common/plugin-protocol.js.map +1 -1
- package/lib/common/rpc-protocol.d.ts +0 -15
- package/lib/common/rpc-protocol.d.ts.map +1 -1
- package/lib/common/rpc-protocol.js +15 -15
- package/lib/common/rpc-protocol.js.map +1 -1
- package/lib/common/semantic-tokens-dto.d.ts +0 -15
- package/lib/common/semantic-tokens-dto.d.ts.map +1 -1
- package/lib/common/semantic-tokens-dto.js +15 -15
- package/lib/common/semantic-tokens-dto.js.map +1 -1
- package/lib/common/types.d.ts +0 -15
- package/lib/common/types.d.ts.map +1 -1
- package/lib/common/types.js +15 -15
- package/lib/common/types.js.map +1 -1
- package/lib/common/uint.d.ts +0 -15
- package/lib/common/uint.d.ts.map +1 -1
- package/lib/common/uint.js +15 -15
- package/lib/common/uint.js.map +1 -1
- package/lib/common/uri-components.d.ts +0 -15
- package/lib/common/uri-components.d.ts.map +1 -1
- package/lib/common/uri-components.js +15 -15
- package/lib/common/uri-components.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin-watcher.d.ts +0 -15
- package/lib/hosted/browser/hosted-plugin-watcher.d.ts.map +1 -1
- package/lib/hosted/browser/hosted-plugin-watcher.js +16 -16
- package/lib/hosted/browser/hosted-plugin-watcher.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin.d.ts +3 -17
- package/lib/hosted/browser/hosted-plugin.d.ts.map +1 -1
- package/lib/hosted/browser/hosted-plugin.js +68 -83
- package/lib/hosted/browser/hosted-plugin.js.map +1 -1
- package/lib/hosted/browser/plugin-worker.js +16 -16
- package/lib/hosted/browser/plugin-worker.js.map +1 -1
- package/lib/hosted/browser/worker/debug-stub.d.ts +0 -15
- package/lib/hosted/browser/worker/debug-stub.d.ts.map +1 -1
- package/lib/hosted/browser/worker/debug-stub.js +15 -15
- package/lib/hosted/browser/worker/debug-stub.js.map +1 -1
- package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts +0 -15
- package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts.map +1 -1
- package/lib/hosted/browser/worker/plugin-manifest-loader.js +15 -15
- package/lib/hosted/browser/worker/plugin-manifest-loader.js.map +1 -1
- package/lib/hosted/browser/worker/worker-env-ext.d.ts +0 -15
- package/lib/hosted/browser/worker/worker-env-ext.d.ts.map +1 -1
- package/lib/hosted/browser/worker/worker-env-ext.js +15 -15
- package/lib/hosted/browser/worker/worker-env-ext.js.map +1 -1
- package/lib/hosted/browser/worker/worker-main.d.ts +0 -15
- package/lib/hosted/browser/worker/worker-main.d.ts.map +1 -1
- package/lib/hosted/browser/worker/worker-main.js +29 -20
- package/lib/hosted/browser/worker/worker-main.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-cli-contribution.js +16 -16
- package/lib/hosted/node/hosted-plugin-cli-contribution.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.d.ts +2 -15
- package/lib/hosted/node/hosted-plugin-deployer-handler.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.js +40 -22
- package/lib/hosted/node/hosted-plugin-deployer-handler.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-localization-service.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-localization-service.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-localization-service.js +18 -18
- package/lib/hosted/node/hosted-plugin-localization-service.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-process.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.js +24 -24
- package/lib/hosted/node/hosted-plugin-process.js.map +1 -1
- package/lib/hosted/node/hosted-plugin.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin.js +21 -21
- package/lib/hosted/node/hosted-plugin.js.map +1 -1
- package/lib/hosted/node/metadata-scanner.d.ts +0 -15
- package/lib/hosted/node/metadata-scanner.d.ts.map +1 -1
- package/lib/hosted/node/metadata-scanner.js +17 -17
- package/lib/hosted/node/metadata-scanner.js.map +1 -1
- package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts +0 -15
- package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts.map +1 -1
- package/lib/hosted/node/plugin-ext-hosted-backend-module.js +17 -17
- package/lib/hosted/node/plugin-ext-hosted-backend-module.js.map +1 -1
- package/lib/hosted/node/plugin-host-rpc.d.ts +0 -15
- package/lib/hosted/node/plugin-host-rpc.d.ts.map +1 -1
- package/lib/hosted/node/plugin-host-rpc.js +21 -21
- package/lib/hosted/node/plugin-host-rpc.js.map +1 -1
- package/lib/hosted/node/plugin-host.d.ts +0 -15
- package/lib/hosted/node/plugin-host.d.ts.map +1 -1
- package/lib/hosted/node/plugin-host.js +15 -15
- package/lib/hosted/node/plugin-host.js.map +1 -1
- package/lib/hosted/node/plugin-manifest-loader.d.ts +0 -15
- package/lib/hosted/node/plugin-manifest-loader.d.ts.map +1 -1
- package/lib/hosted/node/plugin-manifest-loader.js +15 -15
- package/lib/hosted/node/plugin-manifest-loader.js.map +1 -1
- package/lib/hosted/node/plugin-reader.d.ts +0 -15
- package/lib/hosted/node/plugin-reader.d.ts.map +1 -1
- package/lib/hosted/node/plugin-reader.js +24 -23
- package/lib/hosted/node/plugin-reader.js.map +1 -1
- package/lib/hosted/node/plugin-service.js +24 -24
- package/lib/hosted/node/plugin-service.js.map +1 -1
- package/lib/hosted/node/scanners/backend-init-theia.d.ts +0 -15
- package/lib/hosted/node/scanners/backend-init-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/backend-init-theia.js +17 -16
- package/lib/hosted/node/scanners/backend-init-theia.js.map +1 -1
- package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts +0 -15
- package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts.map +1 -1
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js +16 -16
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.d.ts +0 -15
- package/lib/hosted/node/scanners/grammars-reader.d.ts.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.js +16 -16
- package/lib/hosted/node/scanners/grammars-reader.js.map +1 -1
- package/lib/hosted/node/scanners/plugin-uri-factory.d.ts +0 -15
- package/lib/hosted/node/scanners/plugin-uri-factory.d.ts.map +1 -1
- package/lib/hosted/node/scanners/plugin-uri-factory.js +15 -15
- package/lib/hosted/node/scanners/plugin-uri-factory.js.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.d.ts +0 -15
- package/lib/hosted/node/scanners/scanner-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.js +25 -23
- package/lib/hosted/node/scanners/scanner-theia.js.map +1 -1
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts +0 -15
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts.map +1 -1
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js +16 -16
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js.map +1 -1
- package/lib/hosted/node-electron/scanner-theia-electron.d.ts +0 -15
- package/lib/hosted/node-electron/scanner-theia-electron.d.ts.map +1 -1
- package/lib/hosted/node-electron/scanner-theia-electron.js +16 -16
- package/lib/hosted/node-electron/scanner-theia-electron.js.map +1 -1
- package/lib/main/browser/authentication-main.d.ts +18 -26
- package/lib/main/browser/authentication-main.d.ts.map +1 -1
- package/lib/main/browser/authentication-main.js +126 -82
- package/lib/main/browser/authentication-main.js.map +1 -1
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.d.ts +0 -15
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.d.ts.map +1 -1
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.js +15 -15
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.js.map +1 -1
- package/lib/main/browser/clipboard-main.d.ts +0 -15
- package/lib/main/browser/clipboard-main.d.ts.map +1 -1
- package/lib/main/browser/clipboard-main.js +15 -15
- package/lib/main/browser/clipboard-main.js.map +1 -1
- package/lib/main/browser/command-registry-main.d.ts +0 -15
- package/lib/main/browser/command-registry-main.d.ts.map +1 -1
- package/lib/main/browser/command-registry-main.js +15 -15
- package/lib/main/browser/command-registry-main.js.map +1 -1
- package/lib/main/browser/commands.d.ts +0 -15
- package/lib/main/browser/commands.d.ts.map +1 -1
- package/lib/main/browser/commands.js +18 -18
- package/lib/main/browser/commands.js.map +1 -1
- package/lib/main/browser/comments/comment-glyph-widget.d.ts +0 -15
- package/lib/main/browser/comments/comment-glyph-widget.d.ts.map +1 -1
- package/lib/main/browser/comments/comment-thread-widget.d.ts +0 -15
- package/lib/main/browser/comments/comment-thread-widget.d.ts.map +1 -1
- package/lib/main/browser/comments/comment-thread-widget.js +15 -15
- package/lib/main/browser/comments/comment-thread-widget.js.map +1 -1
- package/lib/main/browser/comments/comments-context-key-service.d.ts +1 -16
- package/lib/main/browser/comments/comments-context-key-service.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-context-key-service.js +18 -18
- package/lib/main/browser/comments/comments-context-key-service.js.map +1 -1
- package/lib/main/browser/comments/comments-contribution.d.ts +0 -15
- package/lib/main/browser/comments/comments-contribution.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-contribution.js +23 -23
- package/lib/main/browser/comments/comments-contribution.js.map +1 -1
- package/lib/main/browser/comments/comments-decorator.d.ts +0 -15
- package/lib/main/browser/comments/comments-decorator.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-decorator.js +16 -16
- package/lib/main/browser/comments/comments-decorator.js.map +1 -1
- package/lib/main/browser/comments/comments-main.d.ts +0 -15
- package/lib/main/browser/comments/comments-main.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-main.js +16 -16
- package/lib/main/browser/comments/comments-main.js.map +1 -1
- package/lib/main/browser/comments/comments-service.d.ts +0 -15
- package/lib/main/browser/comments/comments-service.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-service.js +16 -16
- package/lib/main/browser/comments/comments-service.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-contribution.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-contribution.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-contribution.js +17 -17
- package/lib/main/browser/custom-editors/custom-editor-contribution.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.js +18 -18
- package/lib/main/browser/custom-editors/custom-editor-opener.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-service.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-service.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-service.js +16 -16
- package/lib/main/browser/custom-editors/custom-editor-service.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.js +15 -15
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.js +18 -18
- package/lib/main/browser/custom-editors/custom-editor-widget.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.js +15 -15
- package/lib/main/browser/custom-editors/custom-editors-main.js.map +1 -1
- package/lib/main/browser/custom-editors/glob.js +15 -15
- package/lib/main/browser/custom-editors/glob.js.map +1 -1
- package/lib/main/browser/custom-editors/paths.d.ts +0 -15
- package/lib/main/browser/custom-editors/paths.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/paths.js +16 -16
- package/lib/main/browser/custom-editors/paths.js.map +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts +0 -15
- 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 +23 -23
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js.map +1 -1
- package/lib/main/browser/custom-editors/undo-redo-service.d.ts +0 -15
- package/lib/main/browser/custom-editors/undo-redo-service.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/undo-redo-service.js +16 -16
- package/lib/main/browser/custom-editors/undo-redo-service.js.map +1 -1
- package/lib/main/browser/debug/debug-main.d.ts +0 -15
- package/lib/main/browser/debug/debug-main.d.ts.map +1 -1
- package/lib/main/browser/debug/debug-main.js +15 -15
- package/lib/main/browser/debug/debug-main.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.js +15 -15
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-service.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.js +19 -19
- package/lib/main/browser/debug/plugin-debug-service.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js +19 -19
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.js +15 -15
- package/lib/main/browser/debug/plugin-debug-session-factory.js.map +1 -1
- package/lib/main/browser/decorations/decorations-main.d.ts +0 -15
- package/lib/main/browser/decorations/decorations-main.d.ts.map +1 -1
- package/lib/main/browser/decorations/decorations-main.js +15 -15
- package/lib/main/browser/decorations/decorations-main.js.map +1 -1
- package/lib/main/browser/dialogs/modal-notification.d.ts.map +1 -1
- package/lib/main/browser/dialogs/modal-notification.js +19 -19
- package/lib/main/browser/dialogs/modal-notification.js.map +1 -1
- package/lib/main/browser/dialogs-main.d.ts +0 -15
- package/lib/main/browser/dialogs-main.d.ts.map +1 -1
- package/lib/main/browser/dialogs-main.js +15 -15
- package/lib/main/browser/dialogs-main.js.map +1 -1
- package/lib/main/browser/documents-main.d.ts +0 -15
- package/lib/main/browser/documents-main.d.ts.map +1 -1
- package/lib/main/browser/documents-main.js +16 -16
- package/lib/main/browser/documents-main.js.map +1 -1
- package/lib/main/browser/editor/untitled-resource.d.ts +0 -15
- package/lib/main/browser/editor/untitled-resource.d.ts.map +1 -1
- package/lib/main/browser/editor/untitled-resource.js +17 -17
- package/lib/main/browser/editor/untitled-resource.js.map +1 -1
- package/lib/main/browser/editors-and-documents-main.d.ts +0 -15
- package/lib/main/browser/editors-and-documents-main.d.ts.map +1 -1
- package/lib/main/browser/editors-and-documents-main.js +15 -15
- package/lib/main/browser/editors-and-documents-main.js.map +1 -1
- package/lib/main/browser/env-main.d.ts +0 -15
- package/lib/main/browser/env-main.d.ts.map +1 -1
- package/lib/main/browser/env-main.js +15 -15
- package/lib/main/browser/env-main.js.map +1 -1
- package/lib/main/browser/file-system-main-impl.d.ts +0 -15
- package/lib/main/browser/file-system-main-impl.d.ts.map +1 -1
- package/lib/main/browser/file-system-main-impl.js +15 -15
- package/lib/main/browser/file-system-main-impl.js.map +1 -1
- package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts +0 -15
- package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js +17 -17
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js.map +1 -1
- package/lib/main/browser/label-service-main.d.ts +0 -15
- package/lib/main/browser/label-service-main.d.ts.map +1 -1
- package/lib/main/browser/label-service-main.js +15 -15
- package/lib/main/browser/label-service-main.js.map +1 -1
- package/lib/main/browser/languages-main.d.ts +1 -15
- package/lib/main/browser/languages-main.d.ts.map +1 -1
- package/lib/main/browser/languages-main.js +38 -30
- package/lib/main/browser/languages-main.js.map +1 -1
- package/lib/main/browser/main-context.d.ts +0 -15
- package/lib/main/browser/main-context.d.ts.map +1 -1
- package/lib/main/browser/main-context.js +3 -0
- package/lib/main/browser/main-context.js.map +1 -1
- package/lib/main/browser/main-file-system-event-service.d.ts +0 -15
- package/lib/main/browser/main-file-system-event-service.d.ts.map +1 -1
- package/lib/main/browser/main-file-system-event-service.js +15 -15
- package/lib/main/browser/main-file-system-event-service.js.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.d.ts +0 -15
- package/lib/main/browser/menus/menus-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.js +33 -33
- package/lib/main/browser/menus/menus-contribution-handler.js.map +1 -1
- package/lib/main/browser/message-registry-main.d.ts +0 -15
- package/lib/main/browser/message-registry-main.d.ts.map +1 -1
- package/lib/main/browser/message-registry-main.js +15 -15
- package/lib/main/browser/message-registry-main.js.map +1 -1
- package/lib/main/browser/notification-main.d.ts +0 -15
- package/lib/main/browser/notification-main.d.ts.map +1 -1
- package/lib/main/browser/notification-main.js +15 -15
- package/lib/main/browser/notification-main.js.map +1 -1
- package/lib/main/browser/output-channel-registry-main.d.ts +0 -15
- package/lib/main/browser/output-channel-registry-main.d.ts.map +1 -1
- package/lib/main/browser/output-channel-registry-main.js +17 -17
- package/lib/main/browser/output-channel-registry-main.js.map +1 -1
- package/lib/main/browser/plugin-authentication-service.d.ts +14 -0
- package/lib/main/browser/plugin-authentication-service.d.ts.map +1 -0
- package/lib/main/browser/plugin-authentication-service.js +81 -0
- package/lib/main/browser/plugin-authentication-service.js.map +1 -0
- package/lib/main/browser/plugin-contribution-handler.d.ts +1 -16
- package/lib/main/browser/plugin-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/plugin-contribution-handler.js +38 -38
- package/lib/main/browser/plugin-contribution-handler.js.map +1 -1
- package/lib/main/browser/plugin-ext-deploy-command.d.ts +0 -15
- package/lib/main/browser/plugin-ext-deploy-command.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-deploy-command.js +19 -19
- package/lib/main/browser/plugin-ext-deploy-command.js.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.d.ts +0 -15
- package/lib/main/browser/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.js +29 -25
- package/lib/main/browser/plugin-ext-frontend-module.js.map +1 -1
- package/lib/main/browser/plugin-ext-widget.d.ts +0 -15
- package/lib/main/browser/plugin-ext-widget.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-widget.js +21 -21
- package/lib/main/browser/plugin-ext-widget.js.map +1 -1
- package/lib/main/browser/plugin-frontend-contribution.d.ts +0 -15
- package/lib/main/browser/plugin-frontend-contribution.d.ts.map +1 -1
- package/lib/main/browser/plugin-frontend-contribution.js +18 -18
- package/lib/main/browser/plugin-frontend-contribution.js.map +1 -1
- package/lib/main/browser/plugin-frontend-view-contribution.d.ts +0 -15
- package/lib/main/browser/plugin-frontend-view-contribution.d.ts.map +1 -1
- package/lib/main/browser/plugin-frontend-view-contribution.js +16 -16
- package/lib/main/browser/plugin-frontend-view-contribution.js.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.d.ts +0 -15
- package/lib/main/browser/plugin-icon-theme-service.d.ts.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.js +26 -26
- package/lib/main/browser/plugin-icon-theme-service.js.map +1 -1
- package/lib/main/browser/plugin-shared-style.d.ts +0 -15
- package/lib/main/browser/plugin-shared-style.d.ts.map +1 -1
- package/lib/main/browser/plugin-shared-style.js +16 -16
- package/lib/main/browser/plugin-shared-style.js.map +1 -1
- package/lib/main/browser/plugin-storage.d.ts +0 -15
- package/lib/main/browser/plugin-storage.d.ts.map +1 -1
- package/lib/main/browser/plugin-storage.js +15 -15
- package/lib/main/browser/plugin-storage.js.map +1 -1
- package/lib/main/browser/preference-registry-main.d.ts +0 -15
- package/lib/main/browser/preference-registry-main.d.ts.map +1 -1
- package/lib/main/browser/preference-registry-main.js +15 -15
- package/lib/main/browser/preference-registry-main.js.map +1 -1
- package/lib/main/browser/quick-open-main.d.ts +0 -15
- package/lib/main/browser/quick-open-main.d.ts.map +1 -1
- package/lib/main/browser/quick-open-main.js +16 -16
- package/lib/main/browser/quick-open-main.js.map +1 -1
- package/lib/main/browser/scm-main.d.ts +0 -15
- package/lib/main/browser/scm-main.d.ts.map +1 -1
- package/lib/main/browser/scm-main.js +15 -15
- package/lib/main/browser/scm-main.js.map +1 -1
- package/lib/main/browser/secrets-main.d.ts +0 -15
- package/lib/main/browser/secrets-main.d.ts.map +1 -1
- package/lib/main/browser/secrets-main.js +15 -15
- package/lib/main/browser/secrets-main.js.map +1 -1
- package/lib/main/browser/selection-provider-command.d.ts +0 -15
- package/lib/main/browser/selection-provider-command.d.ts.map +1 -1
- package/lib/main/browser/selection-provider-command.js +18 -18
- package/lib/main/browser/selection-provider-command.js.map +1 -1
- package/lib/main/browser/status-bar-message-registry-main.d.ts +0 -15
- package/lib/main/browser/status-bar-message-registry-main.d.ts.map +1 -1
- package/lib/main/browser/tasks-main.d.ts +0 -15
- package/lib/main/browser/tasks-main.d.ts.map +1 -1
- package/lib/main/browser/tasks-main.js +15 -15
- package/lib/main/browser/tasks-main.js.map +1 -1
- package/lib/main/browser/terminal-main.d.ts +0 -15
- package/lib/main/browser/terminal-main.d.ts.map +1 -1
- package/lib/main/browser/terminal-main.js +15 -15
- package/lib/main/browser/terminal-main.js.map +1 -1
- package/lib/main/browser/text-editor-main.d.ts +0 -15
- package/lib/main/browser/text-editor-main.d.ts.map +1 -1
- package/lib/main/browser/text-editor-main.js +16 -16
- package/lib/main/browser/text-editor-main.js.map +1 -1
- package/lib/main/browser/text-editor-model-service.d.ts +0 -15
- package/lib/main/browser/text-editor-model-service.d.ts.map +1 -1
- package/lib/main/browser/text-editor-model-service.js +18 -18
- package/lib/main/browser/text-editor-model-service.js.map +1 -1
- package/lib/main/browser/text-editors-main.d.ts +0 -15
- package/lib/main/browser/text-editors-main.d.ts.map +1 -1
- package/lib/main/browser/text-editors-main.js +24 -24
- package/lib/main/browser/text-editors-main.js.map +1 -1
- package/lib/main/browser/theming-main.d.ts +0 -15
- package/lib/main/browser/theming-main.d.ts.map +1 -1
- package/lib/main/browser/theming-main.js +15 -15
- package/lib/main/browser/theming-main.js.map +1 -1
- package/lib/main/browser/timeline-main.d.ts +0 -15
- package/lib/main/browser/timeline-main.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts +0 -15
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js +18 -18
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.d.ts +8 -19
- package/lib/main/browser/view/plugin-view-registry.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.js +89 -33
- package/lib/main/browser/view/plugin-view-registry.js.map +1 -1
- package/lib/main/browser/view/plugin-view-widget.d.ts +0 -15
- package/lib/main/browser/view/plugin-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-widget.js +22 -22
- package/lib/main/browser/view/plugin-view-widget.js.map +1 -1
- package/lib/main/browser/view/tree-view-widget.d.ts +0 -17
- package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/tree-view-widget.js +31 -33
- package/lib/main/browser/view/tree-view-widget.js.map +1 -1
- package/lib/main/browser/view/tree-views-main.d.ts +0 -15
- package/lib/main/browser/view/tree-views-main.d.ts.map +1 -1
- package/lib/main/browser/view/tree-views-main.js +15 -15
- package/lib/main/browser/view/tree-views-main.js.map +1 -1
- package/lib/main/browser/view/view-context-key-service.d.ts +0 -15
- package/lib/main/browser/view/view-context-key-service.d.ts.map +1 -1
- package/lib/main/browser/view/view-context-key-service.js +18 -18
- package/lib/main/browser/view/view-context-key-service.js.map +1 -1
- package/lib/main/browser/view-column-service.d.ts +0 -15
- package/lib/main/browser/view-column-service.d.ts.map +1 -1
- package/lib/main/browser/view-column-service.js +19 -19
- package/lib/main/browser/view-column-service.js.map +1 -1
- package/lib/main/browser/webview/webview-environment.d.ts +0 -15
- package/lib/main/browser/webview/webview-environment.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-environment.js +18 -18
- package/lib/main/browser/webview/webview-environment.js.map +1 -1
- package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts +0 -15
- package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-frontend-security-warnings.js +19 -19
- package/lib/main/browser/webview/webview-frontend-security-warnings.js.map +1 -1
- package/lib/main/browser/webview/webview-preferences.d.ts +0 -15
- package/lib/main/browser/webview/webview-preferences.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-preferences.js +16 -16
- package/lib/main/browser/webview/webview-preferences.js.map +1 -1
- package/lib/main/browser/webview/webview-resource-cache.d.ts +0 -15
- package/lib/main/browser/webview/webview-resource-cache.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-resource-cache.js +16 -16
- package/lib/main/browser/webview/webview-resource-cache.js.map +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts +2 -17
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.js +20 -20
- package/lib/main/browser/webview/webview-theme-data-provider.js.map +1 -1
- package/lib/main/browser/webview/webview-widget-factory.d.ts +0 -15
- package/lib/main/browser/webview/webview-widget-factory.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-widget-factory.js +15 -15
- package/lib/main/browser/webview/webview-widget-factory.js.map +1 -1
- package/lib/main/browser/webview/webview.d.ts +0 -15
- package/lib/main/browser/webview/webview.d.ts.map +1 -1
- package/lib/main/browser/webview/webview.js +32 -32
- package/lib/main/browser/webview/webview.js.map +1 -1
- package/lib/main/browser/webview-views/webview-views-main.d.ts +31 -0
- package/lib/main/browser/webview-views/webview-views-main.d.ts.map +1 -0
- package/lib/main/browser/webview-views/webview-views-main.js +127 -0
- package/lib/main/browser/webview-views/webview-views-main.js.map +1 -0
- package/lib/main/browser/webview-views/webview-views.d.ts +15 -0
- package/lib/main/browser/webview-views/webview-views.d.ts.map +1 -0
- package/lib/main/browser/webview-views/webview-views.js +23 -0
- package/lib/main/browser/webview-views/webview-views.js.map +1 -0
- package/lib/main/browser/webviews-main.d.ts +0 -15
- package/lib/main/browser/webviews-main.d.ts.map +1 -1
- package/lib/main/browser/webviews-main.js +15 -15
- package/lib/main/browser/webviews-main.js.map +1 -1
- package/lib/main/browser/window-state-main.d.ts +0 -15
- package/lib/main/browser/window-state-main.d.ts.map +1 -1
- package/lib/main/browser/window-state-main.js +16 -16
- package/lib/main/browser/window-state-main.js.map +1 -1
- package/lib/main/browser/workspace-main.d.ts +2 -15
- package/lib/main/browser/workspace-main.d.ts.map +1 -1
- package/lib/main/browser/workspace-main.js +21 -16
- package/lib/main/browser/workspace-main.js.map +1 -1
- package/lib/main/common/plugin-paths-protocol.d.ts +0 -15
- package/lib/main/common/plugin-paths-protocol.d.ts.map +1 -1
- package/lib/main/common/plugin-paths-protocol.js +15 -15
- package/lib/main/common/plugin-paths-protocol.js.map +1 -1
- package/lib/main/common/plugin-theia-environment.d.ts +0 -15
- package/lib/main/common/plugin-theia-environment.d.ts.map +1 -1
- package/lib/main/common/plugin-theia-environment.js +17 -17
- package/lib/main/common/plugin-theia-environment.js.map +1 -1
- package/lib/main/common/webview-protocol.d.ts +0 -15
- package/lib/main/common/webview-protocol.d.ts.map +1 -1
- package/lib/main/common/webview-protocol.js +15 -15
- package/lib/main/common/webview-protocol.js.map +1 -1
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts +0 -15
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts.map +1 -1
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js +15 -15
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js.map +1 -1
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts +0 -15
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts.map +1 -1
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.js +15 -15
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts +0 -15
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts.map +1 -1
- package/lib/main/node/handlers/plugin-theia-directory-handler.js +16 -16
- package/lib/main/node/handlers/plugin-theia-directory-handler.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts +0 -15
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.js +18 -18
- package/lib/main/node/handlers/plugin-theia-file-handler.js.map +1 -1
- package/lib/main/node/paths/const.d.ts +0 -15
- package/lib/main/node/paths/const.d.ts.map +1 -1
- package/lib/main/node/paths/const.js +15 -15
- package/lib/main/node/paths/const.js.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.d.ts +0 -15
- package/lib/main/node/paths/plugin-paths-service.d.ts.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.js +22 -22
- package/lib/main/node/paths/plugin-paths-service.js.map +1 -1
- package/lib/main/node/plugin-cli-contribution.d.ts +0 -15
- package/lib/main/node/plugin-cli-contribution.d.ts.map +1 -1
- package/lib/main/node/plugin-cli-contribution.js +16 -16
- package/lib/main/node/plugin-cli-contribution.js.map +1 -1
- package/lib/main/node/plugin-deployer-contribution.d.ts +0 -15
- package/lib/main/node/plugin-deployer-contribution.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-contribution.js +18 -18
- package/lib/main/node/plugin-deployer-contribution.js.map +1 -1
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-entry-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-entry-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-entry-impl.js +15 -15
- package/lib/main/node/plugin-deployer-entry-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-file-handler-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-file-handler-context-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-impl.d.ts +3 -16
- package/lib/main/node/plugin-deployer-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-impl.js +39 -34
- package/lib/main/node/plugin-deployer-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js +16 -16
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-resolver-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-resolver-context-impl.js.map +1 -1
- package/lib/main/node/plugin-ext-backend-module.d.ts +0 -15
- package/lib/main/node/plugin-ext-backend-module.d.ts.map +1 -1
- package/lib/main/node/plugin-ext-backend-module.js +16 -16
- package/lib/main/node/plugin-ext-backend-module.js.map +1 -1
- package/lib/main/node/plugin-github-resolver.d.ts +0 -15
- package/lib/main/node/plugin-github-resolver.d.ts.map +1 -1
- package/lib/main/node/plugin-github-resolver.js +16 -16
- package/lib/main/node/plugin-github-resolver.js.map +1 -1
- package/lib/main/node/plugin-http-resolver.d.ts +0 -15
- package/lib/main/node/plugin-http-resolver.d.ts.map +1 -1
- package/lib/main/node/plugin-http-resolver.js +16 -16
- package/lib/main/node/plugin-http-resolver.js.map +1 -1
- package/lib/main/node/plugin-server-handler.d.ts +0 -15
- package/lib/main/node/plugin-server-handler.d.ts.map +1 -1
- package/lib/main/node/plugin-server-handler.js +18 -18
- package/lib/main/node/plugin-server-handler.js.map +1 -1
- package/lib/main/node/plugin-service.d.ts +0 -15
- package/lib/main/node/plugin-service.d.ts.map +1 -1
- package/lib/main/node/plugin-service.js +17 -17
- package/lib/main/node/plugin-service.js.map +1 -1
- package/lib/main/node/plugin-theia-deployer-participant.d.ts +0 -15
- package/lib/main/node/plugin-theia-deployer-participant.d.ts.map +1 -1
- package/lib/main/node/plugin-theia-deployer-participant.js +17 -17
- package/lib/main/node/plugin-theia-deployer-participant.js.map +1 -1
- package/lib/main/node/plugins-key-value-storage.d.ts +0 -15
- package/lib/main/node/plugins-key-value-storage.d.ts.map +1 -1
- package/lib/main/node/plugins-key-value-storage.js +19 -19
- package/lib/main/node/plugins-key-value-storage.js.map +1 -1
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/temp-dir-util.js +15 -15
- package/lib/main/node/temp-dir-util.js.map +1 -1
- package/lib/main/node/webview-backend-security-warnings.d.ts +0 -15
- package/lib/main/node/webview-backend-security-warnings.d.ts.map +1 -1
- package/lib/main/node/webview-backend-security-warnings.js +16 -16
- package/lib/main/node/webview-backend-security-warnings.js.map +1 -1
- package/lib/plugin/authentication-ext.d.ts +23 -23
- package/lib/plugin/authentication-ext.d.ts.map +1 -1
- package/lib/plugin/authentication-ext.js +43 -39
- package/lib/plugin/authentication-ext.js.map +1 -1
- package/lib/plugin/clipboard-ext.d.ts +0 -15
- package/lib/plugin/clipboard-ext.d.ts.map +1 -1
- package/lib/plugin/clipboard-ext.js +15 -15
- package/lib/plugin/clipboard-ext.js.map +1 -1
- package/lib/plugin/command-registry.d.ts +0 -15
- package/lib/plugin/command-registry.d.ts.map +1 -1
- package/lib/plugin/command-registry.js +15 -15
- package/lib/plugin/command-registry.js.map +1 -1
- package/lib/plugin/comments.d.ts +0 -15
- package/lib/plugin/comments.d.ts.map +1 -1
- package/lib/plugin/comments.js +21 -21
- package/lib/plugin/comments.js.map +1 -1
- package/lib/plugin/custom-editors.d.ts +0 -15
- package/lib/plugin/custom-editors.d.ts.map +1 -1
- package/lib/plugin/custom-editors.js +15 -15
- package/lib/plugin/custom-editors.js.map +1 -1
- package/lib/plugin/decorations.d.ts +0 -15
- package/lib/plugin/decorations.d.ts.map +1 -1
- package/lib/plugin/decorations.js +16 -16
- package/lib/plugin/decorations.js.map +1 -1
- package/lib/plugin/dialogs.js +15 -15
- package/lib/plugin/dialogs.js.map +1 -1
- package/lib/plugin/document-data.d.ts +0 -15
- package/lib/plugin/document-data.d.ts.map +1 -1
- package/lib/plugin/document-data.js +19 -19
- package/lib/plugin/document-data.js.map +1 -1
- package/lib/plugin/documents.d.ts +0 -15
- package/lib/plugin/documents.d.ts.map +1 -1
- package/lib/plugin/documents.js +16 -16
- package/lib/plugin/documents.js.map +1 -1
- package/lib/plugin/editors-and-documents.d.ts +0 -15
- package/lib/plugin/editors-and-documents.d.ts.map +1 -1
- package/lib/plugin/editors-and-documents.js +21 -21
- package/lib/plugin/editors-and-documents.js.map +1 -1
- package/lib/plugin/env.d.ts +0 -15
- package/lib/plugin/env.d.ts.map +1 -1
- package/lib/plugin/env.js +17 -17
- package/lib/plugin/env.js.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.d.ts +0 -15
- package/lib/plugin/file-system-event-service-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.js +17 -17
- package/lib/plugin/file-system-event-service-ext-impl.js.map +1 -1
- package/lib/plugin/file-system-ext-impl.d.ts +0 -15
- package/lib/plugin/file-system-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-ext-impl.js +16 -16
- package/lib/plugin/file-system-ext-impl.js.map +1 -1
- package/lib/plugin/known-commands.d.ts +0 -15
- package/lib/plugin/known-commands.d.ts.map +1 -1
- package/lib/plugin/known-commands.js +32 -31
- package/lib/plugin/known-commands.js.map +1 -1
- package/lib/plugin/known-commands.spec.d.ts +0 -15
- package/lib/plugin/known-commands.spec.d.ts.map +1 -1
- package/lib/plugin/known-commands.spec.js +16 -16
- package/lib/plugin/known-commands.spec.js.map +1 -1
- package/lib/plugin/label-service.d.ts +0 -15
- package/lib/plugin/label-service.d.ts.map +1 -1
- package/lib/plugin/label-service.js +15 -15
- package/lib/plugin/label-service.js.map +1 -1
- package/lib/plugin/languages/call-hierarchy.d.ts +0 -15
- package/lib/plugin/languages/call-hierarchy.d.ts.map +1 -1
- package/lib/plugin/languages/call-hierarchy.js +15 -15
- package/lib/plugin/languages/call-hierarchy.js.map +1 -1
- package/lib/plugin/languages/code-action.d.ts +7 -16
- package/lib/plugin/languages/code-action.d.ts.map +1 -1
- package/lib/plugin/languages/code-action.js +51 -17
- package/lib/plugin/languages/code-action.js.map +1 -1
- package/lib/plugin/languages/color.d.ts +0 -15
- package/lib/plugin/languages/color.d.ts.map +1 -1
- package/lib/plugin/languages/color.js +15 -15
- package/lib/plugin/languages/color.js.map +1 -1
- package/lib/plugin/languages/completion.d.ts +0 -15
- package/lib/plugin/languages/completion.d.ts.map +1 -1
- package/lib/plugin/languages/completion.js +15 -15
- package/lib/plugin/languages/completion.js.map +1 -1
- package/lib/plugin/languages/declaration.d.ts +0 -15
- package/lib/plugin/languages/declaration.d.ts.map +1 -1
- package/lib/plugin/languages/declaration.js +17 -17
- package/lib/plugin/languages/declaration.js.map +1 -1
- package/lib/plugin/languages/definition.d.ts +0 -15
- package/lib/plugin/languages/definition.d.ts.map +1 -1
- package/lib/plugin/languages/definition.js +17 -17
- package/lib/plugin/languages/definition.js.map +1 -1
- package/lib/plugin/languages/diagnostics.d.ts +0 -15
- package/lib/plugin/languages/diagnostics.d.ts.map +1 -1
- package/lib/plugin/languages/diagnostics.js +18 -18
- package/lib/plugin/languages/diagnostics.js.map +1 -1
- package/lib/plugin/languages/document-formatting.d.ts +0 -15
- package/lib/plugin/languages/document-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/document-formatting.js +15 -15
- package/lib/plugin/languages/document-formatting.js.map +1 -1
- package/lib/plugin/languages/document-highlight.d.ts +0 -15
- package/lib/plugin/languages/document-highlight.d.ts.map +1 -1
- package/lib/plugin/languages/document-highlight.js +15 -15
- package/lib/plugin/languages/document-highlight.js.map +1 -1
- package/lib/plugin/languages/folding.d.ts +0 -15
- package/lib/plugin/languages/folding.d.ts.map +1 -1
- package/lib/plugin/languages/folding.js +15 -15
- package/lib/plugin/languages/folding.js.map +1 -1
- package/lib/plugin/languages/hover.d.ts +0 -15
- package/lib/plugin/languages/hover.d.ts.map +1 -1
- package/lib/plugin/languages/hover.js +15 -15
- package/lib/plugin/languages/hover.js.map +1 -1
- package/lib/plugin/languages/implementation.d.ts +0 -15
- package/lib/plugin/languages/implementation.d.ts.map +1 -1
- package/lib/plugin/languages/implementation.js +17 -17
- package/lib/plugin/languages/implementation.js.map +1 -1
- package/lib/plugin/languages/lens.d.ts +0 -15
- package/lib/plugin/languages/lens.d.ts.map +1 -1
- package/lib/plugin/languages/lens.js +15 -15
- package/lib/plugin/languages/lens.js.map +1 -1
- package/lib/plugin/languages/link-provider.d.ts +0 -15
- package/lib/plugin/languages/link-provider.d.ts.map +1 -1
- package/lib/plugin/languages/link-provider.js +15 -15
- package/lib/plugin/languages/link-provider.js.map +1 -1
- package/lib/plugin/languages/on-type-formatting.d.ts +0 -15
- package/lib/plugin/languages/on-type-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/on-type-formatting.js +15 -15
- package/lib/plugin/languages/on-type-formatting.js.map +1 -1
- package/lib/plugin/languages/outline.d.ts +0 -15
- package/lib/plugin/languages/outline.d.ts.map +1 -1
- package/lib/plugin/languages/outline.js +15 -15
- package/lib/plugin/languages/outline.js.map +1 -1
- package/lib/plugin/languages/range-formatting.d.ts +0 -15
- package/lib/plugin/languages/range-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/range-formatting.js +15 -15
- package/lib/plugin/languages/range-formatting.js.map +1 -1
- package/lib/plugin/languages/reference.d.ts +0 -15
- package/lib/plugin/languages/reference.d.ts.map +1 -1
- package/lib/plugin/languages/reference.js +16 -16
- package/lib/plugin/languages/reference.js.map +1 -1
- package/lib/plugin/languages/rename.d.ts +0 -15
- package/lib/plugin/languages/rename.d.ts.map +1 -1
- package/lib/plugin/languages/rename.js +16 -16
- package/lib/plugin/languages/rename.js.map +1 -1
- package/lib/plugin/languages/selection-range.d.ts +0 -15
- package/lib/plugin/languages/selection-range.d.ts.map +1 -1
- package/lib/plugin/languages/selection-range.js +15 -15
- package/lib/plugin/languages/selection-range.js.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.d.ts +0 -15
- package/lib/plugin/languages/semantic-highlighting.d.ts.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.js +19 -19
- package/lib/plugin/languages/semantic-highlighting.js.map +1 -1
- package/lib/plugin/languages/signature.d.ts +0 -15
- package/lib/plugin/languages/signature.d.ts.map +1 -1
- package/lib/plugin/languages/signature.js +15 -15
- package/lib/plugin/languages/signature.js.map +1 -1
- package/lib/plugin/languages/type-definition.d.ts +0 -15
- package/lib/plugin/languages/type-definition.d.ts.map +1 -1
- package/lib/plugin/languages/type-definition.js +17 -17
- package/lib/plugin/languages/type-definition.js.map +1 -1
- package/lib/plugin/languages/util.d.ts +0 -15
- package/lib/plugin/languages/util.d.ts.map +1 -1
- package/lib/plugin/languages/util.js +15 -15
- package/lib/plugin/languages/util.js.map +1 -1
- package/lib/plugin/languages/workspace-symbol.d.ts +0 -15
- package/lib/plugin/languages/workspace-symbol.d.ts.map +1 -1
- package/lib/plugin/languages/workspace-symbol.js +15 -15
- package/lib/plugin/languages/workspace-symbol.js.map +1 -1
- package/lib/plugin/languages.d.ts +2 -15
- package/lib/plugin/languages.d.ts.map +1 -1
- package/lib/plugin/languages.js +23 -16
- package/lib/plugin/languages.js.map +1 -1
- package/lib/plugin/markdown-string.d.ts +0 -15
- package/lib/plugin/markdown-string.d.ts.map +1 -1
- package/lib/plugin/markdown-string.js +15 -15
- package/lib/plugin/markdown-string.js.map +1 -1
- package/lib/plugin/message-registry.d.ts +0 -15
- package/lib/plugin/message-registry.d.ts.map +1 -1
- package/lib/plugin/message-registry.js +15 -15
- package/lib/plugin/message-registry.js.map +1 -1
- package/lib/plugin/node/debug/debug.js +22 -22
- package/lib/plugin/node/debug/debug.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-session.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-session.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-session.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-session.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.d.ts +1 -16
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.js +19 -19
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.js.map +1 -1
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.d.ts +19 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.d.ts.map +1 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.js +45 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.js.map +1 -0
- package/lib/plugin/node/env-node-ext.d.ts +0 -15
- package/lib/plugin/node/env-node-ext.d.ts.map +1 -1
- package/lib/plugin/node/env-node-ext.js +17 -17
- package/lib/plugin/node/env-node-ext.js.map +1 -1
- package/lib/plugin/notification.d.ts +0 -15
- package/lib/plugin/notification.d.ts.map +1 -1
- package/lib/plugin/notification.js +15 -15
- package/lib/plugin/notification.js.map +1 -1
- package/lib/plugin/output-channel/output-channel-item.d.ts +0 -15
- package/lib/plugin/output-channel/output-channel-item.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.d.ts +0 -15
- package/lib/plugin/output-channel-registry.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.js +15 -15
- package/lib/plugin/output-channel-registry.js.map +1 -1
- package/lib/plugin/path.d.ts +0 -15
- package/lib/plugin/path.d.ts.map +1 -1
- package/lib/plugin/path.js +15 -15
- package/lib/plugin/path.js.map +1 -1
- package/lib/plugin/path.spec.d.ts +0 -15
- package/lib/plugin/path.spec.d.ts.map +1 -1
- package/lib/plugin/path.spec.js +18 -18
- package/lib/plugin/path.spec.js.map +1 -1
- package/lib/plugin/plugin-context.d.ts +0 -15
- package/lib/plugin/plugin-context.d.ts.map +1 -1
- package/lib/plugin/plugin-context.js +100 -48
- package/lib/plugin/plugin-context.js.map +1 -1
- package/lib/plugin/plugin-icon-path.d.ts +0 -15
- package/lib/plugin/plugin-icon-path.d.ts.map +1 -1
- package/lib/plugin/plugin-icon-path.js +15 -15
- package/lib/plugin/plugin-icon-path.js.map +1 -1
- package/lib/plugin/plugin-manager.d.ts +0 -15
- package/lib/plugin/plugin-manager.d.ts.map +1 -1
- package/lib/plugin/plugin-manager.js +26 -24
- package/lib/plugin/plugin-manager.js.map +1 -1
- package/lib/plugin/plugin-storage.d.ts +0 -15
- package/lib/plugin/plugin-storage.d.ts.map +1 -1
- package/lib/plugin/plugin-storage.js +15 -15
- package/lib/plugin/plugin-storage.js.map +1 -1
- package/lib/plugin/preference-registry.d.ts +0 -15
- package/lib/plugin/preference-registry.d.ts.map +1 -1
- package/lib/plugin/preference-registry.js +18 -18
- package/lib/plugin/preference-registry.js.map +1 -1
- package/lib/plugin/preference-registry.spec.d.ts +0 -15
- package/lib/plugin/preference-registry.spec.d.ts.map +1 -1
- package/lib/plugin/preference-registry.spec.js +15 -15
- package/lib/plugin/preference-registry.spec.js.map +1 -1
- package/lib/plugin/preferences/configuration.d.ts +0 -15
- package/lib/plugin/preferences/configuration.d.ts.map +1 -1
- package/lib/plugin/preferences/configuration.js +16 -16
- package/lib/plugin/preferences/configuration.js.map +1 -1
- package/lib/plugin/preferences/configuration.spec.d.ts +0 -15
- package/lib/plugin/preferences/configuration.spec.d.ts.map +1 -1
- package/lib/plugin/preferences/configuration.spec.js +15 -15
- package/lib/plugin/preferences/configuration.spec.js.map +1 -1
- package/lib/plugin/prefix-sum-computer.d.ts +0 -15
- package/lib/plugin/prefix-sum-computer.d.ts.map +1 -1
- package/lib/plugin/prefix-sum-computer.js +15 -15
- package/lib/plugin/prefix-sum-computer.js.map +1 -1
- package/lib/plugin/quick-open.d.ts +0 -15
- package/lib/plugin/quick-open.d.ts.map +1 -1
- package/lib/plugin/quick-open.js +16 -16
- package/lib/plugin/quick-open.js.map +1 -1
- package/lib/plugin/scm.d.ts +0 -15
- package/lib/plugin/scm.d.ts.map +1 -1
- package/lib/plugin/scm.js +16 -18
- package/lib/plugin/scm.js.map +1 -1
- package/lib/plugin/secrets-ext.d.ts +0 -15
- package/lib/plugin/secrets-ext.d.ts.map +1 -1
- package/lib/plugin/secrets-ext.js +15 -15
- package/lib/plugin/secrets-ext.js.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.d.ts +3 -17
- package/lib/plugin/status-bar/status-bar-item.d.ts.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.js +5 -2
- package/lib/plugin/status-bar/status-bar-item.js.map +1 -1
- package/lib/plugin/status-bar-message-registry.d.ts +1 -16
- package/lib/plugin/status-bar-message-registry.d.ts.map +1 -1
- package/lib/plugin/status-bar-message-registry.js +17 -17
- package/lib/plugin/status-bar-message-registry.js.map +1 -1
- package/lib/plugin/tasks/task-provider.d.ts +0 -15
- package/lib/plugin/tasks/task-provider.d.ts.map +1 -1
- package/lib/plugin/tasks/task-provider.js +15 -15
- package/lib/plugin/tasks/task-provider.js.map +1 -1
- package/lib/plugin/tasks/tasks.d.ts +0 -15
- package/lib/plugin/tasks/tasks.d.ts.map +1 -1
- package/lib/plugin/tasks/tasks.js +15 -15
- package/lib/plugin/tasks/tasks.js.map +1 -1
- package/lib/plugin/terminal-ext.d.ts.map +1 -1
- package/lib/plugin/terminal-ext.js +17 -16
- package/lib/plugin/terminal-ext.js.map +1 -1
- package/lib/plugin/text-editor.d.ts +0 -15
- package/lib/plugin/text-editor.d.ts.map +1 -1
- package/lib/plugin/text-editor.js +10 -10
- package/lib/plugin/text-editor.js.map +1 -1
- package/lib/plugin/text-editors.d.ts +0 -15
- package/lib/plugin/text-editors.d.ts.map +1 -1
- package/lib/plugin/text-editors.js +15 -15
- package/lib/plugin/text-editors.js.map +1 -1
- package/lib/plugin/theming.d.ts +0 -15
- package/lib/plugin/theming.d.ts.map +1 -1
- package/lib/plugin/theming.js +15 -15
- package/lib/plugin/theming.js.map +1 -1
- package/lib/plugin/timeline.d.ts +0 -15
- package/lib/plugin/timeline.d.ts.map +1 -1
- package/lib/plugin/timeline.js +15 -15
- package/lib/plugin/timeline.js.map +1 -1
- package/lib/plugin/tree/tree-views.d.ts +0 -15
- package/lib/plugin/tree/tree-views.d.ts.map +1 -1
- package/lib/plugin/tree/tree-views.js +15 -15
- package/lib/plugin/tree/tree-views.js.map +1 -1
- package/lib/plugin/type-converters.d.ts +0 -15
- package/lib/plugin/type-converters.d.ts.map +1 -1
- package/lib/plugin/type-converters.js +21 -20
- package/lib/plugin/type-converters.js.map +1 -1
- package/lib/plugin/type-converters.spec.d.ts +0 -15
- package/lib/plugin/type-converters.spec.d.ts.map +1 -1
- package/lib/plugin/type-converters.spec.js +20 -20
- package/lib/plugin/type-converters.spec.js.map +1 -1
- package/lib/plugin/types-impl.d.ts +0 -15
- package/lib/plugin/types-impl.d.ts.map +1 -1
- package/lib/plugin/types-impl.js +49 -47
- package/lib/plugin/types-impl.js.map +1 -1
- package/lib/plugin/types-impl.spec.d.ts +0 -15
- package/lib/plugin/types-impl.spec.d.ts.map +1 -1
- package/lib/plugin/types-impl.spec.js +15 -15
- package/lib/plugin/types-impl.spec.js.map +1 -1
- package/lib/plugin/webview-views.d.ts +53 -0
- package/lib/plugin/webview-views.d.ts.map +1 -0
- package/lib/plugin/webview-views.js +145 -0
- package/lib/plugin/webview-views.js.map +1 -0
- package/lib/plugin/webviews.d.ts +6 -15
- package/lib/plugin/webviews.d.ts.map +1 -1
- package/lib/plugin/webviews.js +44 -21
- package/lib/plugin/webviews.js.map +1 -1
- package/lib/plugin/window-state.d.ts +0 -15
- package/lib/plugin/window-state.d.ts.map +1 -1
- package/lib/plugin/window-state.js +15 -15
- package/lib/plugin/window-state.js.map +1 -1
- package/lib/plugin/word-helper.d.ts +0 -15
- package/lib/plugin/word-helper.d.ts.map +1 -1
- package/lib/plugin/word-helper.js +15 -15
- package/lib/plugin/word-helper.js.map +1 -1
- package/lib/plugin/workspace.d.ts +6 -15
- package/lib/plugin/workspace.d.ts.map +1 -1
- package/lib/plugin/workspace.js +36 -18
- package/lib/plugin/workspace.js.map +1 -1
- package/lib/plugin-ext-backend-electron-module.d.ts +0 -15
- package/lib/plugin-ext-backend-electron-module.d.ts.map +1 -1
- package/lib/plugin-ext-backend-electron-module.js +17 -17
- package/lib/plugin-ext-backend-electron-module.js.map +1 -1
- package/lib/plugin-ext-backend-module.d.ts +0 -15
- package/lib/plugin-ext-backend-module.d.ts.map +1 -1
- package/lib/plugin-ext-backend-module.js +17 -17
- package/lib/plugin-ext-backend-module.js.map +1 -1
- package/lib/plugin-ext-frontend-electron-module.d.ts +0 -15
- package/lib/plugin-ext-frontend-electron-module.d.ts.map +1 -1
- package/lib/plugin-ext-frontend-electron-module.js +15 -15
- package/lib/plugin-ext-frontend-electron-module.js.map +1 -1
- package/lib/plugin-ext-frontend-module.d.ts +0 -15
- package/lib/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/plugin-ext-frontend-module.js +15 -15
- package/lib/plugin-ext-frontend-module.js.map +1 -1
- package/package.json +23 -23
- package/src/common/arrays.ts +15 -15
- package/src/common/assert.ts +15 -15
- package/src/common/character-classifier.ts +15 -15
- package/src/common/connection.ts +15 -15
- package/src/common/disposable-util.ts +15 -15
- package/src/common/editor-options.ts +15 -15
- package/src/common/env.ts +15 -15
- package/src/common/errors.ts +15 -15
- package/src/common/id-generator.ts +15 -15
- package/src/common/index.ts +15 -15
- package/src/common/link-computer.ts +15 -15
- package/src/common/object-identifier.ts +15 -15
- package/src/common/paths-util.ts +15 -15
- package/src/common/plugin-api-rpc-model.ts +28 -32
- package/src/common/plugin-api-rpc.ts +61 -29
- package/src/common/plugin-ext-api-contribution.ts +15 -15
- package/src/common/plugin-protocol.ts +24 -15
- package/src/common/rpc-protocol.ts +15 -15
- package/src/common/semantic-tokens-dto.ts +15 -15
- package/src/common/types.ts +15 -15
- package/src/common/uint.ts +15 -15
- package/src/common/uri-components.ts +15 -15
- package/src/hosted/browser/hosted-plugin-watcher.ts +15 -15
- package/src/hosted/browser/hosted-plugin.ts +35 -55
- package/src/hosted/browser/plugin-worker.ts +15 -15
- package/src/hosted/browser/worker/debug-stub.ts +15 -15
- package/src/hosted/browser/worker/plugin-manifest-loader.ts +15 -15
- package/src/hosted/browser/worker/worker-env-ext.ts +15 -15
- package/src/hosted/browser/worker/worker-main.ts +29 -16
- package/src/hosted/node/hosted-plugin-cli-contribution.ts +15 -15
- package/src/hosted/node/hosted-plugin-deployer-handler.ts +38 -18
- package/src/hosted/node/hosted-plugin-localization-service.ts +15 -15
- package/src/hosted/node/hosted-plugin-process.ts +15 -15
- package/src/hosted/node/hosted-plugin.ts +15 -15
- package/src/hosted/node/metadata-scanner.ts +15 -15
- package/src/hosted/node/plugin-ext-hosted-backend-module.ts +15 -15
- package/src/hosted/node/plugin-host-rpc.ts +15 -15
- package/src/hosted/node/plugin-host.ts +15 -15
- package/src/hosted/node/plugin-manifest-loader.ts +15 -15
- package/src/hosted/node/plugin-reader.ts +17 -16
- package/src/hosted/node/plugin-service.ts +15 -15
- package/src/hosted/node/scanners/backend-init-theia.ts +15 -15
- package/src/hosted/node/scanners/file-plugin-uri-factory.ts +15 -15
- package/src/hosted/node/scanners/grammars-reader.ts +15 -15
- package/src/hosted/node/scanners/plugin-uri-factory.ts +15 -15
- package/src/hosted/node/scanners/scanner-theia.ts +19 -16
- package/src/hosted/node-electron/plugin-ext-hosted-electron-backend-module.ts +15 -15
- package/src/hosted/node-electron/scanner-theia-electron.ts +16 -16
- package/src/main/browser/authentication-main.ts +152 -96
- package/src/main/browser/callhierarchy/callhierarchy-type-converters.ts +15 -15
- package/src/main/browser/clipboard-main.ts +15 -15
- package/src/main/browser/command-registry-main.ts +15 -15
- package/src/main/browser/commands.ts +15 -15
- package/src/main/browser/comments/comment-glyph-widget.ts +15 -15
- package/src/main/browser/comments/comment-thread-widget.tsx +27 -27
- package/src/main/browser/comments/comments-context-key-service.ts +15 -15
- package/src/main/browser/comments/comments-contribution.ts +15 -15
- package/src/main/browser/comments/comments-decorator.ts +15 -15
- package/src/main/browser/comments/comments-main.ts +15 -15
- package/src/main/browser/comments/comments-service.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-contribution.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-opener.tsx +15 -15
- package/src/main/browser/custom-editors/custom-editor-service.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-widget-factory.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-widget.ts +20 -20
- package/src/main/browser/custom-editors/custom-editors-main.ts +15 -15
- package/src/main/browser/custom-editors/glob.ts +15 -15
- package/src/main/browser/custom-editors/paths.ts +15 -15
- package/src/main/browser/custom-editors/plugin-custom-editor-registry.ts +15 -15
- package/src/main/browser/custom-editors/undo-redo-service.ts +15 -15
- package/src/main/browser/debug/debug-main.ts +15 -15
- package/src/main/browser/debug/plugin-debug-adapter-contribution.ts +15 -15
- package/src/main/browser/debug/plugin-debug-service.ts +15 -15
- package/src/main/browser/debug/plugin-debug-session-contribution-registry.ts +15 -15
- package/src/main/browser/debug/plugin-debug-session-factory.ts +37 -37
- package/src/main/browser/decorations/decorations-main.ts +15 -15
- package/src/main/browser/dialogs/modal-notification.ts +16 -16
- package/src/main/browser/dialogs-main.ts +15 -15
- package/src/main/browser/documents-main.ts +15 -15
- package/src/main/browser/editor/untitled-resource.ts +15 -15
- package/src/main/browser/editors-and-documents-main.ts +15 -15
- package/src/main/browser/env-main.ts +15 -15
- package/src/main/browser/file-system-main-impl.ts +15 -15
- package/src/main/browser/keybindings/keybindings-contribution-handler.ts +15 -15
- package/src/main/browser/label-service-main.ts +15 -15
- package/src/main/browser/languages-main.ts +28 -18
- package/src/main/browser/main-context.ts +19 -15
- package/src/main/browser/main-file-system-event-service.ts +15 -15
- package/src/main/browser/menus/menus-contribution-handler.ts +21 -21
- package/src/main/browser/message-registry-main.ts +15 -15
- package/src/main/browser/notification-main.ts +15 -15
- package/src/main/browser/output-channel-registry-main.ts +15 -15
- package/src/main/browser/plugin-authentication-service.ts +71 -0
- package/src/main/browser/plugin-contribution-handler.ts +15 -15
- package/src/main/browser/plugin-ext-deploy-command.ts +15 -15
- package/src/main/browser/plugin-ext-frontend-module.ts +28 -23
- package/src/main/browser/plugin-ext-widget.tsx +16 -16
- package/src/main/browser/plugin-frontend-contribution.ts +15 -15
- package/src/main/browser/plugin-frontend-view-contribution.ts +15 -15
- package/src/main/browser/plugin-icon-theme-service.ts +15 -15
- package/src/main/browser/plugin-shared-style.ts +15 -15
- package/src/main/browser/plugin-storage.ts +15 -15
- package/src/main/browser/preference-registry-main.ts +15 -15
- package/src/main/browser/quick-open-main.ts +15 -15
- package/src/main/browser/scm-main.ts +15 -15
- package/src/main/browser/secrets-main.ts +15 -15
- package/src/main/browser/selection-provider-command.ts +15 -15
- package/src/main/browser/status-bar-message-registry-main.ts +15 -15
- package/src/main/browser/tasks-main.ts +15 -15
- package/src/main/browser/terminal-main.ts +15 -15
- package/src/main/browser/text-editor-main.ts +15 -15
- package/src/main/browser/text-editor-model-service.ts +15 -15
- package/src/main/browser/text-editors-main.ts +15 -15
- package/src/main/browser/theming-main.ts +15 -15
- package/src/main/browser/timeline-main.ts +15 -15
- package/src/main/browser/view/plugin-tree-view-node-label-provider.ts +15 -15
- package/src/main/browser/view/plugin-view-registry.ts +88 -20
- package/src/main/browser/view/plugin-view-widget.ts +19 -19
- package/src/main/browser/view/tree-view-widget.tsx +29 -32
- package/src/main/browser/view/tree-views-main.ts +15 -15
- package/src/main/browser/view/view-context-key-service.ts +15 -15
- package/src/main/browser/view-column-service.ts +16 -16
- package/src/main/browser/webview/pre/host.js +15 -15
- package/src/main/browser/webview/pre/main.js +15 -15
- package/src/main/browser/webview/pre/service-worker.js +15 -15
- package/src/main/browser/webview/webview-environment.ts +15 -15
- package/src/main/browser/webview/webview-frontend-security-warnings.ts +15 -15
- package/src/main/browser/webview/webview-preferences.ts +15 -15
- package/src/main/browser/webview/webview-resource-cache.ts +15 -15
- package/src/main/browser/webview/webview-theme-data-provider.ts +15 -15
- package/src/main/browser/webview/webview-widget-factory.ts +15 -15
- package/src/main/browser/webview/webview.ts +20 -20
- package/src/main/browser/webview-views/webview-views-main.ts +142 -0
- package/src/main/browser/webview-views/webview-views.ts +38 -0
- package/src/main/browser/webviews-main.ts +15 -15
- package/src/main/browser/window-state-main.ts +15 -15
- package/src/main/browser/workspace-main.ts +24 -16
- package/src/main/common/plugin-paths-protocol.ts +15 -15
- package/src/main/common/plugin-theia-environment.ts +15 -15
- package/src/main/common/webview-protocol.ts +15 -15
- package/src/main/electron-browser/plugin-ext-frontend-electron-module.ts +15 -15
- package/src/main/electron-browser/webview/electron-webview-widget-factory.ts +19 -19
- package/src/main/node/handlers/plugin-theia-directory-handler.ts +15 -15
- package/src/main/node/handlers/plugin-theia-file-handler.ts +15 -15
- package/src/main/node/paths/const.ts +15 -15
- package/src/main/node/paths/plugin-paths-service.ts +16 -16
- package/src/main/node/plugin-cli-contribution.ts +15 -15
- package/src/main/node/plugin-deployer-contribution.ts +15 -15
- package/src/main/node/plugin-deployer-directory-handler-context-impl.ts +15 -15
- package/src/main/node/plugin-deployer-entry-impl.ts +15 -15
- package/src/main/node/plugin-deployer-file-handler-context-impl.ts +15 -15
- package/src/main/node/plugin-deployer-impl.ts +26 -22
- package/src/main/node/plugin-deployer-proxy-entry-impl.ts +15 -15
- package/src/main/node/plugin-deployer-resolver-context-impl.ts +15 -15
- package/src/main/node/plugin-ext-backend-module.ts +15 -15
- package/src/main/node/plugin-github-resolver.ts +15 -15
- package/src/main/node/plugin-http-resolver.ts +15 -15
- package/src/main/node/plugin-server-handler.ts +15 -15
- package/src/main/node/plugin-service.ts +15 -15
- package/src/main/node/plugin-theia-deployer-participant.ts +15 -15
- package/src/main/node/plugins-key-value-storage.ts +15 -15
- package/src/main/node/resolvers/local-directory-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/resolvers/local-file-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/resolvers/local-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/temp-dir-util.ts +15 -15
- package/src/main/node/webview-backend-security-warnings.ts +15 -15
- package/src/plugin/authentication-ext.ts +57 -47
- package/src/plugin/clipboard-ext.ts +15 -15
- package/src/plugin/command-registry.ts +15 -15
- package/src/plugin/comments.ts +15 -15
- package/src/plugin/custom-editors.ts +15 -15
- package/src/plugin/decorations.ts +15 -15
- package/src/plugin/dialogs.ts +15 -15
- package/src/plugin/document-data.ts +15 -15
- package/src/plugin/documents.ts +15 -15
- package/src/plugin/editors-and-documents.ts +15 -15
- package/src/plugin/env.ts +15 -15
- package/src/plugin/file-system-event-service-ext-impl.ts +15 -15
- package/src/plugin/file-system-ext-impl.ts +15 -15
- package/src/plugin/known-commands.spec.ts +15 -15
- package/src/plugin/known-commands.ts +15 -15
- package/src/plugin/label-service.ts +15 -15
- package/src/plugin/languages/call-hierarchy.ts +15 -15
- package/src/plugin/languages/code-action.ts +61 -18
- package/src/plugin/languages/color.ts +15 -15
- package/src/plugin/languages/completion.ts +15 -15
- package/src/plugin/languages/declaration.ts +15 -15
- package/src/plugin/languages/definition.ts +15 -15
- package/src/plugin/languages/diagnostics.ts +15 -15
- package/src/plugin/languages/document-formatting.ts +15 -15
- package/src/plugin/languages/document-highlight.ts +15 -15
- package/src/plugin/languages/folding.ts +15 -15
- package/src/plugin/languages/hover.ts +15 -15
- package/src/plugin/languages/implementation.ts +15 -15
- package/src/plugin/languages/lens.ts +15 -15
- package/src/plugin/languages/link-provider.ts +15 -15
- package/src/plugin/languages/on-type-formatting.ts +15 -15
- package/src/plugin/languages/outline.ts +15 -15
- package/src/plugin/languages/range-formatting.ts +15 -15
- package/src/plugin/languages/reference.ts +15 -15
- package/src/plugin/languages/rename.ts +15 -15
- package/src/plugin/languages/selection-range.ts +15 -15
- package/src/plugin/languages/semantic-highlighting.ts +15 -15
- package/src/plugin/languages/signature.ts +15 -15
- package/src/plugin/languages/type-definition.ts +15 -15
- package/src/plugin/languages/util.ts +15 -15
- package/src/plugin/languages/workspace-symbol.ts +15 -15
- package/src/plugin/languages.ts +24 -15
- package/src/plugin/markdown-string.ts +15 -15
- package/src/plugin/message-registry.ts +15 -15
- package/src/plugin/node/debug/debug.ts +15 -15
- package/src/plugin/node/debug/plugin-debug-adapter-executable-resolver.ts +15 -15
- package/src/plugin/node/debug/plugin-debug-adapter-session.ts +22 -22
- package/src/plugin/node/debug/plugin-debug-adapter-starter.ts +16 -16
- package/src/plugin/node/debug/plugin-debug-adapter-tracker.ts +15 -15
- package/src/plugin/node/debug/plugin-inline-debug-adapter.ts +47 -0
- package/src/plugin/node/env-node-ext.ts +16 -16
- package/src/plugin/notification.ts +15 -15
- package/src/plugin/output-channel/output-channel-item.ts +15 -15
- package/src/plugin/output-channel-registry.ts +15 -15
- package/src/plugin/path.spec.ts +15 -15
- package/src/plugin/path.ts +15 -15
- package/src/plugin/plugin-context.ts +88 -25
- package/src/plugin/plugin-icon-path.ts +15 -15
- package/src/plugin/plugin-manager.ts +21 -19
- package/src/plugin/plugin-storage.ts +15 -15
- package/src/plugin/preference-registry.spec.ts +15 -15
- package/src/plugin/preference-registry.ts +15 -15
- package/src/plugin/preferences/configuration.spec.ts +15 -15
- package/src/plugin/preferences/configuration.ts +15 -15
- package/src/plugin/prefix-sum-computer.ts +15 -15
- package/src/plugin/quick-open.ts +28 -26
- package/src/plugin/scm.ts +15 -15
- package/src/plugin/secrets-ext.ts +15 -15
- package/src/plugin/status-bar/status-bar-item.ts +23 -17
- package/src/plugin/status-bar-message-registry.ts +18 -17
- package/src/plugin/tasks/task-provider.ts +15 -15
- package/src/plugin/tasks/tasks.ts +15 -15
- package/src/plugin/terminal-ext.ts +17 -16
- package/src/plugin/text-editor.ts +15 -15
- package/src/plugin/text-editors.ts +15 -15
- package/src/plugin/theming.ts +15 -15
- package/src/plugin/timeline.ts +15 -15
- package/src/plugin/tree/tree-views.ts +15 -15
- package/src/plugin/type-converters.spec.ts +15 -15
- package/src/plugin/type-converters.ts +15 -15
- package/src/plugin/types-impl.spec.ts +15 -15
- package/src/plugin/types-impl.ts +23 -23
- package/src/plugin/webview-views.ts +213 -0
- package/src/plugin/webviews.ts +45 -15
- package/src/plugin/window-state.ts +15 -15
- package/src/plugin/word-helper.ts +15 -15
- package/src/plugin/workspace.ts +38 -15
- package/src/plugin-ext-backend-electron-module.ts +15 -15
- package/src/plugin-ext-backend-module.ts +15 -15
- package/src/plugin-ext-frontend-electron-module.ts +15 -15
- package/src/plugin-ext-frontend-module.ts +15 -15
- package/src/typings/index.d.ts +15 -15
- package/src/typings/monaco/index.d.ts +15 -15
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2017 TypeFox and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { Disposable, DisposableCollection } from '@theia/core/lib/common/disposable';
|
|
18
18
|
import { MonacoEditor } from '@theia/monaco/lib/browser/monaco-editor';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
import { Event, Emitter } from '@theia/core';
|
|
17
17
|
import { MonacoEditorModel, WillSaveMonacoModelEvent } from '@theia/monaco/lib/browser/monaco-editor-model';
|
|
18
18
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { URI } from '@theia/core/shared/vscode-uri';
|
|
18
18
|
import {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2020 Ericsson and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { MAIN_RPC_CONTEXT, ThemingMain, ThemingExt } from '../../common/plugin-api-rpc';
|
|
18
18
|
import { RPCProtocol } from '../../common/rpc-protocol';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
import { interfaces } from '@theia/core/shared/inversify';
|
|
17
17
|
import { MAIN_RPC_CONTEXT, TimelineExt, TimelineMain } from '../../common/plugin-api-rpc';
|
|
18
18
|
import { RPCProtocol } from '../../common/rpc-protocol';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2019 TypeFox and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
18
18
|
import URI from '@theia/core/lib/common/uri';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject, postConstruct, optional } from '@theia/core/shared/inversify';
|
|
18
18
|
import {
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
ViewContainerIdentifier, ViewContainerTitleOptions, Widget, FrontendApplicationContribution,
|
|
21
21
|
StatefulWidget, CommonMenus, BaseWidget, TreeViewWelcomeWidget, codicon, ViewContainerPart
|
|
22
22
|
} from '@theia/core/lib/browser';
|
|
23
|
-
import { ViewContainer, View, ViewWelcome } from '../../../common';
|
|
23
|
+
import { ViewContainer, View, ViewWelcome, PluginViewType } from '../../../common';
|
|
24
24
|
import { PluginSharedStyle } from '../plugin-shared-style';
|
|
25
25
|
import { DebugWidget } from '@theia/debug/lib/browser/view/debug-widget';
|
|
26
26
|
import { PluginViewWidget, PluginViewWidgetIdentifier } from './plugin-view-widget';
|
|
@@ -31,7 +31,7 @@ import { DebugFrontendApplicationContribution } from '@theia/debug/lib/browser/d
|
|
|
31
31
|
import { Disposable, DisposableCollection } from '@theia/core/lib/common/disposable';
|
|
32
32
|
import { CommandRegistry } from '@theia/core/lib/common/command';
|
|
33
33
|
import { MenuModelRegistry } from '@theia/core/lib/common/menu';
|
|
34
|
-
import { Emitter } from '@theia/core/lib/common/event';
|
|
34
|
+
import { Emitter, Event } from '@theia/core/lib/common/event';
|
|
35
35
|
import { ContextKeyService } from '@theia/core/lib/browser/context-key-service';
|
|
36
36
|
import { ViewContextKeyService } from './view-context-key-service';
|
|
37
37
|
import { PROBLEMS_WIDGET_ID } from '@theia/markers/lib/browser/problem/problem-widget';
|
|
@@ -41,6 +41,11 @@ import { TERMINAL_WIDGET_FACTORY_ID } from '@theia/terminal/lib/browser/terminal
|
|
|
41
41
|
import { TreeViewWidget } from './tree-view-widget';
|
|
42
42
|
import { SEARCH_VIEW_CONTAINER_ID } from '@theia/search-in-workspace/lib/browser/search-in-workspace-factory';
|
|
43
43
|
|
|
44
|
+
import { WebviewView, WebviewViewResolver } from '../webview-views/webview-views';
|
|
45
|
+
import { WebviewWidget, WebviewWidgetIdentifier } from '../webview/webview';
|
|
46
|
+
import { CancellationToken } from '@theia/core/lib/common/cancellation';
|
|
47
|
+
import { v4 } from 'uuid';
|
|
48
|
+
|
|
44
49
|
export const PLUGIN_VIEW_FACTORY_ID = 'plugin-view';
|
|
45
50
|
export const PLUGIN_VIEW_CONTAINER_FACTORY_ID = 'plugin-view-container';
|
|
46
51
|
export const PLUGIN_VIEW_DATA_FACTORY_ID = 'plugin-view-data';
|
|
@@ -95,6 +100,8 @@ export class PluginViewRegistry implements FrontendApplicationContribution {
|
|
|
95
100
|
private readonly viewDataProviders = new Map<string, ViewDataProvider>();
|
|
96
101
|
private readonly viewDataState = new Map<string, object>();
|
|
97
102
|
|
|
103
|
+
private readonly webviewViewResolvers = new Map<string, WebviewViewResolver>();
|
|
104
|
+
|
|
98
105
|
@postConstruct()
|
|
99
106
|
protected init(): void {
|
|
100
107
|
// VS Code Viewlets
|
|
@@ -333,6 +340,63 @@ export class PluginViewRegistry implements FrontendApplicationContribution {
|
|
|
333
340
|
return toDispose;
|
|
334
341
|
}
|
|
335
342
|
|
|
343
|
+
async registerWebviewView(viewId: string, resolver: WebviewViewResolver): Promise<Disposable> {
|
|
344
|
+
if (this.webviewViewResolvers.has(viewId)) {
|
|
345
|
+
throw new Error(`View resolver already registered for ${viewId}`);
|
|
346
|
+
}
|
|
347
|
+
this.webviewViewResolvers.set(viewId, resolver);
|
|
348
|
+
|
|
349
|
+
const webviewView = await this.createNewWebviewView();
|
|
350
|
+
const token = CancellationToken.None;
|
|
351
|
+
this.getView(viewId).then(async view => {
|
|
352
|
+
if (view) {
|
|
353
|
+
if (view.isVisible) {
|
|
354
|
+
await this.prepareView(view, webviewView.webview.identifier.id);
|
|
355
|
+
} else {
|
|
356
|
+
const toDisposeOnDidExpandView = new DisposableCollection(this.onDidExpandView(async id => {
|
|
357
|
+
if (id === viewId) {
|
|
358
|
+
dispose();
|
|
359
|
+
await this.prepareView(view, webviewView.webview.identifier.id);
|
|
360
|
+
}
|
|
361
|
+
}));
|
|
362
|
+
const dispose = () => toDisposeOnDidExpandView.dispose();
|
|
363
|
+
view.disposed.connect(dispose);
|
|
364
|
+
toDisposeOnDidExpandView.push(Disposable.create(() => view.disposed.disconnect(dispose)));
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
});
|
|
368
|
+
|
|
369
|
+
resolver.resolve(webviewView, token);
|
|
370
|
+
|
|
371
|
+
return Disposable.create(() => {
|
|
372
|
+
this.webviewViewResolvers.delete(viewId);
|
|
373
|
+
});
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
async createNewWebviewView(): Promise<WebviewView> {
|
|
377
|
+
const webview = await this.widgetManager.getOrCreateWidget<WebviewWidget>(
|
|
378
|
+
WebviewWidget.FACTORY_ID, <WebviewWidgetIdentifier>{ id: v4() });
|
|
379
|
+
webview.setContentOptions({ allowScripts: true });
|
|
380
|
+
|
|
381
|
+
let _description: string | undefined;
|
|
382
|
+
|
|
383
|
+
return {
|
|
384
|
+
webview,
|
|
385
|
+
|
|
386
|
+
get onDidChangeVisibility(): Event<boolean> { return webview.onDidChangeVisibility; },
|
|
387
|
+
get onDidDispose(): Event<void> { return webview.onDidDispose; },
|
|
388
|
+
|
|
389
|
+
get title(): string | undefined { return webview.title.label; },
|
|
390
|
+
set title(value: string | undefined) { webview.title.label = value || ''; },
|
|
391
|
+
|
|
392
|
+
get description(): string | undefined { return _description; },
|
|
393
|
+
set description(value: string | undefined) { _description = value; },
|
|
394
|
+
|
|
395
|
+
dispose: webview.dispose,
|
|
396
|
+
show: webview.show
|
|
397
|
+
};
|
|
398
|
+
}
|
|
399
|
+
|
|
336
400
|
registerViewWelcome(viewWelcome: ViewWelcome): Disposable {
|
|
337
401
|
const toDispose = new DisposableCollection();
|
|
338
402
|
|
|
@@ -409,7 +473,7 @@ export class PluginViewRegistry implements FrontendApplicationContribution {
|
|
|
409
473
|
return this.getView(viewId);
|
|
410
474
|
}
|
|
411
475
|
|
|
412
|
-
protected async prepareView(widget: PluginViewWidget): Promise<void> {
|
|
476
|
+
protected async prepareView(widget: PluginViewWidget, webviewId?: string): Promise<void> {
|
|
413
477
|
const data = this.views.get(widget.options.viewId);
|
|
414
478
|
if (!data) {
|
|
415
479
|
return;
|
|
@@ -419,7 +483,7 @@ export class PluginViewRegistry implements FrontendApplicationContribution {
|
|
|
419
483
|
widget.title.label = view.name;
|
|
420
484
|
}
|
|
421
485
|
const currentDataWidget = widget.widgets[0];
|
|
422
|
-
const viewDataWidget = await this.createViewDataWidget(view.id);
|
|
486
|
+
const viewDataWidget = await this.createViewDataWidget(view.id, webviewId);
|
|
423
487
|
if (widget.isDisposed) {
|
|
424
488
|
// eslint-disable-next-line no-unused-expressions
|
|
425
489
|
viewDataWidget?.dispose();
|
|
@@ -701,8 +765,12 @@ export class PluginViewRegistry implements FrontendApplicationContribution {
|
|
|
701
765
|
return toDispose;
|
|
702
766
|
}
|
|
703
767
|
|
|
704
|
-
protected async createViewDataWidget(viewId: string): Promise<Widget | undefined> {
|
|
768
|
+
protected async createViewDataWidget(viewId: string, webviewId?: string): Promise<Widget | undefined> {
|
|
705
769
|
const view = this.views.get(viewId);
|
|
770
|
+
if (view?.[1]?.type === PluginViewType.Webview) {
|
|
771
|
+
const webviewWidget = this.widgetManager.getWidget(WebviewWidget.FACTORY_ID, <WebviewWidgetIdentifier>{ id: webviewId });
|
|
772
|
+
return webviewWidget;
|
|
773
|
+
}
|
|
706
774
|
const provider = this.viewDataProviders.get(viewId);
|
|
707
775
|
if (!view || !provider) {
|
|
708
776
|
return undefined;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2019 TypeFox and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject, postConstruct } from '@theia/core/shared/inversify';
|
|
18
18
|
import { Panel, Widget } from '@theia/core/shared/@phosphor/widgets';
|
|
@@ -66,7 +66,7 @@ export class PluginViewWidget extends Panel implements StatefulWidget, Descripti
|
|
|
66
66
|
this.toDispose.push(localContext);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
protected onActivateRequest(msg: Message): void {
|
|
69
|
+
protected override onActivateRequest(msg: Message): void {
|
|
70
70
|
super.onActivateRequest(msg);
|
|
71
71
|
const widget = this.widgets[0];
|
|
72
72
|
if (widget) {
|
|
@@ -144,17 +144,17 @@ export class PluginViewWidget extends Panel implements StatefulWidget, Descripti
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
addWidget(widget: Widget): void {
|
|
147
|
+
override addWidget(widget: Widget): void {
|
|
148
148
|
super.addWidget(widget);
|
|
149
149
|
this.updateWidgetMessage();
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
insertWidget(index: number, widget: Widget): void {
|
|
152
|
+
override insertWidget(index: number, widget: Widget): void {
|
|
153
153
|
super.insertWidget(index, widget);
|
|
154
154
|
this.updateWidgetMessage();
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
dispose(): void {
|
|
157
|
+
override dispose(): void {
|
|
158
158
|
this.toDispose.dispose();
|
|
159
159
|
super.dispose();
|
|
160
160
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018-2019 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { URI } from '@theia/core/shared/vscode-uri';
|
|
18
18
|
import { injectable, inject, postConstruct } from '@theia/core/shared/inversify';
|
|
@@ -118,7 +118,7 @@ export class PluginTree extends TreeImpl {
|
|
|
118
118
|
return this._isEmpty;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
protected async resolveChildren(parent: CompositeTreeNode): Promise<TreeNode[]> {
|
|
121
|
+
protected override async resolveChildren(parent: CompositeTreeNode): Promise<TreeNode[]> {
|
|
122
122
|
if (!this._proxy) {
|
|
123
123
|
return super.resolveChildren(parent);
|
|
124
124
|
}
|
|
@@ -204,7 +204,7 @@ export class PluginTree extends TreeImpl {
|
|
|
204
204
|
export class PluginTreeModel extends TreeModelImpl {
|
|
205
205
|
|
|
206
206
|
@inject(PluginTree)
|
|
207
|
-
protected readonly tree: PluginTree;
|
|
207
|
+
protected override readonly tree: PluginTree;
|
|
208
208
|
|
|
209
209
|
set proxy(proxy: TreeViewsExt | undefined) {
|
|
210
210
|
this.tree.proxy = proxy;
|
|
@@ -242,7 +242,7 @@ export class TreeViewWidget extends TreeViewWelcomeWidget {
|
|
|
242
242
|
readonly identifier: TreeViewWidgetIdentifier;
|
|
243
243
|
|
|
244
244
|
@inject(PluginTreeModel)
|
|
245
|
-
readonly model: PluginTreeModel;
|
|
245
|
+
override readonly model: PluginTreeModel;
|
|
246
246
|
|
|
247
247
|
@inject(ContextKeyService)
|
|
248
248
|
protected readonly contextKeyService: ContextKeyService;
|
|
@@ -250,11 +250,8 @@ export class TreeViewWidget extends TreeViewWelcomeWidget {
|
|
|
250
250
|
@inject(TooltipService)
|
|
251
251
|
protected readonly tooltipService: TooltipService;
|
|
252
252
|
|
|
253
|
-
protected readonly onDidChangeVisibilityEmitter = new Emitter<boolean>();
|
|
254
|
-
readonly onDidChangeVisibility = this.onDidChangeVisibilityEmitter.event;
|
|
255
|
-
|
|
256
253
|
@postConstruct()
|
|
257
|
-
protected init(): void {
|
|
254
|
+
protected override init(): void {
|
|
258
255
|
super.init();
|
|
259
256
|
this.id = this.identifier.id;
|
|
260
257
|
this.addClass('theia-tree-view');
|
|
@@ -265,7 +262,7 @@ export class TreeViewWidget extends TreeViewWelcomeWidget {
|
|
|
265
262
|
this.toDispose.push(this.onDidChangeVisibilityEmitter);
|
|
266
263
|
}
|
|
267
264
|
|
|
268
|
-
protected renderIcon(node: TreeNode, props: NodeProps): React.ReactNode {
|
|
265
|
+
protected override renderIcon(node: TreeNode, props: NodeProps): React.ReactNode {
|
|
269
266
|
const icon = this.toNodeIcon(node);
|
|
270
267
|
if (icon) {
|
|
271
268
|
return <div className={icon + ' theia-tree-view-icon'}></div>;
|
|
@@ -273,7 +270,7 @@ export class TreeViewWidget extends TreeViewWelcomeWidget {
|
|
|
273
270
|
return undefined;
|
|
274
271
|
}
|
|
275
272
|
|
|
276
|
-
protected renderCaption(node: TreeViewNode, props: NodeProps): React.ReactNode {
|
|
273
|
+
protected override renderCaption(node: TreeViewNode, props: NodeProps): React.ReactNode {
|
|
277
274
|
const classes = [TREE_NODE_SEGMENT_CLASS];
|
|
278
275
|
if (!this.hasTrailingSuffixes(node)) {
|
|
279
276
|
classes.push(TREE_NODE_SEGMENT_GROW_CLASS);
|
|
@@ -325,7 +322,7 @@ export class TreeViewWidget extends TreeViewWelcomeWidget {
|
|
|
325
322
|
return React.createElement('div', attrs, ...children);
|
|
326
323
|
}
|
|
327
324
|
|
|
328
|
-
protected renderTailDecorations(node: TreeViewNode, props: NodeProps): React.ReactNode {
|
|
325
|
+
protected override renderTailDecorations(node: TreeViewNode, props: NodeProps): React.ReactNode {
|
|
329
326
|
return this.contextKeys.with({ view: this.id, viewItem: node.contextValue }, () => {
|
|
330
327
|
const menu = this.menus.getMenu(VIEW_ITEM_INLINE_MENU);
|
|
331
328
|
const arg = this.toTreeViewSelection(node);
|
|
@@ -352,30 +349,30 @@ export class TreeViewWidget extends TreeViewWelcomeWidget {
|
|
|
352
349
|
}} />;
|
|
353
350
|
}
|
|
354
351
|
|
|
355
|
-
protected toContextMenuArgs(node: SelectableTreeNode): [TreeViewSelection] {
|
|
352
|
+
protected override toContextMenuArgs(node: SelectableTreeNode): [TreeViewSelection] {
|
|
356
353
|
return [this.toTreeViewSelection(node)];
|
|
357
354
|
}
|
|
358
355
|
|
|
359
|
-
setFlag(flag: Widget.Flag): void {
|
|
356
|
+
override setFlag(flag: Widget.Flag): void {
|
|
360
357
|
super.setFlag(flag);
|
|
361
358
|
if (flag === Widget.Flag.IsVisible) {
|
|
362
359
|
this.onDidChangeVisibilityEmitter.fire(this.isVisible);
|
|
363
360
|
}
|
|
364
361
|
}
|
|
365
362
|
|
|
366
|
-
clearFlag(flag: Widget.Flag): void {
|
|
363
|
+
override clearFlag(flag: Widget.Flag): void {
|
|
367
364
|
super.clearFlag(flag);
|
|
368
365
|
if (flag === Widget.Flag.IsVisible) {
|
|
369
366
|
this.onDidChangeVisibilityEmitter.fire(this.isVisible);
|
|
370
367
|
}
|
|
371
368
|
}
|
|
372
369
|
|
|
373
|
-
handleEnter(event: KeyboardEvent): void {
|
|
370
|
+
override handleEnter(event: KeyboardEvent): void {
|
|
374
371
|
super.handleEnter(event);
|
|
375
372
|
this.tryExecuteCommand();
|
|
376
373
|
}
|
|
377
374
|
|
|
378
|
-
handleClickEvent(node: TreeNode, event: React.MouseEvent<HTMLElement>): void {
|
|
375
|
+
override handleClickEvent(node: TreeNode, event: React.MouseEvent<HTMLElement>): void {
|
|
379
376
|
super.handleClickEvent(node, event);
|
|
380
377
|
// If clicked on item (not collapsable icon) - execute command or toggle expansion if item has no command
|
|
381
378
|
const commandMap = this.findCommands(node);
|
|
@@ -418,7 +415,7 @@ export class TreeViewWidget extends TreeViewWelcomeWidget {
|
|
|
418
415
|
this.update();
|
|
419
416
|
}
|
|
420
417
|
|
|
421
|
-
protected render(): React.ReactNode {
|
|
418
|
+
protected override render(): React.ReactNode {
|
|
422
419
|
const node = React.createElement('div', this.createContainerAttributes(), this.renderSearchInfo(), this.renderTree(this.model));
|
|
423
420
|
this.tooltipService.update();
|
|
424
421
|
return node;
|
|
@@ -431,7 +428,7 @@ export class TreeViewWidget extends TreeViewWelcomeWidget {
|
|
|
431
428
|
return undefined;
|
|
432
429
|
}
|
|
433
430
|
|
|
434
|
-
shouldShowWelcomeView(): boolean {
|
|
431
|
+
override shouldShowWelcomeView(): boolean {
|
|
435
432
|
return (this.model.proxy === undefined || this.model.isTreeEmpty) && this.message === undefined;
|
|
436
433
|
}
|
|
437
434
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { interfaces } from '@theia/core/shared/inversify';
|
|
18
18
|
import { MAIN_RPC_CONTEXT, TreeViewsMain, TreeViewsExt, TreeViewRevealOptions } from '../../../common/plugin-api-rpc';
|