@theia/plugin-ext 1.23.0-next.5 → 1.23.0-next.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/common/arrays.d.ts +0 -15
- package/lib/common/arrays.d.ts.map +1 -1
- package/lib/common/arrays.js +15 -15
- package/lib/common/arrays.js.map +1 -1
- package/lib/common/assert.d.ts +0 -15
- package/lib/common/assert.d.ts.map +1 -1
- package/lib/common/assert.js +15 -15
- package/lib/common/assert.js.map +1 -1
- package/lib/common/character-classifier.d.ts +0 -15
- package/lib/common/character-classifier.d.ts.map +1 -1
- package/lib/common/character-classifier.js +17 -17
- package/lib/common/character-classifier.js.map +1 -1
- package/lib/common/connection.d.ts +0 -15
- package/lib/common/connection.d.ts.map +1 -1
- package/lib/common/disposable-util.d.ts +0 -15
- package/lib/common/disposable-util.d.ts.map +1 -1
- package/lib/common/disposable-util.js +15 -15
- package/lib/common/disposable-util.js.map +1 -1
- package/lib/common/editor-options.d.ts +0 -15
- package/lib/common/editor-options.d.ts.map +1 -1
- package/lib/common/editor-options.js +15 -15
- package/lib/common/editor-options.js.map +1 -1
- package/lib/common/env.d.ts +0 -15
- package/lib/common/env.d.ts.map +1 -1
- package/lib/common/env.js +15 -15
- package/lib/common/env.js.map +1 -1
- package/lib/common/errors.d.ts +0 -15
- package/lib/common/errors.d.ts.map +1 -1
- package/lib/common/errors.js +15 -15
- package/lib/common/errors.js.map +1 -1
- package/lib/common/id-generator.d.ts +0 -15
- package/lib/common/id-generator.d.ts.map +1 -1
- package/lib/common/id-generator.js +15 -15
- package/lib/common/id-generator.js.map +1 -1
- package/lib/common/index.d.ts +0 -15
- package/lib/common/index.d.ts.map +1 -1
- package/lib/common/index.js +16 -16
- package/lib/common/index.js.map +1 -1
- package/lib/common/link-computer.d.ts +0 -15
- package/lib/common/link-computer.d.ts.map +1 -1
- package/lib/common/link-computer.js +15 -15
- package/lib/common/link-computer.js.map +1 -1
- package/lib/common/object-identifier.d.ts +0 -15
- package/lib/common/object-identifier.d.ts.map +1 -1
- package/lib/common/object-identifier.js +15 -15
- package/lib/common/object-identifier.js.map +1 -1
- package/lib/common/objects.js +3 -3
- package/lib/common/objects.js.map +1 -1
- package/lib/common/paths-util.d.ts +0 -15
- package/lib/common/paths-util.d.ts.map +1 -1
- package/lib/common/paths-util.js +15 -15
- package/lib/common/paths-util.js.map +1 -1
- package/lib/common/plugin-api-rpc-model.d.ts +13 -34
- package/lib/common/plugin-api-rpc-model.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc-model.js +15 -15
- package/lib/common/plugin-api-rpc-model.js.map +1 -1
- package/lib/common/plugin-api-rpc.d.ts +33 -28
- package/lib/common/plugin-api-rpc.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.js +79 -77
- package/lib/common/plugin-api-rpc.js.map +1 -1
- package/lib/common/plugin-ext-api-contribution.d.ts +0 -15
- package/lib/common/plugin-ext-api-contribution.d.ts.map +1 -1
- package/lib/common/plugin-protocol.d.ts +8 -15
- package/lib/common/plugin-protocol.d.ts.map +1 -1
- package/lib/common/plugin-protocol.js +6 -1
- package/lib/common/plugin-protocol.js.map +1 -1
- package/lib/common/rpc-protocol.d.ts +0 -15
- package/lib/common/rpc-protocol.d.ts.map +1 -1
- package/lib/common/rpc-protocol.js +15 -15
- package/lib/common/rpc-protocol.js.map +1 -1
- package/lib/common/semantic-tokens-dto.d.ts +0 -15
- package/lib/common/semantic-tokens-dto.d.ts.map +1 -1
- package/lib/common/semantic-tokens-dto.js +15 -15
- package/lib/common/semantic-tokens-dto.js.map +1 -1
- package/lib/common/types.d.ts +0 -15
- package/lib/common/types.d.ts.map +1 -1
- package/lib/common/types.js +15 -15
- package/lib/common/types.js.map +1 -1
- package/lib/common/uint.d.ts +0 -15
- package/lib/common/uint.d.ts.map +1 -1
- package/lib/common/uint.js +15 -15
- package/lib/common/uint.js.map +1 -1
- package/lib/common/uri-components.d.ts +0 -15
- package/lib/common/uri-components.d.ts.map +1 -1
- package/lib/common/uri-components.js +15 -15
- package/lib/common/uri-components.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin-watcher.d.ts +0 -15
- package/lib/hosted/browser/hosted-plugin-watcher.d.ts.map +1 -1
- package/lib/hosted/browser/hosted-plugin-watcher.js +16 -16
- package/lib/hosted/browser/hosted-plugin-watcher.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin.d.ts +3 -17
- package/lib/hosted/browser/hosted-plugin.d.ts.map +1 -1
- package/lib/hosted/browser/hosted-plugin.js +68 -83
- package/lib/hosted/browser/hosted-plugin.js.map +1 -1
- package/lib/hosted/browser/plugin-worker.js +16 -16
- package/lib/hosted/browser/plugin-worker.js.map +1 -1
- package/lib/hosted/browser/worker/debug-stub.d.ts +0 -15
- package/lib/hosted/browser/worker/debug-stub.d.ts.map +1 -1
- package/lib/hosted/browser/worker/debug-stub.js +15 -15
- package/lib/hosted/browser/worker/debug-stub.js.map +1 -1
- package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts +0 -15
- package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts.map +1 -1
- package/lib/hosted/browser/worker/plugin-manifest-loader.js +15 -15
- package/lib/hosted/browser/worker/plugin-manifest-loader.js.map +1 -1
- package/lib/hosted/browser/worker/worker-env-ext.d.ts +0 -15
- package/lib/hosted/browser/worker/worker-env-ext.d.ts.map +1 -1
- package/lib/hosted/browser/worker/worker-env-ext.js +15 -15
- package/lib/hosted/browser/worker/worker-env-ext.js.map +1 -1
- package/lib/hosted/browser/worker/worker-main.d.ts +0 -15
- package/lib/hosted/browser/worker/worker-main.d.ts.map +1 -1
- package/lib/hosted/browser/worker/worker-main.js +29 -20
- package/lib/hosted/browser/worker/worker-main.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-cli-contribution.js +16 -16
- package/lib/hosted/node/hosted-plugin-cli-contribution.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.d.ts +2 -15
- package/lib/hosted/node/hosted-plugin-deployer-handler.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.js +40 -22
- package/lib/hosted/node/hosted-plugin-deployer-handler.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-localization-service.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-localization-service.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-localization-service.js +18 -18
- package/lib/hosted/node/hosted-plugin-localization-service.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-process.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.js +24 -24
- package/lib/hosted/node/hosted-plugin-process.js.map +1 -1
- package/lib/hosted/node/hosted-plugin.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin.js +21 -21
- package/lib/hosted/node/hosted-plugin.js.map +1 -1
- package/lib/hosted/node/metadata-scanner.d.ts +0 -15
- package/lib/hosted/node/metadata-scanner.d.ts.map +1 -1
- package/lib/hosted/node/metadata-scanner.js +17 -17
- package/lib/hosted/node/metadata-scanner.js.map +1 -1
- package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts +0 -15
- package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts.map +1 -1
- package/lib/hosted/node/plugin-ext-hosted-backend-module.js +17 -17
- package/lib/hosted/node/plugin-ext-hosted-backend-module.js.map +1 -1
- package/lib/hosted/node/plugin-host-rpc.d.ts +0 -15
- package/lib/hosted/node/plugin-host-rpc.d.ts.map +1 -1
- package/lib/hosted/node/plugin-host-rpc.js +21 -21
- package/lib/hosted/node/plugin-host-rpc.js.map +1 -1
- package/lib/hosted/node/plugin-host.d.ts +0 -15
- package/lib/hosted/node/plugin-host.d.ts.map +1 -1
- package/lib/hosted/node/plugin-host.js +15 -15
- package/lib/hosted/node/plugin-host.js.map +1 -1
- package/lib/hosted/node/plugin-manifest-loader.d.ts +0 -15
- package/lib/hosted/node/plugin-manifest-loader.d.ts.map +1 -1
- package/lib/hosted/node/plugin-manifest-loader.js +15 -15
- package/lib/hosted/node/plugin-manifest-loader.js.map +1 -1
- package/lib/hosted/node/plugin-reader.d.ts +0 -15
- package/lib/hosted/node/plugin-reader.d.ts.map +1 -1
- package/lib/hosted/node/plugin-reader.js +24 -23
- package/lib/hosted/node/plugin-reader.js.map +1 -1
- package/lib/hosted/node/plugin-service.js +24 -24
- package/lib/hosted/node/plugin-service.js.map +1 -1
- package/lib/hosted/node/scanners/backend-init-theia.d.ts +0 -15
- package/lib/hosted/node/scanners/backend-init-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/backend-init-theia.js +17 -16
- package/lib/hosted/node/scanners/backend-init-theia.js.map +1 -1
- package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts +0 -15
- package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts.map +1 -1
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js +16 -16
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.d.ts +0 -15
- package/lib/hosted/node/scanners/grammars-reader.d.ts.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.js +16 -16
- package/lib/hosted/node/scanners/grammars-reader.js.map +1 -1
- package/lib/hosted/node/scanners/plugin-uri-factory.d.ts +0 -15
- package/lib/hosted/node/scanners/plugin-uri-factory.d.ts.map +1 -1
- package/lib/hosted/node/scanners/plugin-uri-factory.js +15 -15
- package/lib/hosted/node/scanners/plugin-uri-factory.js.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.d.ts +0 -15
- package/lib/hosted/node/scanners/scanner-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.js +25 -23
- package/lib/hosted/node/scanners/scanner-theia.js.map +1 -1
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts +0 -15
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts.map +1 -1
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js +16 -16
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js.map +1 -1
- package/lib/hosted/node-electron/scanner-theia-electron.d.ts +0 -15
- package/lib/hosted/node-electron/scanner-theia-electron.d.ts.map +1 -1
- package/lib/hosted/node-electron/scanner-theia-electron.js +16 -16
- package/lib/hosted/node-electron/scanner-theia-electron.js.map +1 -1
- package/lib/main/browser/authentication-main.d.ts +18 -26
- package/lib/main/browser/authentication-main.d.ts.map +1 -1
- package/lib/main/browser/authentication-main.js +126 -82
- package/lib/main/browser/authentication-main.js.map +1 -1
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.d.ts +0 -15
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.d.ts.map +1 -1
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.js +15 -15
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.js.map +1 -1
- package/lib/main/browser/clipboard-main.d.ts +0 -15
- package/lib/main/browser/clipboard-main.d.ts.map +1 -1
- package/lib/main/browser/clipboard-main.js +15 -15
- package/lib/main/browser/clipboard-main.js.map +1 -1
- package/lib/main/browser/command-registry-main.d.ts +0 -15
- package/lib/main/browser/command-registry-main.d.ts.map +1 -1
- package/lib/main/browser/command-registry-main.js +15 -15
- package/lib/main/browser/command-registry-main.js.map +1 -1
- package/lib/main/browser/commands.d.ts +0 -15
- package/lib/main/browser/commands.d.ts.map +1 -1
- package/lib/main/browser/commands.js +18 -18
- package/lib/main/browser/commands.js.map +1 -1
- package/lib/main/browser/comments/comment-glyph-widget.d.ts +0 -15
- package/lib/main/browser/comments/comment-glyph-widget.d.ts.map +1 -1
- package/lib/main/browser/comments/comment-thread-widget.d.ts +0 -15
- package/lib/main/browser/comments/comment-thread-widget.d.ts.map +1 -1
- package/lib/main/browser/comments/comment-thread-widget.js +15 -15
- package/lib/main/browser/comments/comment-thread-widget.js.map +1 -1
- package/lib/main/browser/comments/comments-context-key-service.d.ts +1 -16
- package/lib/main/browser/comments/comments-context-key-service.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-context-key-service.js +18 -18
- package/lib/main/browser/comments/comments-context-key-service.js.map +1 -1
- package/lib/main/browser/comments/comments-contribution.d.ts +0 -15
- package/lib/main/browser/comments/comments-contribution.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-contribution.js +23 -23
- package/lib/main/browser/comments/comments-contribution.js.map +1 -1
- package/lib/main/browser/comments/comments-decorator.d.ts +0 -15
- package/lib/main/browser/comments/comments-decorator.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-decorator.js +16 -16
- package/lib/main/browser/comments/comments-decorator.js.map +1 -1
- package/lib/main/browser/comments/comments-main.d.ts +0 -15
- package/lib/main/browser/comments/comments-main.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-main.js +16 -16
- package/lib/main/browser/comments/comments-main.js.map +1 -1
- package/lib/main/browser/comments/comments-service.d.ts +0 -15
- package/lib/main/browser/comments/comments-service.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-service.js +16 -16
- package/lib/main/browser/comments/comments-service.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-contribution.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-contribution.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-contribution.js +17 -17
- package/lib/main/browser/custom-editors/custom-editor-contribution.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.js +18 -18
- package/lib/main/browser/custom-editors/custom-editor-opener.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-service.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-service.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-service.js +16 -16
- package/lib/main/browser/custom-editors/custom-editor-service.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.js +15 -15
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.js +18 -18
- package/lib/main/browser/custom-editors/custom-editor-widget.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.js +15 -15
- package/lib/main/browser/custom-editors/custom-editors-main.js.map +1 -1
- package/lib/main/browser/custom-editors/glob.js +15 -15
- package/lib/main/browser/custom-editors/glob.js.map +1 -1
- package/lib/main/browser/custom-editors/paths.d.ts +0 -15
- package/lib/main/browser/custom-editors/paths.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/paths.js +16 -16
- package/lib/main/browser/custom-editors/paths.js.map +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts +0 -15
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js +23 -23
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js.map +1 -1
- package/lib/main/browser/custom-editors/undo-redo-service.d.ts +0 -15
- package/lib/main/browser/custom-editors/undo-redo-service.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/undo-redo-service.js +16 -16
- package/lib/main/browser/custom-editors/undo-redo-service.js.map +1 -1
- package/lib/main/browser/debug/debug-main.d.ts +0 -15
- package/lib/main/browser/debug/debug-main.d.ts.map +1 -1
- package/lib/main/browser/debug/debug-main.js +15 -15
- package/lib/main/browser/debug/debug-main.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.js +15 -15
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-service.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.js +19 -19
- package/lib/main/browser/debug/plugin-debug-service.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js +19 -19
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.js +15 -15
- package/lib/main/browser/debug/plugin-debug-session-factory.js.map +1 -1
- package/lib/main/browser/decorations/decorations-main.d.ts +0 -15
- package/lib/main/browser/decorations/decorations-main.d.ts.map +1 -1
- package/lib/main/browser/decorations/decorations-main.js +15 -15
- package/lib/main/browser/decorations/decorations-main.js.map +1 -1
- package/lib/main/browser/dialogs/modal-notification.d.ts.map +1 -1
- package/lib/main/browser/dialogs/modal-notification.js +19 -19
- package/lib/main/browser/dialogs/modal-notification.js.map +1 -1
- package/lib/main/browser/dialogs-main.d.ts +0 -15
- package/lib/main/browser/dialogs-main.d.ts.map +1 -1
- package/lib/main/browser/dialogs-main.js +15 -15
- package/lib/main/browser/dialogs-main.js.map +1 -1
- package/lib/main/browser/documents-main.d.ts +0 -15
- package/lib/main/browser/documents-main.d.ts.map +1 -1
- package/lib/main/browser/documents-main.js +16 -16
- package/lib/main/browser/documents-main.js.map +1 -1
- package/lib/main/browser/editor/untitled-resource.d.ts +0 -15
- package/lib/main/browser/editor/untitled-resource.d.ts.map +1 -1
- package/lib/main/browser/editor/untitled-resource.js +17 -17
- package/lib/main/browser/editor/untitled-resource.js.map +1 -1
- package/lib/main/browser/editors-and-documents-main.d.ts +0 -15
- package/lib/main/browser/editors-and-documents-main.d.ts.map +1 -1
- package/lib/main/browser/editors-and-documents-main.js +15 -15
- package/lib/main/browser/editors-and-documents-main.js.map +1 -1
- package/lib/main/browser/env-main.d.ts +0 -15
- package/lib/main/browser/env-main.d.ts.map +1 -1
- package/lib/main/browser/env-main.js +15 -15
- package/lib/main/browser/env-main.js.map +1 -1
- package/lib/main/browser/file-system-main-impl.d.ts +0 -15
- package/lib/main/browser/file-system-main-impl.d.ts.map +1 -1
- package/lib/main/browser/file-system-main-impl.js +15 -15
- package/lib/main/browser/file-system-main-impl.js.map +1 -1
- package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts +0 -15
- package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js +17 -17
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js.map +1 -1
- package/lib/main/browser/label-service-main.d.ts +0 -15
- package/lib/main/browser/label-service-main.d.ts.map +1 -1
- package/lib/main/browser/label-service-main.js +15 -15
- package/lib/main/browser/label-service-main.js.map +1 -1
- package/lib/main/browser/languages-main.d.ts +1 -15
- package/lib/main/browser/languages-main.d.ts.map +1 -1
- package/lib/main/browser/languages-main.js +38 -30
- package/lib/main/browser/languages-main.js.map +1 -1
- package/lib/main/browser/main-context.d.ts +0 -15
- package/lib/main/browser/main-context.d.ts.map +1 -1
- package/lib/main/browser/main-context.js +3 -0
- package/lib/main/browser/main-context.js.map +1 -1
- package/lib/main/browser/main-file-system-event-service.d.ts +0 -15
- package/lib/main/browser/main-file-system-event-service.d.ts.map +1 -1
- package/lib/main/browser/main-file-system-event-service.js +15 -15
- package/lib/main/browser/main-file-system-event-service.js.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.d.ts +0 -15
- package/lib/main/browser/menus/menus-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.js +33 -33
- package/lib/main/browser/menus/menus-contribution-handler.js.map +1 -1
- package/lib/main/browser/message-registry-main.d.ts +0 -15
- package/lib/main/browser/message-registry-main.d.ts.map +1 -1
- package/lib/main/browser/message-registry-main.js +15 -15
- package/lib/main/browser/message-registry-main.js.map +1 -1
- package/lib/main/browser/notification-main.d.ts +0 -15
- package/lib/main/browser/notification-main.d.ts.map +1 -1
- package/lib/main/browser/notification-main.js +15 -15
- package/lib/main/browser/notification-main.js.map +1 -1
- package/lib/main/browser/output-channel-registry-main.d.ts +0 -15
- package/lib/main/browser/output-channel-registry-main.d.ts.map +1 -1
- package/lib/main/browser/output-channel-registry-main.js +17 -17
- package/lib/main/browser/output-channel-registry-main.js.map +1 -1
- package/lib/main/browser/plugin-authentication-service.d.ts +14 -0
- package/lib/main/browser/plugin-authentication-service.d.ts.map +1 -0
- package/lib/main/browser/plugin-authentication-service.js +81 -0
- package/lib/main/browser/plugin-authentication-service.js.map +1 -0
- package/lib/main/browser/plugin-contribution-handler.d.ts +1 -16
- package/lib/main/browser/plugin-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/plugin-contribution-handler.js +38 -38
- package/lib/main/browser/plugin-contribution-handler.js.map +1 -1
- package/lib/main/browser/plugin-ext-deploy-command.d.ts +0 -15
- package/lib/main/browser/plugin-ext-deploy-command.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-deploy-command.js +19 -19
- package/lib/main/browser/plugin-ext-deploy-command.js.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.d.ts +0 -15
- package/lib/main/browser/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.js +29 -25
- package/lib/main/browser/plugin-ext-frontend-module.js.map +1 -1
- package/lib/main/browser/plugin-ext-widget.d.ts +0 -15
- package/lib/main/browser/plugin-ext-widget.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-widget.js +21 -21
- package/lib/main/browser/plugin-ext-widget.js.map +1 -1
- package/lib/main/browser/plugin-frontend-contribution.d.ts +0 -15
- package/lib/main/browser/plugin-frontend-contribution.d.ts.map +1 -1
- package/lib/main/browser/plugin-frontend-contribution.js +18 -18
- package/lib/main/browser/plugin-frontend-contribution.js.map +1 -1
- package/lib/main/browser/plugin-frontend-view-contribution.d.ts +0 -15
- package/lib/main/browser/plugin-frontend-view-contribution.d.ts.map +1 -1
- package/lib/main/browser/plugin-frontend-view-contribution.js +16 -16
- package/lib/main/browser/plugin-frontend-view-contribution.js.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.d.ts +0 -15
- package/lib/main/browser/plugin-icon-theme-service.d.ts.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.js +26 -26
- package/lib/main/browser/plugin-icon-theme-service.js.map +1 -1
- package/lib/main/browser/plugin-shared-style.d.ts +0 -15
- package/lib/main/browser/plugin-shared-style.d.ts.map +1 -1
- package/lib/main/browser/plugin-shared-style.js +16 -16
- package/lib/main/browser/plugin-shared-style.js.map +1 -1
- package/lib/main/browser/plugin-storage.d.ts +0 -15
- package/lib/main/browser/plugin-storage.d.ts.map +1 -1
- package/lib/main/browser/plugin-storage.js +15 -15
- package/lib/main/browser/plugin-storage.js.map +1 -1
- package/lib/main/browser/preference-registry-main.d.ts +0 -15
- package/lib/main/browser/preference-registry-main.d.ts.map +1 -1
- package/lib/main/browser/preference-registry-main.js +15 -15
- package/lib/main/browser/preference-registry-main.js.map +1 -1
- package/lib/main/browser/quick-open-main.d.ts +0 -15
- package/lib/main/browser/quick-open-main.d.ts.map +1 -1
- package/lib/main/browser/quick-open-main.js +16 -16
- package/lib/main/browser/quick-open-main.js.map +1 -1
- package/lib/main/browser/scm-main.d.ts +0 -15
- package/lib/main/browser/scm-main.d.ts.map +1 -1
- package/lib/main/browser/scm-main.js +15 -15
- package/lib/main/browser/scm-main.js.map +1 -1
- package/lib/main/browser/secrets-main.d.ts +0 -15
- package/lib/main/browser/secrets-main.d.ts.map +1 -1
- package/lib/main/browser/secrets-main.js +15 -15
- package/lib/main/browser/secrets-main.js.map +1 -1
- package/lib/main/browser/selection-provider-command.d.ts +0 -15
- package/lib/main/browser/selection-provider-command.d.ts.map +1 -1
- package/lib/main/browser/selection-provider-command.js +18 -18
- package/lib/main/browser/selection-provider-command.js.map +1 -1
- package/lib/main/browser/status-bar-message-registry-main.d.ts +0 -15
- package/lib/main/browser/status-bar-message-registry-main.d.ts.map +1 -1
- package/lib/main/browser/tasks-main.d.ts +0 -15
- package/lib/main/browser/tasks-main.d.ts.map +1 -1
- package/lib/main/browser/tasks-main.js +15 -15
- package/lib/main/browser/tasks-main.js.map +1 -1
- package/lib/main/browser/terminal-main.d.ts +0 -15
- package/lib/main/browser/terminal-main.d.ts.map +1 -1
- package/lib/main/browser/terminal-main.js +15 -15
- package/lib/main/browser/terminal-main.js.map +1 -1
- package/lib/main/browser/text-editor-main.d.ts +0 -15
- package/lib/main/browser/text-editor-main.d.ts.map +1 -1
- package/lib/main/browser/text-editor-main.js +16 -16
- package/lib/main/browser/text-editor-main.js.map +1 -1
- package/lib/main/browser/text-editor-model-service.d.ts +0 -15
- package/lib/main/browser/text-editor-model-service.d.ts.map +1 -1
- package/lib/main/browser/text-editor-model-service.js +18 -18
- package/lib/main/browser/text-editor-model-service.js.map +1 -1
- package/lib/main/browser/text-editors-main.d.ts +0 -15
- package/lib/main/browser/text-editors-main.d.ts.map +1 -1
- package/lib/main/browser/text-editors-main.js +24 -24
- package/lib/main/browser/text-editors-main.js.map +1 -1
- package/lib/main/browser/theming-main.d.ts +0 -15
- package/lib/main/browser/theming-main.d.ts.map +1 -1
- package/lib/main/browser/theming-main.js +15 -15
- package/lib/main/browser/theming-main.js.map +1 -1
- package/lib/main/browser/timeline-main.d.ts +0 -15
- package/lib/main/browser/timeline-main.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts +0 -15
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js +18 -18
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.d.ts +8 -19
- package/lib/main/browser/view/plugin-view-registry.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.js +89 -33
- package/lib/main/browser/view/plugin-view-registry.js.map +1 -1
- package/lib/main/browser/view/plugin-view-widget.d.ts +0 -15
- package/lib/main/browser/view/plugin-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-widget.js +22 -22
- package/lib/main/browser/view/plugin-view-widget.js.map +1 -1
- package/lib/main/browser/view/tree-view-widget.d.ts +0 -17
- package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/tree-view-widget.js +31 -33
- package/lib/main/browser/view/tree-view-widget.js.map +1 -1
- package/lib/main/browser/view/tree-views-main.d.ts +0 -15
- package/lib/main/browser/view/tree-views-main.d.ts.map +1 -1
- package/lib/main/browser/view/tree-views-main.js +15 -15
- package/lib/main/browser/view/tree-views-main.js.map +1 -1
- package/lib/main/browser/view/view-context-key-service.d.ts +0 -15
- package/lib/main/browser/view/view-context-key-service.d.ts.map +1 -1
- package/lib/main/browser/view/view-context-key-service.js +18 -18
- package/lib/main/browser/view/view-context-key-service.js.map +1 -1
- package/lib/main/browser/view-column-service.d.ts +0 -15
- package/lib/main/browser/view-column-service.d.ts.map +1 -1
- package/lib/main/browser/view-column-service.js +19 -19
- package/lib/main/browser/view-column-service.js.map +1 -1
- package/lib/main/browser/webview/webview-environment.d.ts +0 -15
- package/lib/main/browser/webview/webview-environment.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-environment.js +18 -18
- package/lib/main/browser/webview/webview-environment.js.map +1 -1
- package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts +0 -15
- package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-frontend-security-warnings.js +19 -19
- package/lib/main/browser/webview/webview-frontend-security-warnings.js.map +1 -1
- package/lib/main/browser/webview/webview-preferences.d.ts +0 -15
- package/lib/main/browser/webview/webview-preferences.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-preferences.js +16 -16
- package/lib/main/browser/webview/webview-preferences.js.map +1 -1
- package/lib/main/browser/webview/webview-resource-cache.d.ts +0 -15
- package/lib/main/browser/webview/webview-resource-cache.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-resource-cache.js +16 -16
- package/lib/main/browser/webview/webview-resource-cache.js.map +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts +2 -17
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.js +20 -20
- package/lib/main/browser/webview/webview-theme-data-provider.js.map +1 -1
- package/lib/main/browser/webview/webview-widget-factory.d.ts +0 -15
- package/lib/main/browser/webview/webview-widget-factory.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-widget-factory.js +15 -15
- package/lib/main/browser/webview/webview-widget-factory.js.map +1 -1
- package/lib/main/browser/webview/webview.d.ts +0 -15
- package/lib/main/browser/webview/webview.d.ts.map +1 -1
- package/lib/main/browser/webview/webview.js +32 -32
- package/lib/main/browser/webview/webview.js.map +1 -1
- package/lib/main/browser/webview-views/webview-views-main.d.ts +31 -0
- package/lib/main/browser/webview-views/webview-views-main.d.ts.map +1 -0
- package/lib/main/browser/webview-views/webview-views-main.js +127 -0
- package/lib/main/browser/webview-views/webview-views-main.js.map +1 -0
- package/lib/main/browser/webview-views/webview-views.d.ts +15 -0
- package/lib/main/browser/webview-views/webview-views.d.ts.map +1 -0
- package/lib/main/browser/webview-views/webview-views.js +23 -0
- package/lib/main/browser/webview-views/webview-views.js.map +1 -0
- package/lib/main/browser/webviews-main.d.ts +0 -15
- package/lib/main/browser/webviews-main.d.ts.map +1 -1
- package/lib/main/browser/webviews-main.js +15 -15
- package/lib/main/browser/webviews-main.js.map +1 -1
- package/lib/main/browser/window-state-main.d.ts +0 -15
- package/lib/main/browser/window-state-main.d.ts.map +1 -1
- package/lib/main/browser/window-state-main.js +16 -16
- package/lib/main/browser/window-state-main.js.map +1 -1
- package/lib/main/browser/workspace-main.d.ts +2 -15
- package/lib/main/browser/workspace-main.d.ts.map +1 -1
- package/lib/main/browser/workspace-main.js +21 -16
- package/lib/main/browser/workspace-main.js.map +1 -1
- package/lib/main/common/plugin-paths-protocol.d.ts +0 -15
- package/lib/main/common/plugin-paths-protocol.d.ts.map +1 -1
- package/lib/main/common/plugin-paths-protocol.js +15 -15
- package/lib/main/common/plugin-paths-protocol.js.map +1 -1
- package/lib/main/common/plugin-theia-environment.d.ts +0 -15
- package/lib/main/common/plugin-theia-environment.d.ts.map +1 -1
- package/lib/main/common/plugin-theia-environment.js +17 -17
- package/lib/main/common/plugin-theia-environment.js.map +1 -1
- package/lib/main/common/webview-protocol.d.ts +0 -15
- package/lib/main/common/webview-protocol.d.ts.map +1 -1
- package/lib/main/common/webview-protocol.js +15 -15
- package/lib/main/common/webview-protocol.js.map +1 -1
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts +0 -15
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts.map +1 -1
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js +15 -15
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js.map +1 -1
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts +0 -15
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts.map +1 -1
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.js +15 -15
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts +0 -15
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts.map +1 -1
- package/lib/main/node/handlers/plugin-theia-directory-handler.js +16 -16
- package/lib/main/node/handlers/plugin-theia-directory-handler.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts +0 -15
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.js +18 -18
- package/lib/main/node/handlers/plugin-theia-file-handler.js.map +1 -1
- package/lib/main/node/paths/const.d.ts +0 -15
- package/lib/main/node/paths/const.d.ts.map +1 -1
- package/lib/main/node/paths/const.js +15 -15
- package/lib/main/node/paths/const.js.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.d.ts +0 -15
- package/lib/main/node/paths/plugin-paths-service.d.ts.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.js +22 -22
- package/lib/main/node/paths/plugin-paths-service.js.map +1 -1
- package/lib/main/node/plugin-cli-contribution.d.ts +0 -15
- package/lib/main/node/plugin-cli-contribution.d.ts.map +1 -1
- package/lib/main/node/plugin-cli-contribution.js +16 -16
- package/lib/main/node/plugin-cli-contribution.js.map +1 -1
- package/lib/main/node/plugin-deployer-contribution.d.ts +0 -15
- package/lib/main/node/plugin-deployer-contribution.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-contribution.js +18 -18
- package/lib/main/node/plugin-deployer-contribution.js.map +1 -1
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-entry-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-entry-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-entry-impl.js +15 -15
- package/lib/main/node/plugin-deployer-entry-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-file-handler-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-file-handler-context-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-impl.d.ts +3 -16
- package/lib/main/node/plugin-deployer-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-impl.js +39 -34
- package/lib/main/node/plugin-deployer-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js +16 -16
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-resolver-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-resolver-context-impl.js.map +1 -1
- package/lib/main/node/plugin-ext-backend-module.d.ts +0 -15
- package/lib/main/node/plugin-ext-backend-module.d.ts.map +1 -1
- package/lib/main/node/plugin-ext-backend-module.js +16 -16
- package/lib/main/node/plugin-ext-backend-module.js.map +1 -1
- package/lib/main/node/plugin-github-resolver.d.ts +0 -15
- package/lib/main/node/plugin-github-resolver.d.ts.map +1 -1
- package/lib/main/node/plugin-github-resolver.js +16 -16
- package/lib/main/node/plugin-github-resolver.js.map +1 -1
- package/lib/main/node/plugin-http-resolver.d.ts +0 -15
- package/lib/main/node/plugin-http-resolver.d.ts.map +1 -1
- package/lib/main/node/plugin-http-resolver.js +16 -16
- package/lib/main/node/plugin-http-resolver.js.map +1 -1
- package/lib/main/node/plugin-server-handler.d.ts +0 -15
- package/lib/main/node/plugin-server-handler.d.ts.map +1 -1
- package/lib/main/node/plugin-server-handler.js +18 -18
- package/lib/main/node/plugin-server-handler.js.map +1 -1
- package/lib/main/node/plugin-service.d.ts +0 -15
- package/lib/main/node/plugin-service.d.ts.map +1 -1
- package/lib/main/node/plugin-service.js +17 -17
- package/lib/main/node/plugin-service.js.map +1 -1
- package/lib/main/node/plugin-theia-deployer-participant.d.ts +0 -15
- package/lib/main/node/plugin-theia-deployer-participant.d.ts.map +1 -1
- package/lib/main/node/plugin-theia-deployer-participant.js +17 -17
- package/lib/main/node/plugin-theia-deployer-participant.js.map +1 -1
- package/lib/main/node/plugins-key-value-storage.d.ts +0 -15
- package/lib/main/node/plugins-key-value-storage.d.ts.map +1 -1
- package/lib/main/node/plugins-key-value-storage.js +19 -19
- package/lib/main/node/plugins-key-value-storage.js.map +1 -1
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/temp-dir-util.js +15 -15
- package/lib/main/node/temp-dir-util.js.map +1 -1
- package/lib/main/node/webview-backend-security-warnings.d.ts +0 -15
- package/lib/main/node/webview-backend-security-warnings.d.ts.map +1 -1
- package/lib/main/node/webview-backend-security-warnings.js +16 -16
- package/lib/main/node/webview-backend-security-warnings.js.map +1 -1
- package/lib/plugin/authentication-ext.d.ts +23 -23
- package/lib/plugin/authentication-ext.d.ts.map +1 -1
- package/lib/plugin/authentication-ext.js +43 -39
- package/lib/plugin/authentication-ext.js.map +1 -1
- package/lib/plugin/clipboard-ext.d.ts +0 -15
- package/lib/plugin/clipboard-ext.d.ts.map +1 -1
- package/lib/plugin/clipboard-ext.js +15 -15
- package/lib/plugin/clipboard-ext.js.map +1 -1
- package/lib/plugin/command-registry.d.ts +0 -15
- package/lib/plugin/command-registry.d.ts.map +1 -1
- package/lib/plugin/command-registry.js +15 -15
- package/lib/plugin/command-registry.js.map +1 -1
- package/lib/plugin/comments.d.ts +0 -15
- package/lib/plugin/comments.d.ts.map +1 -1
- package/lib/plugin/comments.js +21 -21
- package/lib/plugin/comments.js.map +1 -1
- package/lib/plugin/custom-editors.d.ts +0 -15
- package/lib/plugin/custom-editors.d.ts.map +1 -1
- package/lib/plugin/custom-editors.js +15 -15
- package/lib/plugin/custom-editors.js.map +1 -1
- package/lib/plugin/decorations.d.ts +0 -15
- package/lib/plugin/decorations.d.ts.map +1 -1
- package/lib/plugin/decorations.js +16 -16
- package/lib/plugin/decorations.js.map +1 -1
- package/lib/plugin/dialogs.js +15 -15
- package/lib/plugin/dialogs.js.map +1 -1
- package/lib/plugin/document-data.d.ts +0 -15
- package/lib/plugin/document-data.d.ts.map +1 -1
- package/lib/plugin/document-data.js +19 -19
- package/lib/plugin/document-data.js.map +1 -1
- package/lib/plugin/documents.d.ts +0 -15
- package/lib/plugin/documents.d.ts.map +1 -1
- package/lib/plugin/documents.js +16 -16
- package/lib/plugin/documents.js.map +1 -1
- package/lib/plugin/editors-and-documents.d.ts +0 -15
- package/lib/plugin/editors-and-documents.d.ts.map +1 -1
- package/lib/plugin/editors-and-documents.js +21 -21
- package/lib/plugin/editors-and-documents.js.map +1 -1
- package/lib/plugin/env.d.ts +0 -15
- package/lib/plugin/env.d.ts.map +1 -1
- package/lib/plugin/env.js +17 -17
- package/lib/plugin/env.js.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.d.ts +0 -15
- package/lib/plugin/file-system-event-service-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.js +17 -17
- package/lib/plugin/file-system-event-service-ext-impl.js.map +1 -1
- package/lib/plugin/file-system-ext-impl.d.ts +0 -15
- package/lib/plugin/file-system-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-ext-impl.js +16 -16
- package/lib/plugin/file-system-ext-impl.js.map +1 -1
- package/lib/plugin/known-commands.d.ts +0 -15
- package/lib/plugin/known-commands.d.ts.map +1 -1
- package/lib/plugin/known-commands.js +32 -31
- package/lib/plugin/known-commands.js.map +1 -1
- package/lib/plugin/known-commands.spec.d.ts +0 -15
- package/lib/plugin/known-commands.spec.d.ts.map +1 -1
- package/lib/plugin/known-commands.spec.js +16 -16
- package/lib/plugin/known-commands.spec.js.map +1 -1
- package/lib/plugin/label-service.d.ts +0 -15
- package/lib/plugin/label-service.d.ts.map +1 -1
- package/lib/plugin/label-service.js +15 -15
- package/lib/plugin/label-service.js.map +1 -1
- package/lib/plugin/languages/call-hierarchy.d.ts +0 -15
- package/lib/plugin/languages/call-hierarchy.d.ts.map +1 -1
- package/lib/plugin/languages/call-hierarchy.js +15 -15
- package/lib/plugin/languages/call-hierarchy.js.map +1 -1
- package/lib/plugin/languages/code-action.d.ts +7 -16
- package/lib/plugin/languages/code-action.d.ts.map +1 -1
- package/lib/plugin/languages/code-action.js +51 -17
- package/lib/plugin/languages/code-action.js.map +1 -1
- package/lib/plugin/languages/color.d.ts +0 -15
- package/lib/plugin/languages/color.d.ts.map +1 -1
- package/lib/plugin/languages/color.js +15 -15
- package/lib/plugin/languages/color.js.map +1 -1
- package/lib/plugin/languages/completion.d.ts +0 -15
- package/lib/plugin/languages/completion.d.ts.map +1 -1
- package/lib/plugin/languages/completion.js +15 -15
- package/lib/plugin/languages/completion.js.map +1 -1
- package/lib/plugin/languages/declaration.d.ts +0 -15
- package/lib/plugin/languages/declaration.d.ts.map +1 -1
- package/lib/plugin/languages/declaration.js +17 -17
- package/lib/plugin/languages/declaration.js.map +1 -1
- package/lib/plugin/languages/definition.d.ts +0 -15
- package/lib/plugin/languages/definition.d.ts.map +1 -1
- package/lib/plugin/languages/definition.js +17 -17
- package/lib/plugin/languages/definition.js.map +1 -1
- package/lib/plugin/languages/diagnostics.d.ts +0 -15
- package/lib/plugin/languages/diagnostics.d.ts.map +1 -1
- package/lib/plugin/languages/diagnostics.js +18 -18
- package/lib/plugin/languages/diagnostics.js.map +1 -1
- package/lib/plugin/languages/document-formatting.d.ts +0 -15
- package/lib/plugin/languages/document-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/document-formatting.js +15 -15
- package/lib/plugin/languages/document-formatting.js.map +1 -1
- package/lib/plugin/languages/document-highlight.d.ts +0 -15
- package/lib/plugin/languages/document-highlight.d.ts.map +1 -1
- package/lib/plugin/languages/document-highlight.js +15 -15
- package/lib/plugin/languages/document-highlight.js.map +1 -1
- package/lib/plugin/languages/folding.d.ts +0 -15
- package/lib/plugin/languages/folding.d.ts.map +1 -1
- package/lib/plugin/languages/folding.js +15 -15
- package/lib/plugin/languages/folding.js.map +1 -1
- package/lib/plugin/languages/hover.d.ts +0 -15
- package/lib/plugin/languages/hover.d.ts.map +1 -1
- package/lib/plugin/languages/hover.js +15 -15
- package/lib/plugin/languages/hover.js.map +1 -1
- package/lib/plugin/languages/implementation.d.ts +0 -15
- package/lib/plugin/languages/implementation.d.ts.map +1 -1
- package/lib/plugin/languages/implementation.js +17 -17
- package/lib/plugin/languages/implementation.js.map +1 -1
- package/lib/plugin/languages/lens.d.ts +0 -15
- package/lib/plugin/languages/lens.d.ts.map +1 -1
- package/lib/plugin/languages/lens.js +15 -15
- package/lib/plugin/languages/lens.js.map +1 -1
- package/lib/plugin/languages/link-provider.d.ts +0 -15
- package/lib/plugin/languages/link-provider.d.ts.map +1 -1
- package/lib/plugin/languages/link-provider.js +15 -15
- package/lib/plugin/languages/link-provider.js.map +1 -1
- package/lib/plugin/languages/on-type-formatting.d.ts +0 -15
- package/lib/plugin/languages/on-type-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/on-type-formatting.js +15 -15
- package/lib/plugin/languages/on-type-formatting.js.map +1 -1
- package/lib/plugin/languages/outline.d.ts +0 -15
- package/lib/plugin/languages/outline.d.ts.map +1 -1
- package/lib/plugin/languages/outline.js +15 -15
- package/lib/plugin/languages/outline.js.map +1 -1
- package/lib/plugin/languages/range-formatting.d.ts +0 -15
- package/lib/plugin/languages/range-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/range-formatting.js +15 -15
- package/lib/plugin/languages/range-formatting.js.map +1 -1
- package/lib/plugin/languages/reference.d.ts +0 -15
- package/lib/plugin/languages/reference.d.ts.map +1 -1
- package/lib/plugin/languages/reference.js +16 -16
- package/lib/plugin/languages/reference.js.map +1 -1
- package/lib/plugin/languages/rename.d.ts +0 -15
- package/lib/plugin/languages/rename.d.ts.map +1 -1
- package/lib/plugin/languages/rename.js +16 -16
- package/lib/plugin/languages/rename.js.map +1 -1
- package/lib/plugin/languages/selection-range.d.ts +0 -15
- package/lib/plugin/languages/selection-range.d.ts.map +1 -1
- package/lib/plugin/languages/selection-range.js +15 -15
- package/lib/plugin/languages/selection-range.js.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.d.ts +0 -15
- package/lib/plugin/languages/semantic-highlighting.d.ts.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.js +19 -19
- package/lib/plugin/languages/semantic-highlighting.js.map +1 -1
- package/lib/plugin/languages/signature.d.ts +0 -15
- package/lib/plugin/languages/signature.d.ts.map +1 -1
- package/lib/plugin/languages/signature.js +15 -15
- package/lib/plugin/languages/signature.js.map +1 -1
- package/lib/plugin/languages/type-definition.d.ts +0 -15
- package/lib/plugin/languages/type-definition.d.ts.map +1 -1
- package/lib/plugin/languages/type-definition.js +17 -17
- package/lib/plugin/languages/type-definition.js.map +1 -1
- package/lib/plugin/languages/util.d.ts +0 -15
- package/lib/plugin/languages/util.d.ts.map +1 -1
- package/lib/plugin/languages/util.js +15 -15
- package/lib/plugin/languages/util.js.map +1 -1
- package/lib/plugin/languages/workspace-symbol.d.ts +0 -15
- package/lib/plugin/languages/workspace-symbol.d.ts.map +1 -1
- package/lib/plugin/languages/workspace-symbol.js +15 -15
- package/lib/plugin/languages/workspace-symbol.js.map +1 -1
- package/lib/plugin/languages.d.ts +2 -15
- package/lib/plugin/languages.d.ts.map +1 -1
- package/lib/plugin/languages.js +23 -16
- package/lib/plugin/languages.js.map +1 -1
- package/lib/plugin/markdown-string.d.ts +0 -15
- package/lib/plugin/markdown-string.d.ts.map +1 -1
- package/lib/plugin/markdown-string.js +15 -15
- package/lib/plugin/markdown-string.js.map +1 -1
- package/lib/plugin/message-registry.d.ts +0 -15
- package/lib/plugin/message-registry.d.ts.map +1 -1
- package/lib/plugin/message-registry.js +15 -15
- package/lib/plugin/message-registry.js.map +1 -1
- package/lib/plugin/node/debug/debug.js +22 -22
- package/lib/plugin/node/debug/debug.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-session.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-session.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-session.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-session.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.d.ts +1 -16
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.js +19 -19
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.js.map +1 -1
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.d.ts +19 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.d.ts.map +1 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.js +45 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.js.map +1 -0
- package/lib/plugin/node/env-node-ext.d.ts +0 -15
- package/lib/plugin/node/env-node-ext.d.ts.map +1 -1
- package/lib/plugin/node/env-node-ext.js +17 -17
- package/lib/plugin/node/env-node-ext.js.map +1 -1
- package/lib/plugin/notification.d.ts +0 -15
- package/lib/plugin/notification.d.ts.map +1 -1
- package/lib/plugin/notification.js +15 -15
- package/lib/plugin/notification.js.map +1 -1
- package/lib/plugin/output-channel/output-channel-item.d.ts +0 -15
- package/lib/plugin/output-channel/output-channel-item.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.d.ts +0 -15
- package/lib/plugin/output-channel-registry.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.js +15 -15
- package/lib/plugin/output-channel-registry.js.map +1 -1
- package/lib/plugin/path.d.ts +0 -15
- package/lib/plugin/path.d.ts.map +1 -1
- package/lib/plugin/path.js +15 -15
- package/lib/plugin/path.js.map +1 -1
- package/lib/plugin/path.spec.d.ts +0 -15
- package/lib/plugin/path.spec.d.ts.map +1 -1
- package/lib/plugin/path.spec.js +18 -18
- package/lib/plugin/path.spec.js.map +1 -1
- package/lib/plugin/plugin-context.d.ts +0 -15
- package/lib/plugin/plugin-context.d.ts.map +1 -1
- package/lib/plugin/plugin-context.js +100 -48
- package/lib/plugin/plugin-context.js.map +1 -1
- package/lib/plugin/plugin-icon-path.d.ts +0 -15
- package/lib/plugin/plugin-icon-path.d.ts.map +1 -1
- package/lib/plugin/plugin-icon-path.js +15 -15
- package/lib/plugin/plugin-icon-path.js.map +1 -1
- package/lib/plugin/plugin-manager.d.ts +0 -15
- package/lib/plugin/plugin-manager.d.ts.map +1 -1
- package/lib/plugin/plugin-manager.js +26 -24
- package/lib/plugin/plugin-manager.js.map +1 -1
- package/lib/plugin/plugin-storage.d.ts +0 -15
- package/lib/plugin/plugin-storage.d.ts.map +1 -1
- package/lib/plugin/plugin-storage.js +15 -15
- package/lib/plugin/plugin-storage.js.map +1 -1
- package/lib/plugin/preference-registry.d.ts +0 -15
- package/lib/plugin/preference-registry.d.ts.map +1 -1
- package/lib/plugin/preference-registry.js +18 -18
- package/lib/plugin/preference-registry.js.map +1 -1
- package/lib/plugin/preference-registry.spec.d.ts +0 -15
- package/lib/plugin/preference-registry.spec.d.ts.map +1 -1
- package/lib/plugin/preference-registry.spec.js +15 -15
- package/lib/plugin/preference-registry.spec.js.map +1 -1
- package/lib/plugin/preferences/configuration.d.ts +0 -15
- package/lib/plugin/preferences/configuration.d.ts.map +1 -1
- package/lib/plugin/preferences/configuration.js +16 -16
- package/lib/plugin/preferences/configuration.js.map +1 -1
- package/lib/plugin/preferences/configuration.spec.d.ts +0 -15
- package/lib/plugin/preferences/configuration.spec.d.ts.map +1 -1
- package/lib/plugin/preferences/configuration.spec.js +15 -15
- package/lib/plugin/preferences/configuration.spec.js.map +1 -1
- package/lib/plugin/prefix-sum-computer.d.ts +0 -15
- package/lib/plugin/prefix-sum-computer.d.ts.map +1 -1
- package/lib/plugin/prefix-sum-computer.js +15 -15
- package/lib/plugin/prefix-sum-computer.js.map +1 -1
- package/lib/plugin/quick-open.d.ts +0 -15
- package/lib/plugin/quick-open.d.ts.map +1 -1
- package/lib/plugin/quick-open.js +16 -16
- package/lib/plugin/quick-open.js.map +1 -1
- package/lib/plugin/scm.d.ts +0 -15
- package/lib/plugin/scm.d.ts.map +1 -1
- package/lib/plugin/scm.js +16 -18
- package/lib/plugin/scm.js.map +1 -1
- package/lib/plugin/secrets-ext.d.ts +0 -15
- package/lib/plugin/secrets-ext.d.ts.map +1 -1
- package/lib/plugin/secrets-ext.js +15 -15
- package/lib/plugin/secrets-ext.js.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.d.ts +3 -17
- package/lib/plugin/status-bar/status-bar-item.d.ts.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.js +5 -2
- package/lib/plugin/status-bar/status-bar-item.js.map +1 -1
- package/lib/plugin/status-bar-message-registry.d.ts +1 -16
- package/lib/plugin/status-bar-message-registry.d.ts.map +1 -1
- package/lib/plugin/status-bar-message-registry.js +17 -17
- package/lib/plugin/status-bar-message-registry.js.map +1 -1
- package/lib/plugin/tasks/task-provider.d.ts +0 -15
- package/lib/plugin/tasks/task-provider.d.ts.map +1 -1
- package/lib/plugin/tasks/task-provider.js +15 -15
- package/lib/plugin/tasks/task-provider.js.map +1 -1
- package/lib/plugin/tasks/tasks.d.ts +0 -15
- package/lib/plugin/tasks/tasks.d.ts.map +1 -1
- package/lib/plugin/tasks/tasks.js +15 -15
- package/lib/plugin/tasks/tasks.js.map +1 -1
- package/lib/plugin/terminal-ext.d.ts.map +1 -1
- package/lib/plugin/terminal-ext.js +17 -16
- package/lib/plugin/terminal-ext.js.map +1 -1
- package/lib/plugin/text-editor.d.ts +0 -15
- package/lib/plugin/text-editor.d.ts.map +1 -1
- package/lib/plugin/text-editor.js +10 -10
- package/lib/plugin/text-editor.js.map +1 -1
- package/lib/plugin/text-editors.d.ts +0 -15
- package/lib/plugin/text-editors.d.ts.map +1 -1
- package/lib/plugin/text-editors.js +15 -15
- package/lib/plugin/text-editors.js.map +1 -1
- package/lib/plugin/theming.d.ts +0 -15
- package/lib/plugin/theming.d.ts.map +1 -1
- package/lib/plugin/theming.js +15 -15
- package/lib/plugin/theming.js.map +1 -1
- package/lib/plugin/timeline.d.ts +0 -15
- package/lib/plugin/timeline.d.ts.map +1 -1
- package/lib/plugin/timeline.js +15 -15
- package/lib/plugin/timeline.js.map +1 -1
- package/lib/plugin/tree/tree-views.d.ts +0 -15
- package/lib/plugin/tree/tree-views.d.ts.map +1 -1
- package/lib/plugin/tree/tree-views.js +15 -15
- package/lib/plugin/tree/tree-views.js.map +1 -1
- package/lib/plugin/type-converters.d.ts +0 -15
- package/lib/plugin/type-converters.d.ts.map +1 -1
- package/lib/plugin/type-converters.js +21 -20
- package/lib/plugin/type-converters.js.map +1 -1
- package/lib/plugin/type-converters.spec.d.ts +0 -15
- package/lib/plugin/type-converters.spec.d.ts.map +1 -1
- package/lib/plugin/type-converters.spec.js +20 -20
- package/lib/plugin/type-converters.spec.js.map +1 -1
- package/lib/plugin/types-impl.d.ts +0 -15
- package/lib/plugin/types-impl.d.ts.map +1 -1
- package/lib/plugin/types-impl.js +49 -47
- package/lib/plugin/types-impl.js.map +1 -1
- package/lib/plugin/types-impl.spec.d.ts +0 -15
- package/lib/plugin/types-impl.spec.d.ts.map +1 -1
- package/lib/plugin/types-impl.spec.js +15 -15
- package/lib/plugin/types-impl.spec.js.map +1 -1
- package/lib/plugin/webview-views.d.ts +53 -0
- package/lib/plugin/webview-views.d.ts.map +1 -0
- package/lib/plugin/webview-views.js +145 -0
- package/lib/plugin/webview-views.js.map +1 -0
- package/lib/plugin/webviews.d.ts +6 -15
- package/lib/plugin/webviews.d.ts.map +1 -1
- package/lib/plugin/webviews.js +44 -21
- package/lib/plugin/webviews.js.map +1 -1
- package/lib/plugin/window-state.d.ts +0 -15
- package/lib/plugin/window-state.d.ts.map +1 -1
- package/lib/plugin/window-state.js +15 -15
- package/lib/plugin/window-state.js.map +1 -1
- package/lib/plugin/word-helper.d.ts +0 -15
- package/lib/plugin/word-helper.d.ts.map +1 -1
- package/lib/plugin/word-helper.js +15 -15
- package/lib/plugin/word-helper.js.map +1 -1
- package/lib/plugin/workspace.d.ts +6 -15
- package/lib/plugin/workspace.d.ts.map +1 -1
- package/lib/plugin/workspace.js +36 -18
- package/lib/plugin/workspace.js.map +1 -1
- package/lib/plugin-ext-backend-electron-module.d.ts +0 -15
- package/lib/plugin-ext-backend-electron-module.d.ts.map +1 -1
- package/lib/plugin-ext-backend-electron-module.js +17 -17
- package/lib/plugin-ext-backend-electron-module.js.map +1 -1
- package/lib/plugin-ext-backend-module.d.ts +0 -15
- package/lib/plugin-ext-backend-module.d.ts.map +1 -1
- package/lib/plugin-ext-backend-module.js +17 -17
- package/lib/plugin-ext-backend-module.js.map +1 -1
- package/lib/plugin-ext-frontend-electron-module.d.ts +0 -15
- package/lib/plugin-ext-frontend-electron-module.d.ts.map +1 -1
- package/lib/plugin-ext-frontend-electron-module.js +15 -15
- package/lib/plugin-ext-frontend-electron-module.js.map +1 -1
- package/lib/plugin-ext-frontend-module.d.ts +0 -15
- package/lib/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/plugin-ext-frontend-module.js +15 -15
- package/lib/plugin-ext-frontend-module.js.map +1 -1
- package/package.json +23 -23
- package/src/common/arrays.ts +15 -15
- package/src/common/assert.ts +15 -15
- package/src/common/character-classifier.ts +15 -15
- package/src/common/connection.ts +15 -15
- package/src/common/disposable-util.ts +15 -15
- package/src/common/editor-options.ts +15 -15
- package/src/common/env.ts +15 -15
- package/src/common/errors.ts +15 -15
- package/src/common/id-generator.ts +15 -15
- package/src/common/index.ts +15 -15
- package/src/common/link-computer.ts +15 -15
- package/src/common/object-identifier.ts +15 -15
- package/src/common/paths-util.ts +15 -15
- package/src/common/plugin-api-rpc-model.ts +28 -32
- package/src/common/plugin-api-rpc.ts +61 -29
- package/src/common/plugin-ext-api-contribution.ts +15 -15
- package/src/common/plugin-protocol.ts +24 -15
- package/src/common/rpc-protocol.ts +15 -15
- package/src/common/semantic-tokens-dto.ts +15 -15
- package/src/common/types.ts +15 -15
- package/src/common/uint.ts +15 -15
- package/src/common/uri-components.ts +15 -15
- package/src/hosted/browser/hosted-plugin-watcher.ts +15 -15
- package/src/hosted/browser/hosted-plugin.ts +35 -55
- package/src/hosted/browser/plugin-worker.ts +15 -15
- package/src/hosted/browser/worker/debug-stub.ts +15 -15
- package/src/hosted/browser/worker/plugin-manifest-loader.ts +15 -15
- package/src/hosted/browser/worker/worker-env-ext.ts +15 -15
- package/src/hosted/browser/worker/worker-main.ts +29 -16
- package/src/hosted/node/hosted-plugin-cli-contribution.ts +15 -15
- package/src/hosted/node/hosted-plugin-deployer-handler.ts +38 -18
- package/src/hosted/node/hosted-plugin-localization-service.ts +15 -15
- package/src/hosted/node/hosted-plugin-process.ts +15 -15
- package/src/hosted/node/hosted-plugin.ts +15 -15
- package/src/hosted/node/metadata-scanner.ts +15 -15
- package/src/hosted/node/plugin-ext-hosted-backend-module.ts +15 -15
- package/src/hosted/node/plugin-host-rpc.ts +15 -15
- package/src/hosted/node/plugin-host.ts +15 -15
- package/src/hosted/node/plugin-manifest-loader.ts +15 -15
- package/src/hosted/node/plugin-reader.ts +17 -16
- package/src/hosted/node/plugin-service.ts +15 -15
- package/src/hosted/node/scanners/backend-init-theia.ts +15 -15
- package/src/hosted/node/scanners/file-plugin-uri-factory.ts +15 -15
- package/src/hosted/node/scanners/grammars-reader.ts +15 -15
- package/src/hosted/node/scanners/plugin-uri-factory.ts +15 -15
- package/src/hosted/node/scanners/scanner-theia.ts +19 -16
- package/src/hosted/node-electron/plugin-ext-hosted-electron-backend-module.ts +15 -15
- package/src/hosted/node-electron/scanner-theia-electron.ts +16 -16
- package/src/main/browser/authentication-main.ts +152 -96
- package/src/main/browser/callhierarchy/callhierarchy-type-converters.ts +15 -15
- package/src/main/browser/clipboard-main.ts +15 -15
- package/src/main/browser/command-registry-main.ts +15 -15
- package/src/main/browser/commands.ts +15 -15
- package/src/main/browser/comments/comment-glyph-widget.ts +15 -15
- package/src/main/browser/comments/comment-thread-widget.tsx +27 -27
- package/src/main/browser/comments/comments-context-key-service.ts +15 -15
- package/src/main/browser/comments/comments-contribution.ts +15 -15
- package/src/main/browser/comments/comments-decorator.ts +15 -15
- package/src/main/browser/comments/comments-main.ts +15 -15
- package/src/main/browser/comments/comments-service.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-contribution.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-opener.tsx +15 -15
- package/src/main/browser/custom-editors/custom-editor-service.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-widget-factory.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-widget.ts +20 -20
- package/src/main/browser/custom-editors/custom-editors-main.ts +15 -15
- package/src/main/browser/custom-editors/glob.ts +15 -15
- package/src/main/browser/custom-editors/paths.ts +15 -15
- package/src/main/browser/custom-editors/plugin-custom-editor-registry.ts +15 -15
- package/src/main/browser/custom-editors/undo-redo-service.ts +15 -15
- package/src/main/browser/debug/debug-main.ts +15 -15
- package/src/main/browser/debug/plugin-debug-adapter-contribution.ts +15 -15
- package/src/main/browser/debug/plugin-debug-service.ts +15 -15
- package/src/main/browser/debug/plugin-debug-session-contribution-registry.ts +15 -15
- package/src/main/browser/debug/plugin-debug-session-factory.ts +37 -37
- package/src/main/browser/decorations/decorations-main.ts +15 -15
- package/src/main/browser/dialogs/modal-notification.ts +16 -16
- package/src/main/browser/dialogs-main.ts +15 -15
- package/src/main/browser/documents-main.ts +15 -15
- package/src/main/browser/editor/untitled-resource.ts +15 -15
- package/src/main/browser/editors-and-documents-main.ts +15 -15
- package/src/main/browser/env-main.ts +15 -15
- package/src/main/browser/file-system-main-impl.ts +15 -15
- package/src/main/browser/keybindings/keybindings-contribution-handler.ts +15 -15
- package/src/main/browser/label-service-main.ts +15 -15
- package/src/main/browser/languages-main.ts +28 -18
- package/src/main/browser/main-context.ts +19 -15
- package/src/main/browser/main-file-system-event-service.ts +15 -15
- package/src/main/browser/menus/menus-contribution-handler.ts +21 -21
- package/src/main/browser/message-registry-main.ts +15 -15
- package/src/main/browser/notification-main.ts +15 -15
- package/src/main/browser/output-channel-registry-main.ts +15 -15
- package/src/main/browser/plugin-authentication-service.ts +71 -0
- package/src/main/browser/plugin-contribution-handler.ts +15 -15
- package/src/main/browser/plugin-ext-deploy-command.ts +15 -15
- package/src/main/browser/plugin-ext-frontend-module.ts +28 -23
- package/src/main/browser/plugin-ext-widget.tsx +16 -16
- package/src/main/browser/plugin-frontend-contribution.ts +15 -15
- package/src/main/browser/plugin-frontend-view-contribution.ts +15 -15
- package/src/main/browser/plugin-icon-theme-service.ts +15 -15
- package/src/main/browser/plugin-shared-style.ts +15 -15
- package/src/main/browser/plugin-storage.ts +15 -15
- package/src/main/browser/preference-registry-main.ts +15 -15
- package/src/main/browser/quick-open-main.ts +15 -15
- package/src/main/browser/scm-main.ts +15 -15
- package/src/main/browser/secrets-main.ts +15 -15
- package/src/main/browser/selection-provider-command.ts +15 -15
- package/src/main/browser/status-bar-message-registry-main.ts +15 -15
- package/src/main/browser/tasks-main.ts +15 -15
- package/src/main/browser/terminal-main.ts +15 -15
- package/src/main/browser/text-editor-main.ts +15 -15
- package/src/main/browser/text-editor-model-service.ts +15 -15
- package/src/main/browser/text-editors-main.ts +15 -15
- package/src/main/browser/theming-main.ts +15 -15
- package/src/main/browser/timeline-main.ts +15 -15
- package/src/main/browser/view/plugin-tree-view-node-label-provider.ts +15 -15
- package/src/main/browser/view/plugin-view-registry.ts +88 -20
- package/src/main/browser/view/plugin-view-widget.ts +19 -19
- package/src/main/browser/view/tree-view-widget.tsx +29 -32
- package/src/main/browser/view/tree-views-main.ts +15 -15
- package/src/main/browser/view/view-context-key-service.ts +15 -15
- package/src/main/browser/view-column-service.ts +16 -16
- package/src/main/browser/webview/pre/host.js +15 -15
- package/src/main/browser/webview/pre/main.js +15 -15
- package/src/main/browser/webview/pre/service-worker.js +15 -15
- package/src/main/browser/webview/webview-environment.ts +15 -15
- package/src/main/browser/webview/webview-frontend-security-warnings.ts +15 -15
- package/src/main/browser/webview/webview-preferences.ts +15 -15
- package/src/main/browser/webview/webview-resource-cache.ts +15 -15
- package/src/main/browser/webview/webview-theme-data-provider.ts +15 -15
- package/src/main/browser/webview/webview-widget-factory.ts +15 -15
- package/src/main/browser/webview/webview.ts +20 -20
- package/src/main/browser/webview-views/webview-views-main.ts +142 -0
- package/src/main/browser/webview-views/webview-views.ts +38 -0
- package/src/main/browser/webviews-main.ts +15 -15
- package/src/main/browser/window-state-main.ts +15 -15
- package/src/main/browser/workspace-main.ts +24 -16
- package/src/main/common/plugin-paths-protocol.ts +15 -15
- package/src/main/common/plugin-theia-environment.ts +15 -15
- package/src/main/common/webview-protocol.ts +15 -15
- package/src/main/electron-browser/plugin-ext-frontend-electron-module.ts +15 -15
- package/src/main/electron-browser/webview/electron-webview-widget-factory.ts +19 -19
- package/src/main/node/handlers/plugin-theia-directory-handler.ts +15 -15
- package/src/main/node/handlers/plugin-theia-file-handler.ts +15 -15
- package/src/main/node/paths/const.ts +15 -15
- package/src/main/node/paths/plugin-paths-service.ts +16 -16
- package/src/main/node/plugin-cli-contribution.ts +15 -15
- package/src/main/node/plugin-deployer-contribution.ts +15 -15
- package/src/main/node/plugin-deployer-directory-handler-context-impl.ts +15 -15
- package/src/main/node/plugin-deployer-entry-impl.ts +15 -15
- package/src/main/node/plugin-deployer-file-handler-context-impl.ts +15 -15
- package/src/main/node/plugin-deployer-impl.ts +26 -22
- package/src/main/node/plugin-deployer-proxy-entry-impl.ts +15 -15
- package/src/main/node/plugin-deployer-resolver-context-impl.ts +15 -15
- package/src/main/node/plugin-ext-backend-module.ts +15 -15
- package/src/main/node/plugin-github-resolver.ts +15 -15
- package/src/main/node/plugin-http-resolver.ts +15 -15
- package/src/main/node/plugin-server-handler.ts +15 -15
- package/src/main/node/plugin-service.ts +15 -15
- package/src/main/node/plugin-theia-deployer-participant.ts +15 -15
- package/src/main/node/plugins-key-value-storage.ts +15 -15
- package/src/main/node/resolvers/local-directory-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/resolvers/local-file-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/resolvers/local-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/temp-dir-util.ts +15 -15
- package/src/main/node/webview-backend-security-warnings.ts +15 -15
- package/src/plugin/authentication-ext.ts +57 -47
- package/src/plugin/clipboard-ext.ts +15 -15
- package/src/plugin/command-registry.ts +15 -15
- package/src/plugin/comments.ts +15 -15
- package/src/plugin/custom-editors.ts +15 -15
- package/src/plugin/decorations.ts +15 -15
- package/src/plugin/dialogs.ts +15 -15
- package/src/plugin/document-data.ts +15 -15
- package/src/plugin/documents.ts +15 -15
- package/src/plugin/editors-and-documents.ts +15 -15
- package/src/plugin/env.ts +15 -15
- package/src/plugin/file-system-event-service-ext-impl.ts +15 -15
- package/src/plugin/file-system-ext-impl.ts +15 -15
- package/src/plugin/known-commands.spec.ts +15 -15
- package/src/plugin/known-commands.ts +15 -15
- package/src/plugin/label-service.ts +15 -15
- package/src/plugin/languages/call-hierarchy.ts +15 -15
- package/src/plugin/languages/code-action.ts +61 -18
- package/src/plugin/languages/color.ts +15 -15
- package/src/plugin/languages/completion.ts +15 -15
- package/src/plugin/languages/declaration.ts +15 -15
- package/src/plugin/languages/definition.ts +15 -15
- package/src/plugin/languages/diagnostics.ts +15 -15
- package/src/plugin/languages/document-formatting.ts +15 -15
- package/src/plugin/languages/document-highlight.ts +15 -15
- package/src/plugin/languages/folding.ts +15 -15
- package/src/plugin/languages/hover.ts +15 -15
- package/src/plugin/languages/implementation.ts +15 -15
- package/src/plugin/languages/lens.ts +15 -15
- package/src/plugin/languages/link-provider.ts +15 -15
- package/src/plugin/languages/on-type-formatting.ts +15 -15
- package/src/plugin/languages/outline.ts +15 -15
- package/src/plugin/languages/range-formatting.ts +15 -15
- package/src/plugin/languages/reference.ts +15 -15
- package/src/plugin/languages/rename.ts +15 -15
- package/src/plugin/languages/selection-range.ts +15 -15
- package/src/plugin/languages/semantic-highlighting.ts +15 -15
- package/src/plugin/languages/signature.ts +15 -15
- package/src/plugin/languages/type-definition.ts +15 -15
- package/src/plugin/languages/util.ts +15 -15
- package/src/plugin/languages/workspace-symbol.ts +15 -15
- package/src/plugin/languages.ts +24 -15
- package/src/plugin/markdown-string.ts +15 -15
- package/src/plugin/message-registry.ts +15 -15
- package/src/plugin/node/debug/debug.ts +15 -15
- package/src/plugin/node/debug/plugin-debug-adapter-executable-resolver.ts +15 -15
- package/src/plugin/node/debug/plugin-debug-adapter-session.ts +22 -22
- package/src/plugin/node/debug/plugin-debug-adapter-starter.ts +16 -16
- package/src/plugin/node/debug/plugin-debug-adapter-tracker.ts +15 -15
- package/src/plugin/node/debug/plugin-inline-debug-adapter.ts +47 -0
- package/src/plugin/node/env-node-ext.ts +16 -16
- package/src/plugin/notification.ts +15 -15
- package/src/plugin/output-channel/output-channel-item.ts +15 -15
- package/src/plugin/output-channel-registry.ts +15 -15
- package/src/plugin/path.spec.ts +15 -15
- package/src/plugin/path.ts +15 -15
- package/src/plugin/plugin-context.ts +88 -25
- package/src/plugin/plugin-icon-path.ts +15 -15
- package/src/plugin/plugin-manager.ts +21 -19
- package/src/plugin/plugin-storage.ts +15 -15
- package/src/plugin/preference-registry.spec.ts +15 -15
- package/src/plugin/preference-registry.ts +15 -15
- package/src/plugin/preferences/configuration.spec.ts +15 -15
- package/src/plugin/preferences/configuration.ts +15 -15
- package/src/plugin/prefix-sum-computer.ts +15 -15
- package/src/plugin/quick-open.ts +28 -26
- package/src/plugin/scm.ts +15 -15
- package/src/plugin/secrets-ext.ts +15 -15
- package/src/plugin/status-bar/status-bar-item.ts +23 -17
- package/src/plugin/status-bar-message-registry.ts +18 -17
- package/src/plugin/tasks/task-provider.ts +15 -15
- package/src/plugin/tasks/tasks.ts +15 -15
- package/src/plugin/terminal-ext.ts +17 -16
- package/src/plugin/text-editor.ts +15 -15
- package/src/plugin/text-editors.ts +15 -15
- package/src/plugin/theming.ts +15 -15
- package/src/plugin/timeline.ts +15 -15
- package/src/plugin/tree/tree-views.ts +15 -15
- package/src/plugin/type-converters.spec.ts +15 -15
- package/src/plugin/type-converters.ts +15 -15
- package/src/plugin/types-impl.spec.ts +15 -15
- package/src/plugin/types-impl.ts +23 -23
- package/src/plugin/webview-views.ts +213 -0
- package/src/plugin/webviews.ts +45 -15
- package/src/plugin/window-state.ts +15 -15
- package/src/plugin/word-helper.ts +15 -15
- package/src/plugin/workspace.ts +38 -15
- package/src/plugin-ext-backend-electron-module.ts +15 -15
- package/src/plugin-ext-backend-module.ts +15 -15
- package/src/plugin-ext-frontend-electron-module.ts +15 -15
- package/src/plugin-ext-frontend-module.ts +15 -15
- package/src/typings/index.d.ts +15 -15
- package/src/typings/monaco/index.d.ts +15 -15
|
@@ -1,18 +1,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
|
import { ContextKey, ContextKeyService } from '@theia/core/lib/browser/context-key-service';
|
|
17
2
|
export declare class ViewContextKeyService {
|
|
18
3
|
protected _view: ContextKey<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-context-key-service.d.ts","sourceRoot":"","sources":["../../../../src/main/browser/view/view-context-key-service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"view-context-key-service.d.ts","sourceRoot":"","sources":["../../../../src/main/browser/view/view-context-key-service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAE5F,qBACa,qBAAqB;IAE9B,SAAS,CAAC,KAAK,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACpC,IAAI,IAAI,IAAI,UAAU,CAAC,MAAM,CAAC,CAE7B;IAED,SAAS,CAAC,SAAS,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACxC,IAAI,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,CAEjC;IAED,SAAS,CAAC,cAAc,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,IAAI,aAAa,IAAI,UAAU,CAAC,MAAM,CAAC,CAEtC;IAED,SAAS,CAAC,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,IAAI,WAAW,IAAI,UAAU,CAAC,MAAM,CAAC,CAEpC;IAED,SAAS,CAAC,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IAC3C,IAAI,WAAW,IAAI,UAAU,CAAC,MAAM,CAAC,CAEpC;IAGD,SAAS,CAAC,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB,CAAC;IAGxD,SAAS,CAAC,IAAI,IAAI,IAAI;IAQtB,KAAK,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO;CAGjD"}
|
|
@@ -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
|
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);
|
|
@@ -69,17 +69,17 @@ let ViewContextKeyService = class ViewContextKeyService {
|
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
71
|
__decorate([
|
|
72
|
-
inversify_1.inject(context_key_service_1.ContextKeyService),
|
|
72
|
+
(0, inversify_1.inject)(context_key_service_1.ContextKeyService),
|
|
73
73
|
__metadata("design:type", Object)
|
|
74
74
|
], ViewContextKeyService.prototype, "contextKeyService", void 0);
|
|
75
75
|
__decorate([
|
|
76
|
-
inversify_1.postConstruct(),
|
|
76
|
+
(0, inversify_1.postConstruct)(),
|
|
77
77
|
__metadata("design:type", Function),
|
|
78
78
|
__metadata("design:paramtypes", []),
|
|
79
79
|
__metadata("design:returntype", void 0)
|
|
80
80
|
], ViewContextKeyService.prototype, "init", null);
|
|
81
81
|
ViewContextKeyService = __decorate([
|
|
82
|
-
inversify_1.injectable()
|
|
82
|
+
(0, inversify_1.injectable)()
|
|
83
83
|
], ViewContextKeyService);
|
|
84
84
|
exports.ViewContextKeyService = ViewContextKeyService;
|
|
85
85
|
//# sourceMappingURL=view-context-key-service.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-context-key-service.js","sourceRoot":"","sources":["../../../../src/main/browser/view/view-context-key-service.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"view-context-key-service.js","sourceRoot":"","sources":["../../../../src/main/browser/view/view-context-key-service.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,4DAAiF;AACjF,qFAA4F;AAG5F,IAAa,qBAAqB,GAAlC,MAAa,qBAAqB;IAG9B,IAAI,IAAI;QACJ,OAAO,IAAI,CAAC,KAAK,CAAC;IACtB,CAAC;IAGD,IAAI,QAAQ;QACR,OAAO,IAAI,CAAC,SAAS,CAAC;IAC1B,CAAC;IAGD;;;;;;OAMG;IACH,IAAI,aAAa;QACb,OAAO,IAAI,CAAC,cAAc,CAAC;IAC/B,CAAC;IAGD;;;;;;OAMG;IACH,IAAI,WAAW;QACX,OAAO,IAAI,CAAC,YAAY,CAAC;IAC7B,CAAC;IAGD,IAAI,WAAW;QACX,OAAO,IAAI,CAAC,YAAY,CAAC;IAC7B,CAAC;IAMS,IAAI;QACV,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC;QAC1D,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;QAClE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC;QAC5E,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,aAAa,EAAE,EAAE,CAAC,CAAC;QACxE,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,aAAa,EAAE,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED,KAAK,CAAC,UAA8B;QAChC,OAAO,CAAC,UAAU,IAAI,IAAI,CAAC,iBAAiB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;IACnE,CAAC;CACJ,CAAA;AAdG;IADC,IAAA,kBAAM,EAAC,uCAAiB,CAAC;;gEAC8B;AAGxD;IADC,IAAA,yBAAa,GAAE;;;;iDAOf;AAnDQ,qBAAqB;IADjC,IAAA,sBAAU,GAAE;GACA,qBAAqB,CAwDjC;AAxDY,sDAAqB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2019 Red Hat, Inc. and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
import { Emitter, Event } from '@theia/core/lib/common/event';
|
|
17
2
|
import { ApplicationShell } from '@theia/core/lib/browser/shell/application-shell';
|
|
18
3
|
import { TabBar, Widget } from '@theia/core/shared/@phosphor/widgets';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-column-service.d.ts","sourceRoot":"","sources":["../../../src/main/browser/view-column-service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"view-column-service.d.ts","sourceRoot":"","sources":["../../../src/main/browser/view-column-service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iDAAiD,CAAC;AAEnF,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAEtE,qBACa,iBAAiB;IAOI,OAAO,CAAC,QAAQ,CAAC,KAAK;IANpD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAA6B;IAC1D,OAAO,CAAC,QAAQ,CAAC,aAAa,CAA+B;IAE7D,SAAS,CAAC,QAAQ,CAAC,0BAA0B;YAAqB,MAAM;oBAAc,MAAM;OAAM;gBAGnD,KAAK,EAAE,gBAAgB;IAmBtE,IAAI,mBAAmB,IAAI,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAA;KAAE,CAAC,CAEnE;IAED,iBAAiB,IAAI,IAAI;IA8CzB,SAAS,CAAC,aAAa,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI;IAUzE,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE;IAI9C,aAAa,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAI7C,aAAa,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO;IAIlC,eAAe,IAAI,MAAM;CAG5B"}
|
|
@@ -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 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);
|
|
@@ -40,7 +40,7 @@ let ViewColumnService = class ViewColumnService {
|
|
|
40
40
|
this.onViewColumnChangedEmitter = new event_1.Emitter();
|
|
41
41
|
let oldColumnValues = new Map();
|
|
42
42
|
const update = async () => {
|
|
43
|
-
await new Promise((resolve => setTimeout(
|
|
43
|
+
await new Promise((resolve => setTimeout(resolve)));
|
|
44
44
|
this.updateViewColumns();
|
|
45
45
|
this.viewColumnIds.forEach((ids, viewColumn) => {
|
|
46
46
|
ids.forEach((id) => {
|
|
@@ -62,7 +62,7 @@ let ViewColumnService = class ViewColumnService {
|
|
|
62
62
|
this.viewColumnIds.clear();
|
|
63
63
|
const rows = new Map();
|
|
64
64
|
const columns = new Map();
|
|
65
|
-
for (const tabBar of algorithm_1.toArray(this.shell.mainPanel.tabBars())) {
|
|
65
|
+
for (const tabBar of (0, algorithm_1.toArray)(this.shell.mainPanel.tabBars())) {
|
|
66
66
|
if (!tabBar.node.style.top || !tabBar.node.style.left) {
|
|
67
67
|
continue;
|
|
68
68
|
}
|
|
@@ -122,8 +122,8 @@ let ViewColumnService = class ViewColumnService {
|
|
|
122
122
|
}
|
|
123
123
|
};
|
|
124
124
|
ViewColumnService = __decorate([
|
|
125
|
-
inversify_1.injectable(),
|
|
126
|
-
__param(0, inversify_1.inject(application_shell_1.ApplicationShell)),
|
|
125
|
+
(0, inversify_1.injectable)(),
|
|
126
|
+
__param(0, (0, inversify_1.inject)(application_shell_1.ApplicationShell)),
|
|
127
127
|
__metadata("design:paramtypes", [application_shell_1.ApplicationShell])
|
|
128
128
|
], ViewColumnService);
|
|
129
129
|
exports.ViewColumnService = ViewColumnService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-column-service.js","sourceRoot":"","sources":["../../../src/main/browser/view-column-service.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"view-column-service.js","sourceRoot":"","sources":["../../../src/main/browser/view-column-service.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,4DAAkE;AAClE,wDAA8D;AAC9D,uFAAmF;AACnF,sEAAiE;AAIjE,IAAa,iBAAiB,GAA9B,MAAa,iBAAiB;IAM1B,YAC+C,KAAuB;QAAvB,UAAK,GAAL,KAAK,CAAkB;QANrD,iBAAY,GAAG,IAAI,GAAG,EAAkB,CAAC;QACzC,kBAAa,GAAG,IAAI,GAAG,EAAoB,CAAC;QAE1C,+BAA0B,GAAG,IAAI,eAAO,EAAsC,CAAC;QAK9F,IAAI,eAAe,GAAG,IAAI,GAAG,EAAkB,CAAC;QAChD,MAAM,MAAM,GAAG,KAAK,IAAI,EAAE;YACtB,MAAM,IAAI,OAAO,CAAO,CAAC,OAAO,CAAC,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;YAC1D,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACzB,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,GAAa,EAAE,UAAkB,EAAE,EAAE;gBAC7D,GAAG,CAAC,OAAO,CAAC,CAAC,EAAU,EAAE,EAAE;oBACvB,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,eAAe,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,UAAU,EAAE;wBACpE,IAAI,CAAC,0BAA0B,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC;qBAC5D;gBACL,CAAC,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;YACH,eAAe,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,CAAC,CAAC;QAC3D,CAAC,CAAC;QACF,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC,CAAC;QACzD,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC,CAAC;IAC/D,CAAC;IAED,IAAI,mBAAmB;QACnB,OAAO,IAAI,CAAC,0BAA0B,CAAC,KAAK,CAAC;IACjD,CAAC;IAED,iBAAiB;QACb,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC;QAC1B,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,CAAC;QAE3B,MAAM,IAAI,GAAG,IAAI,GAAG,EAAuB,CAAC;QAC5C,MAAM,OAAO,GAAG,IAAI,GAAG,EAAuC,CAAC;QAC/D,KAAK,MAAM,MAAM,IAAI,IAAA,mBAAO,EAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,OAAO,EAAE,CAAC,EAAE;YAC1D,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;gBACnD,SAAS;aACZ;YACD,MAAM,GAAG,GAAG,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC5C,MAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;YAE9C,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,IAAI,GAAG,EAAU,CAAC;YAC/C,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;YACd,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;YAEnB,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,IAAI,GAAG,EAA0B,CAAC;YACtE,MAAM,CAAC,GAAG,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;YACxB,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;SAC7B;QACD,MAAM,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACtD,IAAI,CAAC,QAAQ,EAAE;YACX,OAAO;SACV;QACD,MAAM,KAAK,GAAG,CAAC,GAAG,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAC1C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACnC,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;YACrC,IAAI,CAAC,MAAM,EAAE;gBACT,MAAM;aACT;YACD,MAAM,WAAW,GAAG,CAAC,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;YAC9C,IAAI,UAAU,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YAChC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,WAAW,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBACzC,MAAM,IAAI,GAAG,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;gBACxC,IAAI,CAAC,IAAI,EAAE;oBACP,MAAM;iBACT;gBACD,IAAI,CAAC,aAAa,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;gBACrC,IAAI,UAAU,GAAG,CAAC,EAAE;oBAChB,UAAU,IAAI,CAAC,CAAC;iBACnB;aACJ;SACJ;IACL,CAAC;IAES,aAAa,CAAC,MAAsB,EAAE,UAAkB;QAC9D,MAAM,GAAG,GAAG,EAAE,CAAC;QACf,KAAK,MAAM,KAAK,IAAI,MAAM,CAAC,MAAM,EAAE;YAC/B,MAAM,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC;YAC1B,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;YACb,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,EAAE,EAAE,UAAU,CAAC,CAAC;SACzC;QACD,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;IAC5C,CAAC;IAED,gBAAgB,CAAC,UAAkB;QAC/B,OAAO,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC;IACpD,CAAC;IAED,aAAa,CAAC,EAAU;QACpB,OAAO,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;IACrC,CAAC;IAED,aAAa,CAAC,EAAU;QACpB,OAAO,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;IACrC,CAAC;IAED,eAAe;QACX,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC;IACnC,CAAC;CACJ,CAAA;AArGY,iBAAiB;IAD7B,IAAA,sBAAU,GAAE;IAQJ,WAAA,IAAA,kBAAM,EAAC,oCAAgB,CAAC,CAAA;qCAAyB,oCAAgB;GAP7D,iBAAiB,CAqG7B;AArGY,8CAAiB"}
|
|
@@ -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
|
import { Deferred } from '@theia/core/lib/common/promise-util';
|
|
17
2
|
import { EnvVariablesServer } from '@theia/core/lib/common/env-variables';
|
|
18
3
|
import URI from '@theia/core/lib/common/uri';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-environment.d.ts","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-environment.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"webview-environment.d.ts","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-environment.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,GAAG,MAAM,4BAA4B,CAAC;AAI7C,qBACa,kBAAkB;IAE3B,SAAS,CAAC,mBAAmB,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;IAE/C,SAAS,CAAC,QAAQ,CAAC,oBAAoB,mBAA0B;IAGjE,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,kBAAkB,CAAC;cAGpC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAWrC,IAAI,kBAAkB,IAAI,OAAO,CAAC,MAAM,CAAC,CAExC;IAEK,mBAAmB,IAAI,OAAO,CAAC,GAAG,CAAC;IAQnC,gBAAgB,IAAI,OAAO,CAAC,MAAM,CAAC;IAInC,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC;IAI/B,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC;cAIlB,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC;CAMpD"}
|
|
@@ -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
|
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);
|
|
@@ -73,17 +73,17 @@ let WebviewEnvironment = class WebviewEnvironment {
|
|
|
73
73
|
}
|
|
74
74
|
};
|
|
75
75
|
__decorate([
|
|
76
|
-
inversify_1.inject(env_variables_1.EnvVariablesServer),
|
|
76
|
+
(0, inversify_1.inject)(env_variables_1.EnvVariablesServer),
|
|
77
77
|
__metadata("design:type", Object)
|
|
78
78
|
], WebviewEnvironment.prototype, "environments", void 0);
|
|
79
79
|
__decorate([
|
|
80
|
-
inversify_1.postConstruct(),
|
|
80
|
+
(0, inversify_1.postConstruct)(),
|
|
81
81
|
__metadata("design:type", Function),
|
|
82
82
|
__metadata("design:paramtypes", []),
|
|
83
83
|
__metadata("design:returntype", Promise)
|
|
84
84
|
], WebviewEnvironment.prototype, "init", null);
|
|
85
85
|
WebviewEnvironment = __decorate([
|
|
86
|
-
inversify_1.injectable()
|
|
86
|
+
(0, inversify_1.injectable)()
|
|
87
87
|
], WebviewEnvironment);
|
|
88
88
|
exports.WebviewEnvironment = WebviewEnvironment;
|
|
89
89
|
//# sourceMappingURL=webview-environment.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-environment.js","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-environment.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"webview-environment.js","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-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,4DAAiF;AACjF,+DAA4D;AAC5D,sEAA+D;AAC/D,wEAA0E;AAE1E,oEAAwE;AACxE,+FAA4F;AAG5F,IAAa,kBAAkB,GAA/B,MAAa,kBAAkB;IAA/B;QAIuB,yBAAoB,GAAG,IAAI,uBAAQ,EAAU,CAAC;IA+CrE,CAAC;IAzCa,KAAK,CAAC,IAAI;QAChB,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;QACjD,IAAI;YACA,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC;YACtD,MAAM,EAAE,IAAI,EAAE,GAAG,IAAI,mBAAQ,EAAE,CAAC;YAChC,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC,CAAC;SACpF;QAAC,OAAO,CAAC,EAAE;YACR,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;SACvC;IACL,CAAC;IAED,IAAI,kBAAkB;QAClB,OAAO,IAAI,CAAC,mBAAmB,CAAC;IACpC,CAAC;IAED,KAAK,CAAC,mBAAmB;QACrB,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC;QACrD,OAAO,IAAI,mBAAQ,CAAC;YAChB,IAAI;YACJ,IAAI,EAAE,UAAU;SACnB,CAAC,CAAC,UAAU,EAAE,CAAC;IACpB,CAAC;IAED,KAAK,CAAC,gBAAgB;QAClB,OAAO,CAAC,MAAM,IAAI,CAAC,mBAAmB,EAAE,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAC7D,CAAC;IAED,KAAK,CAAC,YAAY;QACd,OAAO,CAAC,MAAM,IAAI,CAAC,mBAAmB,EAAE,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IACpG,CAAC;IAED,KAAK,CAAC,SAAS;QACX,OAAO,CAAC,MAAM,IAAI,CAAC,mBAAmB,EAAE,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;IAClI,CAAC;IAES,KAAK,CAAC,cAAc;QAC1B,OAAO,yBAAW,CAAC,QAAQ,CAAC,EAAE,EAAE;YAC5B,CAAC,CAAC,0CAAuB,CAAC,cAAc;YACxC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,0CAAuB,CAAC,OAAO,CAAC;iBACxD,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,KAAK,KAAI,0CAAuB,CAAC,cAAc,CAAC,CAAC;IACzF,CAAC;CACJ,CAAA;AA5CG;IADC,IAAA,kBAAM,EAAC,kCAAkB,CAAC;;wDACyB;AAGpD;IADC,IAAA,yBAAa,GAAE;;;;8CAUf;AAnBQ,kBAAkB;IAD9B,IAAA,sBAAU,GAAE;GACA,kBAAkB,CAmD9B;AAnDY,gDAAkB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2021 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 { MessageService } from '@theia/core';
|
|
17
2
|
import { FrontendApplicationContribution } from '@theia/core/lib/browser';
|
|
18
3
|
import { WindowService } from '@theia/core/lib/browser/window/window-service';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-frontend-security-warnings.d.ts","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-frontend-security-warnings.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"webview-frontend-security-warnings.d.ts","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-frontend-security-warnings.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAU,+BAA+B,EAAE,MAAM,yBAAyB,CAAC;AAGlF,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAG9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,qBACa,+BAAgC,YAAW,+BAA+B;IAGnF,SAAS,CAAC,aAAa,EAAE,aAAa,CAAC;IAGvC,SAAS,CAAC,cAAc,EAAE,cAAc,CAAC;IAGzC,SAAS,CAAC,kBAAkB,EAAE,kBAAkB,CAAC;IAEjD,UAAU,IAAI,IAAI;cAIF,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;CAiBpD"}
|
|
@@ -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) 2021 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
|
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);
|
|
@@ -56,19 +56,19 @@ let WebviewFrontendSecurityWarnings = class WebviewFrontendSecurityWarnings {
|
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
58
|
__decorate([
|
|
59
|
-
inversify_1.inject(window_service_1.WindowService),
|
|
59
|
+
(0, inversify_1.inject)(window_service_1.WindowService),
|
|
60
60
|
__metadata("design:type", Object)
|
|
61
61
|
], WebviewFrontendSecurityWarnings.prototype, "windowService", void 0);
|
|
62
62
|
__decorate([
|
|
63
|
-
inversify_1.inject(core_1.MessageService),
|
|
63
|
+
(0, inversify_1.inject)(core_1.MessageService),
|
|
64
64
|
__metadata("design:type", core_1.MessageService)
|
|
65
65
|
], WebviewFrontendSecurityWarnings.prototype, "messageService", void 0);
|
|
66
66
|
__decorate([
|
|
67
|
-
inversify_1.inject(webview_environment_1.WebviewEnvironment),
|
|
67
|
+
(0, inversify_1.inject)(webview_environment_1.WebviewEnvironment),
|
|
68
68
|
__metadata("design:type", webview_environment_1.WebviewEnvironment)
|
|
69
69
|
], WebviewFrontendSecurityWarnings.prototype, "webviewEnvironment", void 0);
|
|
70
70
|
WebviewFrontendSecurityWarnings = __decorate([
|
|
71
|
-
inversify_1.injectable()
|
|
71
|
+
(0, inversify_1.injectable)()
|
|
72
72
|
], WebviewFrontendSecurityWarnings);
|
|
73
73
|
exports.WebviewFrontendSecurityWarnings = WebviewFrontendSecurityWarnings;
|
|
74
74
|
//# sourceMappingURL=webview-frontend-security-warnings.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-frontend-security-warnings.js","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-frontend-security-warnings.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"webview-frontend-security-warnings.js","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-frontend-security-warnings.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,sCAA6C;AAC7C,qDAAkF;AAClF,uHAAiH;AACjH,oDAAiD;AACjD,kFAA8E;AAC9E,4DAAkE;AAClE,oEAAwE;AACxE,+DAA2D;AAG3D,IAAa,+BAA+B,GAA5C,MAAa,+BAA+B;IAWxC,UAAU;QACN,IAAI,CAAC,gBAAgB,EAAE,CAAC;IAC5B,CAAC;IAES,KAAK,CAAC,gBAAgB;QAC5B,IAAI,wEAAiC,CAAC,GAAG,EAAE,CAAC,sCAAsC,CAAC,KAAK,KAAK,EAAE;YAC3F,OAAO;SACV;QACD,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,kBAAkB,CAAC;QACrE,IAAI,WAAW,KAAK,0CAAuB,CAAC,cAAc,EAAE;YACxD,MAAM,UAAU,GAAG,SAAG,CAAC,QAAQ,CAAC,0BAA0B,EAAE,cAAc,CAAC,CAAC;YAC5E,MAAM,OAAO,GAAG,SAAG,CAAC,QAAQ,CAAC,8BAA8B,EAAE;;4CAE7B,EAAE,SAAS,EAAE,WAAW,EAAE,6BAA6B,CAAC,CAAC;YACzF,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,OAAO,EAAE,gBAAM,CAAC,EAAE,EAAE,UAAU,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;gBACnE,IAAI,MAAM,KAAK,UAAU,EAAE;oBACvB,IAAI,CAAC,aAAa,CAAC,aAAa,CAAC,iDAAiD,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;iBAC3G;YACL,CAAC,CAAC,CAAC;SACN;IACL,CAAC;CACJ,CAAA;AA7BG;IADC,IAAA,kBAAM,EAAC,8BAAa,CAAC;;sEACiB;AAGvC;IADC,IAAA,kBAAM,EAAC,qBAAc,CAAC;8BACG,qBAAc;uEAAC;AAGzC;IADC,IAAA,kBAAM,EAAC,wCAAkB,CAAC;8BACG,wCAAkB;2EAAC;AATxC,+BAA+B;IAD3C,IAAA,sBAAU,GAAE;GACA,+BAA+B,CAgC3C;AAhCY,0EAA+B"}
|
|
@@ -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
|
import { interfaces } from '@theia/core/shared/inversify';
|
|
17
2
|
import { PreferenceProxy, PreferenceService, PreferenceSchema } from '@theia/core/lib/browser/preferences';
|
|
18
3
|
export declare const WebviewConfigSchema: PreferenceSchema;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-preferences.d.ts","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-preferences.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"webview-preferences.d.ts","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-preferences.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAE1D,OAAO,EAEH,eAAe,EACf,iBAAiB,EAEjB,gBAAgB,EACnB,MAAM,qCAAqC,CAAC;AAK7C,eAAO,MAAM,mBAAmB,EAAE,gBAUjC,CAAC;AAWF,MAAM,WAAW,oBAAoB;IACjC,eAAe,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,CAAA;IACzC,wBAAwB,CAAC,EAAE,OAAO,CAAA;CACrC;AAED,eAAO,MAAM,6BAA6B,eAA0C,CAAC;AACrF,eAAO,MAAM,kBAAkB,eAA+B,CAAC;AAC/D,oBAAY,kBAAkB,GAAG,eAAe,CAAC,oBAAoB,CAAC,CAAC;AAEvE,wBAAgB,wBAAwB,CAAC,WAAW,EAAE,iBAAiB,EAAE,MAAM,GAAE,gBAAsC,GAAG,kBAAkB,CAE3I;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,IAAI,GAAG,IAAI,CAQlE"}
|
|
@@ -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.bindWebviewPreferences = exports.createWebviewPreferences = exports.WebviewPreferences = exports.WebviewPreferenceContribution = exports.WebviewConfigSchema = void 0;
|
|
19
19
|
const frontend_application_config_provider_1 = require("@theia/core/lib/browser/frontend-application-config-provider");
|
|
@@ -42,7 +42,7 @@ if (frontendConfig.securityWarnings) {
|
|
|
42
42
|
exports.WebviewPreferenceContribution = Symbol('WebviewPreferenceContribution');
|
|
43
43
|
exports.WebviewPreferences = Symbol('WebviewPreferences');
|
|
44
44
|
function createWebviewPreferences(preferences, schema = exports.WebviewConfigSchema) {
|
|
45
|
-
return preferences_1.createPreferenceProxy(preferences, schema);
|
|
45
|
+
return (0, preferences_1.createPreferenceProxy)(preferences, schema);
|
|
46
46
|
}
|
|
47
47
|
exports.createWebviewPreferences = createWebviewPreferences;
|
|
48
48
|
function bindWebviewPreferences(bind) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-preferences.js","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-preferences.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"webview-preferences.js","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-preferences.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;;;AAGhF,uHAAiH;AACjH,qEAM6C;AAC7C,oDAAiD;AAEjD,MAAM,cAAc,GAAG,wEAAiC,CAAC,GAAG,EAAE,CAAC;AAElD,QAAA,mBAAmB,GAAqB;IACjD,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE;QACR,eAAe,EAAE;YACb,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,SAAS,CAAC;YAC9B,WAAW,EAAE,SAAG,CAAC,QAAQ,CAAC,+BAA+B,EAAE,+CAA+C,CAAC;YAC3G,OAAO,EAAE,KAAK;SACjB;KACJ;CACJ,CAAC;AAEF,IAAI,cAAc,CAAC,gBAAgB,EAAE;IACjC,2BAAmB,CAAC,UAAU,CAAC,wBAAwB,CAAC,GAAG;QACvD,KAAK,EAAE,aAAa;QACpB,IAAI,EAAE,SAAS;QACf,WAAW,EAAE,SAAG,CAAC,QAAQ,CAAC,wCAAwC,EAAE,8DAA8D,CAAC;QACnI,OAAO,EAAE,IAAI;KAChB,CAAC;CACL;AAOY,QAAA,6BAA6B,GAAG,MAAM,CAAC,+BAA+B,CAAC,CAAC;AACxE,QAAA,kBAAkB,GAAG,MAAM,CAAC,oBAAoB,CAAC,CAAC;AAG/D,SAAgB,wBAAwB,CAAC,WAA8B,EAAE,SAA2B,2BAAmB;IACnH,OAAO,IAAA,mCAAqB,EAAC,WAAW,EAAE,MAAM,CAAC,CAAC;AACtD,CAAC;AAFD,4DAEC;AAED,SAAgB,sBAAsB,CAAC,IAAqB;IACxD,IAAI,CAAC,0BAAkB,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE;QAC1C,MAAM,WAAW,GAAG,GAAG,CAAC,SAAS,CAAC,GAAG,CAAoB,+BAAiB,CAAC,CAAC;QAC5E,MAAM,YAAY,GAAG,GAAG,CAAC,SAAS,CAAC,GAAG,CAAyB,qCAA6B,CAAC,CAAC;QAC9F,OAAO,wBAAwB,CAAC,WAAW,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IACtE,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC;IACtB,IAAI,CAAC,qCAA6B,CAAC,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,2BAAmB,EAAE,CAAC,CAAC;IACrF,IAAI,CAAC,oCAAsB,CAAC,CAAC,SAAS,CAAC,qCAA6B,CAAC,CAAC;AAC1E,CAAC;AARD,wDAQC"}
|
|
@@ -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
|
import { Deferred } from '@theia/core/lib/common/promise-util';
|
|
17
2
|
import { MaybePromise } from '@theia/core/lib/common/types';
|
|
18
3
|
export interface WebviewResourceResponse {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-resource-cache.d.ts","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-resource-cache.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"webview-resource-cache.d.ts","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-resource-cache.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,MAAM,WAAW,uBAAuB;IACpC,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,IAAI,IAAI,YAAY,CAAC,UAAU,CAAC,CAAA;CACnC;AAED;;GAEG;AACH,qBACa,oBAAoB;IAE7B,SAAS,CAAC,QAAQ,CAAC,KAAK,8BAAqC;;cAM7C,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC;IASvC,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC;IAkBhE,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAQrC,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;CAe3E"}
|
|
@@ -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
|
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);
|
|
@@ -84,7 +84,7 @@ let WebviewResourceCache = class WebviewResourceCache {
|
|
|
84
84
|
}
|
|
85
85
|
};
|
|
86
86
|
WebviewResourceCache = __decorate([
|
|
87
|
-
inversify_1.injectable(),
|
|
87
|
+
(0, inversify_1.injectable)(),
|
|
88
88
|
__metadata("design:paramtypes", [])
|
|
89
89
|
], WebviewResourceCache);
|
|
90
90
|
exports.WebviewResourceCache = WebviewResourceCache;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-resource-cache.js","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-resource-cache.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"webview-resource-cache.js","sourceRoot":"","sources":["../../../../src/main/browser/webview/webview-resource-cache.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,4DAA0D;AAC1D,sEAA+D;AAQ/D;;GAEG;AAEH,IAAa,oBAAoB,GAAjC,MAAa,oBAAoB;IAI7B;QAFmB,UAAK,GAAG,IAAI,uBAAQ,EAAqB,CAAC;QAGzD,IAAI,CAAC,YAAY,EAAE,CAAC;IACxB,CAAC;IAES,KAAK,CAAC,YAAY;QACxB,IAAI;YACA,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;SACvD;QAAC,OAAO,CAAC,EAAE;YACR,OAAO,CAAC,KAAK,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;YACvD,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;SACjC;IACL,CAAC;IAED,KAAK,CAAC,KAAK,CAAC,GAAW;QACnB,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC;QACvC,IAAI,CAAC,KAAK,EAAE;YACR,OAAO,SAAS,CAAC;SACpB;QACD,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QACxC,IAAI,CAAC,QAAQ,EAAE;YACX,OAAO,SAAS,CAAC;SACpB;QACD,OAAO;YACH,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,SAAS;YAC/C,IAAI,EAAE,KAAK,IAAI,EAAE;gBACb,MAAM,MAAM,GAAG,MAAM,QAAQ,CAAC,WAAW,EAAE,CAAC;gBAC5C,OAAO,IAAI,UAAU,CAAC,MAAM,CAAC,CAAC;YAClC,CAAC;SACJ,CAAC;IACN,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,GAAW;QACpB,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC;QACvC,IAAI,CAAC,KAAK,EAAE;YACR,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IAC7B,CAAC;IAED,KAAK,CAAC,GAAG,CAAC,GAAW,EAAE,QAAiC;QACpD,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE;YAChB,OAAO;SACV;QACD,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC;QACvC,IAAI,CAAC,KAAK,EAAE;YACR,OAAO;SACV;QACD,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACnC,MAAM,KAAK,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,QAAQ,CAAC,IAAI,EAAE;YACpC,MAAM,EAAE,GAAG;YACX,OAAO,EAAE,EAAE,MAAM,EAAE,QAAQ,CAAC,IAAI,EAAE;SACrC,CAAC,CAAC,CAAC;IACR,CAAC;CAEJ,CAAA;AA1DY,oBAAoB;IADhC,IAAA,sBAAU,GAAE;;GACA,oBAAoB,CA0DhC;AA1DY,oDAAoB"}
|