@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,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.PluginPathsService = exports.pluginPathsServicePath = void 0;
|
|
19
19
|
exports.pluginPathsServicePath = '/services/plugin-paths';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-paths-protocol.js","sourceRoot":"","sources":["../../../src/main/common/plugin-paths-protocol.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plugin-paths-protocol.js","sourceRoot":"","sources":["../../../src/main/common/plugin-paths-protocol.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;AAEnE,QAAA,sBAAsB,GAAG,wBAAwB,CAAC;AAE/D,wEAAwE;AAC3D,QAAA,kBAAkB,GAAG,MAAM,CAAC,oBAAoB,CAAC,CAAC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2020 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
1
|
import { EnvVariablesServer } from '@theia/core/lib/common/env-variables';
|
|
17
2
|
import URI from '@theia/core/lib/common/uri';
|
|
18
3
|
export declare class PluginTheiaEnvironment {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-theia-environment.d.ts","sourceRoot":"","sources":["../../../src/main/common/plugin-theia-environment.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-theia-environment.d.ts","sourceRoot":"","sources":["../../../src/main/common/plugin-theia-environment.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,GAAG,MAAM,4BAA4B,CAAC;AAE7C,qBACa,sBAAsB;IAG/B,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,kBAAkB,CAAC;IAEpD,SAAS,CAAC,cAAc,EAAE,GAAG,GAAG,SAAS,CAAC;IACpC,gBAAgB,IAAI,OAAO,CAAC,GAAG,CAAC;CAQzC"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2020 TypeFox and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
18
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
19
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -38,11 +38,11 @@ let PluginTheiaEnvironment = class PluginTheiaEnvironment {
|
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
__decorate([
|
|
41
|
-
inversify_1.inject(env_variables_1.EnvVariablesServer),
|
|
41
|
+
(0, inversify_1.inject)(env_variables_1.EnvVariablesServer),
|
|
42
42
|
__metadata("design:type", Object)
|
|
43
43
|
], PluginTheiaEnvironment.prototype, "environments", void 0);
|
|
44
44
|
PluginTheiaEnvironment = __decorate([
|
|
45
|
-
inversify_1.injectable()
|
|
45
|
+
(0, inversify_1.injectable)()
|
|
46
46
|
], PluginTheiaEnvironment);
|
|
47
47
|
exports.PluginTheiaEnvironment = PluginTheiaEnvironment;
|
|
48
48
|
//# sourceMappingURL=plugin-theia-environment.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-theia-environment.js","sourceRoot":"","sources":["../../../src/main/common/plugin-theia-environment.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plugin-theia-environment.js","sourceRoot":"","sources":["../../../src/main/common/plugin-theia-environment.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;;;;;;;;;;AAEhF,4DAAkE;AAClE,wEAA0E;AAC1E,oDAA6C;AAG7C,IAAa,sBAAsB,GAAnC,MAAa,sBAAsB;IAM/B,KAAK,CAAC,gBAAgB;QAClB,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE;YACtB,MAAM,SAAS,GAAG,IAAI,aAAG,CAAC,MAAM,IAAI,CAAC,YAAY,CAAC,eAAe,EAAE,CAAC,CAAC;YACrE,IAAI,CAAC,cAAc,GAAG,SAAS,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;SACtD;QACD,OAAO,IAAI,CAAC,cAAc,CAAC;IAC/B,CAAC;CAEJ,CAAA;AAXG;IADC,IAAA,kBAAM,EAAC,kCAAkB,CAAC;;4DACyB;AAH3C,sBAAsB;IADlC,IAAA,sBAAU,GAAE;GACA,sBAAsB,CAclC;AAdY,wDAAsB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
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
1
|
/**
|
|
17
2
|
* Each webview should be deployed on a unique origin (https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy)
|
|
18
3
|
* to ensure isolation from browser shared state as cookies, local storage and so on.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-protocol.d.ts","sourceRoot":"","sources":["../../../src/main/common/webview-protocol.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"webview-protocol.d.ts","sourceRoot":"","sources":["../../../src/main/common/webview-protocol.ts"],"names":[],"mappings":"AAgBA;;;;;;;GAOG;AACH,yBAAiB,uBAAuB,CAAC;IAC9B,MAAM,OAAO,oCAAoC,CAAC;IAClD,MAAM,cAAc,kCAAkC,CAAC;CACjE"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2019 TypeFox and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.WebviewExternalEndpoint = void 0;
|
|
19
19
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-protocol.js","sourceRoot":"","sources":["../../../src/main/common/webview-protocol.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"webview-protocol.js","sourceRoot":"","sources":["../../../src/main/common/webview-protocol.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;AAEhF;;;;;;;GAOG;AACH,IAAiB,uBAAuB,CAGvC;AAHD,WAAiB,uBAAuB;IACvB,+BAAO,GAAG,iCAAiC,CAAC;IAC5C,sCAAc,GAAG,+BAA+B,CAAC;AAClE,CAAC,EAHgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAGvC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
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
1
|
import { ContainerModule } from '@theia/core/shared/inversify';
|
|
17
2
|
declare const _default: ContainerModule;
|
|
18
3
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-ext-frontend-electron-module.d.ts","sourceRoot":"","sources":["../../../src/main/electron-browser/plugin-ext-frontend-electron-module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-ext-frontend-electron-module.d.ts","sourceRoot":"","sources":["../../../src/main/electron-browser/plugin-ext-frontend-electron-module.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;;AAK/D,wBAGG"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2020 Ericsson and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
const inversify_1 = require("@theia/core/shared/inversify");
|
|
19
19
|
const webview_widget_factory_1 = require("../browser/webview/webview-widget-factory");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-ext-frontend-electron-module.js","sourceRoot":"","sources":["../../../src/main/electron-browser/plugin-ext-frontend-electron-module.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plugin-ext-frontend-electron-module.js","sourceRoot":"","sources":["../../../src/main/electron-browser/plugin-ext-frontend-electron-module.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;AAEhF,4DAA+D;AAC/D,sFAAiF;AACjF,yGAAmG;AACnG,+FAA4H;AAE5H,kBAAe,IAAI,2BAAe,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;IACjE,MAAM,CAAC,6CAAoB,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,8DAA4B,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;IACvH,MAAM,CAAC,wDAAyB,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,mEAAiC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;AACrI,CAAC,CAAC,CAAC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
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
1
|
import { WebviewWidgetFactory } from '../../browser/webview/webview-widget-factory';
|
|
17
2
|
import { WebviewWidgetIdentifier, WebviewWidget } from '../../browser/webview/webview';
|
|
18
3
|
import { CustomEditorWidgetFactory } from '../../browser/custom-editors/custom-editor-widget-factory';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"electron-webview-widget-factory.d.ts","sourceRoot":"","sources":["../../../../src/main/electron-browser/webview/electron-webview-widget-factory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"electron-webview-widget-factory.d.ts","sourceRoot":"","sources":["../../../../src/main/electron-browser/webview/electron-webview-widget-factory.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACvF,OAAO,EAAE,yBAAyB,EAAE,MAAM,2DAA2D,CAAC;AACtG,OAAO,EAAE,kBAAkB,EAAE,MAAM,mDAAmD,CAAC;AAEvF,qBAAa,4BAA6B,SAAQ,oBAAoB;IAEnD,YAAY,CAAC,UAAU,EAAE,uBAAuB,GAAG,OAAO,CAAC,aAAa,CAAC;IAMxF;;;;OAIG;cACa,4BAA4B,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAShF;AAED,qBAAa,iCAAkC,SAAQ,yBAAyB;IAE7D,YAAY,CAAC,UAAU,EAAE,uBAAuB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAM7F;;;;OAIG;cACa,4BAA4B,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAShF"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2020 Ericsson and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.ElectronCustomEditorWidgetFactory = exports.ElectronWebviewWidgetFactory = void 0;
|
|
19
19
|
const electronRemote = require("@theia/core/electron-shared/@electron/remote");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"electron-webview-widget-factory.js","sourceRoot":"","sources":["../../../../src/main/electron-browser/webview/electron-webview-widget-factory.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"electron-webview-widget-factory.js","sourceRoot":"","sources":["../../../../src/main/electron-browser/webview/electron-webview-widget-factory.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;AAEhF,+EAA+E;AAC/E,mFAAuF;AACvF,yFAAoF;AAEpF,4GAAsG;AAGtG,MAAa,4BAA6B,SAAQ,6CAAoB;IAEzD,KAAK,CAAC,YAAY,CAAC,UAAmC;QAC3D,MAAM,MAAM,GAAG,MAAM,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;QACpD,MAAM,IAAI,CAAC,4BAA4B,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;QACjE,OAAO,MAAM,CAAC;IAClB,CAAC;IAED;;;;OAIG;IACO,KAAK,CAAC,4BAA4B,CAAC,QAAgB;QACzD,MAAM,cAAc,CAAC,OAAO,CAAC,cAAc,CAAC,OAAO,CAAC,GAAG,CAAC;YACpD,GAAG,EAAE,QAAQ;YACb,IAAI,EAAE,sCAAqB;YAC3B,KAAK,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,sCAAqB,CAAC,CAAC;YAChE,QAAQ,EAAE,IAAI;SACjB,CAAC,CAAC;IACP,CAAC;CAEJ;AAtBD,oEAsBC;AAED,MAAa,iCAAkC,SAAQ,wDAAyB;IAEnE,KAAK,CAAC,YAAY,CAAC,UAAmC;QAC3D,MAAM,MAAM,GAAG,MAAM,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;QACpD,MAAM,IAAI,CAAC,4BAA4B,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;QACjE,OAAO,MAAM,CAAC;IAClB,CAAC;IAED;;;;OAIG;IACO,KAAK,CAAC,4BAA4B,CAAC,QAAgB;QACzD,MAAM,cAAc,CAAC,OAAO,CAAC,cAAc,CAAC,OAAO,CAAC,GAAG,CAAC;YACpD,GAAG,EAAE,QAAQ;YACb,IAAI,EAAE,sCAAqB;YAC3B,KAAK,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,sCAAqB,CAAC,CAAC;YAChE,QAAQ,EAAE,IAAI;SACjB,CAAC,CAAC;IACP,CAAC;CAEJ;AAtBD,8EAsBC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
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
1
|
import { PluginDeployerDirectoryHandler, PluginDeployerEntry, PluginDeployerDirectoryHandlerContext } from '../../../common/plugin-protocol';
|
|
17
2
|
export declare class PluginTheiaDirectoryHandler implements PluginDeployerDirectoryHandler {
|
|
18
3
|
accept(resolvedPlugin: PluginDeployerEntry): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-theia-directory-handler.d.ts","sourceRoot":"","sources":["../../../../src/main/node/handlers/plugin-theia-directory-handler.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-theia-directory-handler.d.ts","sourceRoot":"","sources":["../../../../src/main/node/handlers/plugin-theia-directory-handler.ts"],"names":[],"mappings":"AAgBA,OAAO,EACH,8BAA8B,EAC9B,mBAAmB,EAAiB,qCAAqC,EAE5E,MAAM,iCAAiC,CAAC;AAKzC,qBACa,2BAA4B,YAAW,8BAA8B;IAE9E,MAAM,CAAC,cAAc,EAAE,mBAAmB,GAAG,OAAO;IAmCpD,MAAM,CAAC,OAAO,EAAE,qCAAqC,GAAG,OAAO,CAAC,GAAG,CAAC;CAavE"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
18
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
19
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -67,7 +67,7 @@ let PluginTheiaDirectoryHandler = class PluginTheiaDirectoryHandler {
|
|
|
67
67
|
}
|
|
68
68
|
};
|
|
69
69
|
PluginTheiaDirectoryHandler = __decorate([
|
|
70
|
-
inversify_1.injectable()
|
|
70
|
+
(0, inversify_1.injectable)()
|
|
71
71
|
], PluginTheiaDirectoryHandler);
|
|
72
72
|
exports.PluginTheiaDirectoryHandler = PluginTheiaDirectoryHandler;
|
|
73
73
|
//# sourceMappingURL=plugin-theia-directory-handler.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-theia-directory-handler.js","sourceRoot":"","sources":["../../../../src/main/node/handlers/plugin-theia-directory-handler.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plugin-theia-directory-handler.js","sourceRoot":"","sources":["../../../../src/main/node/handlers/plugin-theia-directory-handler.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;;;;;;;AAEhF,qEAIyC;AACzC,4DAA0D;AAC1D,kDAAkD;AAClD,6BAA6B;AAG7B,IAAa,2BAA2B,GAAxC,MAAa,2BAA2B;IAEpC,MAAM,CAAC,cAAmC;QAEtC,OAAO,CAAC,GAAG,CAAC,yDAAyD,EAAE,cAAc,CAAC,IAAI,EAAE,CAAC,CAAC;QAE9F,0BAA0B;QAC1B,IAAI,cAAc,CAAC,MAAM,EAAE,EAAE;YACzB,OAAO,KAAK,CAAC;SAChB;QAED,4BAA4B;QAC5B,MAAM,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,IAAI,EAAE,EAAE,cAAc,CAAC,CAAC;QAC5E,MAAM,iBAAiB,GAAY,EAAE,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC;QAClE,IAAI,CAAC,iBAAiB,EAAE;YACpB,OAAO,KAAK,CAAC;SAChB;QAED,IAAI,WAAW,GAAkB,cAAc,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC;QACzE,IAAI,CAAC,WAAW,EAAE;YACd,WAAW,GAAG,EAAE,CAAC,YAAY,CAAC,eAAe,CAAC,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;SAC1D;QAED,IAAI,CAAC,WAAW,CAAC,OAAO,EAAE;YACtB,OAAO,KAAK,CAAC;SAChB;QAED,IAAI,WAAW,CAAC,OAAO,IAAI,WAAW,CAAC,OAAO,CAAC,WAAW,EAAE;YACxD,OAAO,IAAI,CAAC;SACf;QAED,OAAO,KAAK,CAAC;IAEjB,CAAC;IAED,8DAA8D;IAC9D,MAAM,CAAC,OAA8C;QACjD,MAAM,KAAK,GAA8B,EAAE,CAAC;QAC5C,MAAM,WAAW,GAAkB,OAAO,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC;QAClF,IAAI,WAAW,CAAC,WAAW,IAAI,WAAW,CAAC,WAAW,CAAC,OAAO,EAAE;YAC5D,KAAK,CAAC,IAAI,CAAC,yCAAuB,CAAC,OAAO,CAAC,CAAC;SAC/C;QACD,IAAI,WAAW,CAAC,WAAW,IAAI,WAAW,CAAC,WAAW,CAAC,QAAQ,EAAE;YAC7D,KAAK,CAAC,IAAI,CAAC,yCAAuB,CAAC,QAAQ,CAAC,CAAC;SAChD;QAED,OAAO,CAAC,WAAW,EAAE,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC;QACvC,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjC,CAAC;CACJ,CAAA;AAlDY,2BAA2B;IADvC,IAAA,sBAAU,GAAE;GACA,2BAA2B,CAkDvC;AAlDY,kEAA2B"}
|
|
@@ -1,18 +1,3 @@
|
|
|
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
1
|
import { PluginDeployerFileHandler, PluginDeployerEntry, PluginDeployerFileHandlerContext } from '../../../common/plugin-protocol';
|
|
17
2
|
import { PluginTheiaEnvironment } from '../../common/plugin-theia-environment';
|
|
18
3
|
export declare class PluginTheiaFileHandler implements PluginDeployerFileHandler {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-theia-file-handler.d.ts","sourceRoot":"","sources":["../../../../src/main/node/handlers/plugin-theia-file-handler.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-theia-file-handler.d.ts","sourceRoot":"","sources":["../../../../src/main/node/handlers/plugin-theia-file-handler.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,gCAAgC,EAAc,MAAM,iCAAiC,CAAC;AAM/I,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAE/E,qBACa,sBAAuB,YAAW,yBAAyB;IAEpE,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAgD;IAGpF,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,sBAAsB,CAAC;IAEvD,MAAM,CAAC,cAAc,EAAE,mBAAmB,GAAG,OAAO;IAI9C,MAAM,CAAC,OAAO,EAAE,gCAAgC,GAAG,OAAO,CAAC,IAAI,CAAC;cActD,YAAY,CAAC,OAAO,EAAE,gCAAgC,GAAG,OAAO,CAAC,MAAM,CAAC;CAO3F"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
18
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
19
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -34,7 +34,7 @@ const file_uri_1 = require("@theia/core/lib/node/file-uri");
|
|
|
34
34
|
const plugin_theia_environment_1 = require("../../common/plugin-theia-environment");
|
|
35
35
|
let PluginTheiaFileHandler = class PluginTheiaFileHandler {
|
|
36
36
|
constructor() {
|
|
37
|
-
this.systemPluginsDirUri = file_uri_1.FileUri.create(temp_dir_util_1.getTempDir('theia-unpacked'));
|
|
37
|
+
this.systemPluginsDirUri = file_uri_1.FileUri.create((0, temp_dir_util_1.getTempDir)('theia-unpacked'));
|
|
38
38
|
}
|
|
39
39
|
accept(resolvedPlugin) {
|
|
40
40
|
return resolvedPlugin.isFile() && resolvedPlugin.path() !== null && resolvedPlugin.path().endsWith('.theia');
|
|
@@ -61,11 +61,11 @@ let PluginTheiaFileHandler = class PluginTheiaFileHandler {
|
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
63
|
__decorate([
|
|
64
|
-
inversify_1.inject(plugin_theia_environment_1.PluginTheiaEnvironment),
|
|
64
|
+
(0, inversify_1.inject)(plugin_theia_environment_1.PluginTheiaEnvironment),
|
|
65
65
|
__metadata("design:type", plugin_theia_environment_1.PluginTheiaEnvironment)
|
|
66
66
|
], PluginTheiaFileHandler.prototype, "environment", void 0);
|
|
67
67
|
PluginTheiaFileHandler = __decorate([
|
|
68
|
-
inversify_1.injectable()
|
|
68
|
+
(0, inversify_1.injectable)()
|
|
69
69
|
], PluginTheiaFileHandler);
|
|
70
70
|
exports.PluginTheiaFileHandler = PluginTheiaFileHandler;
|
|
71
71
|
//# sourceMappingURL=plugin-theia-file-handler.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-theia-file-handler.js","sourceRoot":"","sources":["../../../../src/main/node/handlers/plugin-theia-file-handler.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plugin-theia-file-handler.js","sourceRoot":"","sources":["../../../../src/main/node/handlers/plugin-theia-file-handler.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;;;;;;;;;;AAEhF,qEAA+I;AAC/I,4DAAkE;AAClE,oDAA8C;AAC9C,kDAAkD;AAClD,yCAAyC;AACzC,4DAAwD;AACxD,oFAA+E;AAG/E,IAAa,sBAAsB,GAAnC,MAAa,sBAAsB;IAAnC;QAEqB,wBAAmB,GAAG,kBAAO,CAAC,MAAM,CAAC,IAAA,0BAAU,EAAC,gBAAgB,CAAC,CAAC,CAAC;IA8BxF,CAAC;IAzBG,MAAM,CAAC,cAAmC;QACtC,OAAO,cAAc,CAAC,MAAM,EAAE,IAAI,cAAc,CAAC,IAAI,EAAE,KAAK,IAAI,IAAI,cAAc,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;IACjH,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,OAAyC;QAClD,MAAM,EAAE,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;QACtC,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;QACnD,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,iCAAiC,SAAS,MAAM,CAAC,CAAC;QACpE,IAAI,OAAO,CAAC,WAAW,EAAE,CAAC,IAAI,KAAK,4BAAU,CAAC,IAAI,IAAI,MAAM,EAAE,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE;YAClF,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,kBAAkB,CAAC,CAAC;YACtC,OAAO,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;YAC5C,OAAO;SACV;QACD,MAAM,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,IAAI,EAAE,EAAE,SAAS,CAAC,CAAC;QAC7D,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;QACrC,OAAO,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IAChD,CAAC;IAES,KAAK,CAAC,YAAY,CAAC,OAAyC;QAClE,IAAI,aAAa,GAAG,IAAI,CAAC,mBAAmB,CAAC;QAC7C,IAAI,OAAO,CAAC,WAAW,EAAE,CAAC,IAAI,KAAK,4BAAU,CAAC,IAAI,EAAE;YAChD,aAAa,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,gBAAgB,EAAE,CAAC;SAC7D;QACD,OAAO,kBAAO,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC;IAC/G,CAAC;CACJ,CAAA;AA3BG;IADC,IAAA,kBAAM,EAAC,iDAAsB,CAAC;8BACC,iDAAsB;2DAAC;AAL9C,sBAAsB;IADlC,IAAA,sBAAU,GAAE;GACA,sBAAsB,CAgClC;AAhCY,wDAAsB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
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
1
|
export declare namespace PluginPaths {
|
|
17
2
|
const PLUGINS_LOGS_DIR = "logs";
|
|
18
3
|
const PLUGINS_GLOBAL_STORAGE_DIR = "plugin-storage";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../src/main/node/paths/const.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../src/main/node/paths/const.ts"],"names":[],"mappings":"AAgBA,yBAAiB,WAAW,CAAC;IAClB,MAAM,gBAAgB,SAAS,CAAC;IAChC,MAAM,0BAA0B,mBAAmB,CAAC;IACpD,MAAM,6BAA6B,sBAAsB,CAAC;CACpE"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.PluginPaths = void 0;
|
|
19
19
|
var PluginPaths;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"const.js","sourceRoot":"","sources":["../../../../src/main/node/paths/const.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"const.js","sourceRoot":"","sources":["../../../../src/main/node/paths/const.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;AAEhF,IAAiB,WAAW,CAI3B;AAJD,WAAiB,WAAW;IACX,4BAAgB,GAAG,MAAM,CAAC;IAC1B,sCAA0B,GAAG,gBAAgB,CAAC;IAC9C,yCAA6B,GAAG,mBAAmB,CAAC;AACrE,CAAC,EAJgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAI3B"}
|
|
@@ -1,18 +1,3 @@
|
|
|
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
1
|
import { ILogger } from '@theia/core';
|
|
17
2
|
import { PluginPathsService } from '../../common/plugin-paths-protocol';
|
|
18
3
|
import { EnvVariablesServer } from '@theia/core/lib/common/env-variables';
|