@theia/plugin-ext 1.23.0-next.5 → 1.23.0-next.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/common/arrays.d.ts +0 -15
- package/lib/common/arrays.d.ts.map +1 -1
- package/lib/common/arrays.js +15 -15
- package/lib/common/arrays.js.map +1 -1
- package/lib/common/assert.d.ts +0 -15
- package/lib/common/assert.d.ts.map +1 -1
- package/lib/common/assert.js +15 -15
- package/lib/common/assert.js.map +1 -1
- package/lib/common/character-classifier.d.ts +0 -15
- package/lib/common/character-classifier.d.ts.map +1 -1
- package/lib/common/character-classifier.js +17 -17
- package/lib/common/character-classifier.js.map +1 -1
- package/lib/common/connection.d.ts +0 -15
- package/lib/common/connection.d.ts.map +1 -1
- package/lib/common/disposable-util.d.ts +0 -15
- package/lib/common/disposable-util.d.ts.map +1 -1
- package/lib/common/disposable-util.js +15 -15
- package/lib/common/disposable-util.js.map +1 -1
- package/lib/common/editor-options.d.ts +0 -15
- package/lib/common/editor-options.d.ts.map +1 -1
- package/lib/common/editor-options.js +15 -15
- package/lib/common/editor-options.js.map +1 -1
- package/lib/common/env.d.ts +0 -15
- package/lib/common/env.d.ts.map +1 -1
- package/lib/common/env.js +15 -15
- package/lib/common/env.js.map +1 -1
- package/lib/common/errors.d.ts +0 -15
- package/lib/common/errors.d.ts.map +1 -1
- package/lib/common/errors.js +15 -15
- package/lib/common/errors.js.map +1 -1
- package/lib/common/id-generator.d.ts +0 -15
- package/lib/common/id-generator.d.ts.map +1 -1
- package/lib/common/id-generator.js +15 -15
- package/lib/common/id-generator.js.map +1 -1
- package/lib/common/index.d.ts +0 -15
- package/lib/common/index.d.ts.map +1 -1
- package/lib/common/index.js +16 -16
- package/lib/common/index.js.map +1 -1
- package/lib/common/link-computer.d.ts +0 -15
- package/lib/common/link-computer.d.ts.map +1 -1
- package/lib/common/link-computer.js +15 -15
- package/lib/common/link-computer.js.map +1 -1
- package/lib/common/object-identifier.d.ts +0 -15
- package/lib/common/object-identifier.d.ts.map +1 -1
- package/lib/common/object-identifier.js +15 -15
- package/lib/common/object-identifier.js.map +1 -1
- package/lib/common/objects.js +3 -3
- package/lib/common/objects.js.map +1 -1
- package/lib/common/paths-util.d.ts +0 -15
- package/lib/common/paths-util.d.ts.map +1 -1
- package/lib/common/paths-util.js +15 -15
- package/lib/common/paths-util.js.map +1 -1
- package/lib/common/plugin-api-rpc-model.d.ts +13 -34
- package/lib/common/plugin-api-rpc-model.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc-model.js +15 -15
- package/lib/common/plugin-api-rpc-model.js.map +1 -1
- package/lib/common/plugin-api-rpc.d.ts +33 -28
- package/lib/common/plugin-api-rpc.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.js +79 -77
- package/lib/common/plugin-api-rpc.js.map +1 -1
- package/lib/common/plugin-ext-api-contribution.d.ts +0 -15
- package/lib/common/plugin-ext-api-contribution.d.ts.map +1 -1
- package/lib/common/plugin-protocol.d.ts +8 -15
- package/lib/common/plugin-protocol.d.ts.map +1 -1
- package/lib/common/plugin-protocol.js +6 -1
- package/lib/common/plugin-protocol.js.map +1 -1
- package/lib/common/rpc-protocol.d.ts +0 -15
- package/lib/common/rpc-protocol.d.ts.map +1 -1
- package/lib/common/rpc-protocol.js +15 -15
- package/lib/common/rpc-protocol.js.map +1 -1
- package/lib/common/semantic-tokens-dto.d.ts +0 -15
- package/lib/common/semantic-tokens-dto.d.ts.map +1 -1
- package/lib/common/semantic-tokens-dto.js +15 -15
- package/lib/common/semantic-tokens-dto.js.map +1 -1
- package/lib/common/types.d.ts +0 -15
- package/lib/common/types.d.ts.map +1 -1
- package/lib/common/types.js +15 -15
- package/lib/common/types.js.map +1 -1
- package/lib/common/uint.d.ts +0 -15
- package/lib/common/uint.d.ts.map +1 -1
- package/lib/common/uint.js +15 -15
- package/lib/common/uint.js.map +1 -1
- package/lib/common/uri-components.d.ts +0 -15
- package/lib/common/uri-components.d.ts.map +1 -1
- package/lib/common/uri-components.js +15 -15
- package/lib/common/uri-components.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin-watcher.d.ts +0 -15
- package/lib/hosted/browser/hosted-plugin-watcher.d.ts.map +1 -1
- package/lib/hosted/browser/hosted-plugin-watcher.js +16 -16
- package/lib/hosted/browser/hosted-plugin-watcher.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin.d.ts +3 -17
- package/lib/hosted/browser/hosted-plugin.d.ts.map +1 -1
- package/lib/hosted/browser/hosted-plugin.js +68 -83
- package/lib/hosted/browser/hosted-plugin.js.map +1 -1
- package/lib/hosted/browser/plugin-worker.js +16 -16
- package/lib/hosted/browser/plugin-worker.js.map +1 -1
- package/lib/hosted/browser/worker/debug-stub.d.ts +0 -15
- package/lib/hosted/browser/worker/debug-stub.d.ts.map +1 -1
- package/lib/hosted/browser/worker/debug-stub.js +15 -15
- package/lib/hosted/browser/worker/debug-stub.js.map +1 -1
- package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts +0 -15
- package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts.map +1 -1
- package/lib/hosted/browser/worker/plugin-manifest-loader.js +15 -15
- package/lib/hosted/browser/worker/plugin-manifest-loader.js.map +1 -1
- package/lib/hosted/browser/worker/worker-env-ext.d.ts +0 -15
- package/lib/hosted/browser/worker/worker-env-ext.d.ts.map +1 -1
- package/lib/hosted/browser/worker/worker-env-ext.js +15 -15
- package/lib/hosted/browser/worker/worker-env-ext.js.map +1 -1
- package/lib/hosted/browser/worker/worker-main.d.ts +0 -15
- package/lib/hosted/browser/worker/worker-main.d.ts.map +1 -1
- package/lib/hosted/browser/worker/worker-main.js +29 -20
- package/lib/hosted/browser/worker/worker-main.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-cli-contribution.js +16 -16
- package/lib/hosted/node/hosted-plugin-cli-contribution.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.d.ts +2 -15
- package/lib/hosted/node/hosted-plugin-deployer-handler.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.js +40 -22
- package/lib/hosted/node/hosted-plugin-deployer-handler.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-localization-service.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-localization-service.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-localization-service.js +18 -18
- package/lib/hosted/node/hosted-plugin-localization-service.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-process.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.js +24 -24
- package/lib/hosted/node/hosted-plugin-process.js.map +1 -1
- package/lib/hosted/node/hosted-plugin.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin.js +21 -21
- package/lib/hosted/node/hosted-plugin.js.map +1 -1
- package/lib/hosted/node/metadata-scanner.d.ts +0 -15
- package/lib/hosted/node/metadata-scanner.d.ts.map +1 -1
- package/lib/hosted/node/metadata-scanner.js +17 -17
- package/lib/hosted/node/metadata-scanner.js.map +1 -1
- package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts +0 -15
- package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts.map +1 -1
- package/lib/hosted/node/plugin-ext-hosted-backend-module.js +17 -17
- package/lib/hosted/node/plugin-ext-hosted-backend-module.js.map +1 -1
- package/lib/hosted/node/plugin-host-rpc.d.ts +0 -15
- package/lib/hosted/node/plugin-host-rpc.d.ts.map +1 -1
- package/lib/hosted/node/plugin-host-rpc.js +21 -21
- package/lib/hosted/node/plugin-host-rpc.js.map +1 -1
- package/lib/hosted/node/plugin-host.d.ts +0 -15
- package/lib/hosted/node/plugin-host.d.ts.map +1 -1
- package/lib/hosted/node/plugin-host.js +15 -15
- package/lib/hosted/node/plugin-host.js.map +1 -1
- package/lib/hosted/node/plugin-manifest-loader.d.ts +0 -15
- package/lib/hosted/node/plugin-manifest-loader.d.ts.map +1 -1
- package/lib/hosted/node/plugin-manifest-loader.js +15 -15
- package/lib/hosted/node/plugin-manifest-loader.js.map +1 -1
- package/lib/hosted/node/plugin-reader.d.ts +0 -15
- package/lib/hosted/node/plugin-reader.d.ts.map +1 -1
- package/lib/hosted/node/plugin-reader.js +24 -23
- package/lib/hosted/node/plugin-reader.js.map +1 -1
- package/lib/hosted/node/plugin-service.js +24 -24
- package/lib/hosted/node/plugin-service.js.map +1 -1
- package/lib/hosted/node/scanners/backend-init-theia.d.ts +0 -15
- package/lib/hosted/node/scanners/backend-init-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/backend-init-theia.js +17 -16
- package/lib/hosted/node/scanners/backend-init-theia.js.map +1 -1
- package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts +0 -15
- package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts.map +1 -1
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js +16 -16
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.d.ts +0 -15
- package/lib/hosted/node/scanners/grammars-reader.d.ts.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.js +16 -16
- package/lib/hosted/node/scanners/grammars-reader.js.map +1 -1
- package/lib/hosted/node/scanners/plugin-uri-factory.d.ts +0 -15
- package/lib/hosted/node/scanners/plugin-uri-factory.d.ts.map +1 -1
- package/lib/hosted/node/scanners/plugin-uri-factory.js +15 -15
- package/lib/hosted/node/scanners/plugin-uri-factory.js.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.d.ts +0 -15
- package/lib/hosted/node/scanners/scanner-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.js +25 -23
- package/lib/hosted/node/scanners/scanner-theia.js.map +1 -1
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts +0 -15
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts.map +1 -1
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js +16 -16
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js.map +1 -1
- package/lib/hosted/node-electron/scanner-theia-electron.d.ts +0 -15
- package/lib/hosted/node-electron/scanner-theia-electron.d.ts.map +1 -1
- package/lib/hosted/node-electron/scanner-theia-electron.js +16 -16
- package/lib/hosted/node-electron/scanner-theia-electron.js.map +1 -1
- package/lib/main/browser/authentication-main.d.ts +18 -26
- package/lib/main/browser/authentication-main.d.ts.map +1 -1
- package/lib/main/browser/authentication-main.js +126 -82
- package/lib/main/browser/authentication-main.js.map +1 -1
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.d.ts +0 -15
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.d.ts.map +1 -1
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.js +15 -15
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.js.map +1 -1
- package/lib/main/browser/clipboard-main.d.ts +0 -15
- package/lib/main/browser/clipboard-main.d.ts.map +1 -1
- package/lib/main/browser/clipboard-main.js +15 -15
- package/lib/main/browser/clipboard-main.js.map +1 -1
- package/lib/main/browser/command-registry-main.d.ts +0 -15
- package/lib/main/browser/command-registry-main.d.ts.map +1 -1
- package/lib/main/browser/command-registry-main.js +15 -15
- package/lib/main/browser/command-registry-main.js.map +1 -1
- package/lib/main/browser/commands.d.ts +0 -15
- package/lib/main/browser/commands.d.ts.map +1 -1
- package/lib/main/browser/commands.js +18 -18
- package/lib/main/browser/commands.js.map +1 -1
- package/lib/main/browser/comments/comment-glyph-widget.d.ts +0 -15
- package/lib/main/browser/comments/comment-glyph-widget.d.ts.map +1 -1
- package/lib/main/browser/comments/comment-thread-widget.d.ts +0 -15
- package/lib/main/browser/comments/comment-thread-widget.d.ts.map +1 -1
- package/lib/main/browser/comments/comment-thread-widget.js +15 -15
- package/lib/main/browser/comments/comment-thread-widget.js.map +1 -1
- package/lib/main/browser/comments/comments-context-key-service.d.ts +1 -16
- package/lib/main/browser/comments/comments-context-key-service.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-context-key-service.js +18 -18
- package/lib/main/browser/comments/comments-context-key-service.js.map +1 -1
- package/lib/main/browser/comments/comments-contribution.d.ts +0 -15
- package/lib/main/browser/comments/comments-contribution.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-contribution.js +23 -23
- package/lib/main/browser/comments/comments-contribution.js.map +1 -1
- package/lib/main/browser/comments/comments-decorator.d.ts +0 -15
- package/lib/main/browser/comments/comments-decorator.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-decorator.js +16 -16
- package/lib/main/browser/comments/comments-decorator.js.map +1 -1
- package/lib/main/browser/comments/comments-main.d.ts +0 -15
- package/lib/main/browser/comments/comments-main.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-main.js +16 -16
- package/lib/main/browser/comments/comments-main.js.map +1 -1
- package/lib/main/browser/comments/comments-service.d.ts +0 -15
- package/lib/main/browser/comments/comments-service.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-service.js +16 -16
- package/lib/main/browser/comments/comments-service.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-contribution.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-contribution.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-contribution.js +17 -17
- package/lib/main/browser/custom-editors/custom-editor-contribution.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.js +18 -18
- package/lib/main/browser/custom-editors/custom-editor-opener.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-service.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-service.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-service.js +16 -16
- package/lib/main/browser/custom-editors/custom-editor-service.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.js +15 -15
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.js +18 -18
- package/lib/main/browser/custom-editors/custom-editor-widget.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.js +15 -15
- package/lib/main/browser/custom-editors/custom-editors-main.js.map +1 -1
- package/lib/main/browser/custom-editors/glob.js +15 -15
- package/lib/main/browser/custom-editors/glob.js.map +1 -1
- package/lib/main/browser/custom-editors/paths.d.ts +0 -15
- package/lib/main/browser/custom-editors/paths.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/paths.js +16 -16
- package/lib/main/browser/custom-editors/paths.js.map +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts +0 -15
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js +23 -23
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js.map +1 -1
- package/lib/main/browser/custom-editors/undo-redo-service.d.ts +0 -15
- package/lib/main/browser/custom-editors/undo-redo-service.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/undo-redo-service.js +16 -16
- package/lib/main/browser/custom-editors/undo-redo-service.js.map +1 -1
- package/lib/main/browser/debug/debug-main.d.ts +0 -15
- package/lib/main/browser/debug/debug-main.d.ts.map +1 -1
- package/lib/main/browser/debug/debug-main.js +15 -15
- package/lib/main/browser/debug/debug-main.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.js +15 -15
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-service.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.js +19 -19
- package/lib/main/browser/debug/plugin-debug-service.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js +19 -19
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.js +15 -15
- package/lib/main/browser/debug/plugin-debug-session-factory.js.map +1 -1
- package/lib/main/browser/decorations/decorations-main.d.ts +0 -15
- package/lib/main/browser/decorations/decorations-main.d.ts.map +1 -1
- package/lib/main/browser/decorations/decorations-main.js +15 -15
- package/lib/main/browser/decorations/decorations-main.js.map +1 -1
- package/lib/main/browser/dialogs/modal-notification.d.ts.map +1 -1
- package/lib/main/browser/dialogs/modal-notification.js +19 -19
- package/lib/main/browser/dialogs/modal-notification.js.map +1 -1
- package/lib/main/browser/dialogs-main.d.ts +0 -15
- package/lib/main/browser/dialogs-main.d.ts.map +1 -1
- package/lib/main/browser/dialogs-main.js +15 -15
- package/lib/main/browser/dialogs-main.js.map +1 -1
- package/lib/main/browser/documents-main.d.ts +0 -15
- package/lib/main/browser/documents-main.d.ts.map +1 -1
- package/lib/main/browser/documents-main.js +16 -16
- package/lib/main/browser/documents-main.js.map +1 -1
- package/lib/main/browser/editor/untitled-resource.d.ts +0 -15
- package/lib/main/browser/editor/untitled-resource.d.ts.map +1 -1
- package/lib/main/browser/editor/untitled-resource.js +17 -17
- package/lib/main/browser/editor/untitled-resource.js.map +1 -1
- package/lib/main/browser/editors-and-documents-main.d.ts +0 -15
- package/lib/main/browser/editors-and-documents-main.d.ts.map +1 -1
- package/lib/main/browser/editors-and-documents-main.js +15 -15
- package/lib/main/browser/editors-and-documents-main.js.map +1 -1
- package/lib/main/browser/env-main.d.ts +0 -15
- package/lib/main/browser/env-main.d.ts.map +1 -1
- package/lib/main/browser/env-main.js +15 -15
- package/lib/main/browser/env-main.js.map +1 -1
- package/lib/main/browser/file-system-main-impl.d.ts +0 -15
- package/lib/main/browser/file-system-main-impl.d.ts.map +1 -1
- package/lib/main/browser/file-system-main-impl.js +15 -15
- package/lib/main/browser/file-system-main-impl.js.map +1 -1
- package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts +0 -15
- package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js +17 -17
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js.map +1 -1
- package/lib/main/browser/label-service-main.d.ts +0 -15
- package/lib/main/browser/label-service-main.d.ts.map +1 -1
- package/lib/main/browser/label-service-main.js +15 -15
- package/lib/main/browser/label-service-main.js.map +1 -1
- package/lib/main/browser/languages-main.d.ts +1 -15
- package/lib/main/browser/languages-main.d.ts.map +1 -1
- package/lib/main/browser/languages-main.js +38 -30
- package/lib/main/browser/languages-main.js.map +1 -1
- package/lib/main/browser/main-context.d.ts +0 -15
- package/lib/main/browser/main-context.d.ts.map +1 -1
- package/lib/main/browser/main-context.js +3 -0
- package/lib/main/browser/main-context.js.map +1 -1
- package/lib/main/browser/main-file-system-event-service.d.ts +0 -15
- package/lib/main/browser/main-file-system-event-service.d.ts.map +1 -1
- package/lib/main/browser/main-file-system-event-service.js +15 -15
- package/lib/main/browser/main-file-system-event-service.js.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.d.ts +0 -15
- package/lib/main/browser/menus/menus-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.js +33 -33
- package/lib/main/browser/menus/menus-contribution-handler.js.map +1 -1
- package/lib/main/browser/message-registry-main.d.ts +0 -15
- package/lib/main/browser/message-registry-main.d.ts.map +1 -1
- package/lib/main/browser/message-registry-main.js +15 -15
- package/lib/main/browser/message-registry-main.js.map +1 -1
- package/lib/main/browser/notification-main.d.ts +0 -15
- package/lib/main/browser/notification-main.d.ts.map +1 -1
- package/lib/main/browser/notification-main.js +15 -15
- package/lib/main/browser/notification-main.js.map +1 -1
- package/lib/main/browser/output-channel-registry-main.d.ts +0 -15
- package/lib/main/browser/output-channel-registry-main.d.ts.map +1 -1
- package/lib/main/browser/output-channel-registry-main.js +17 -17
- package/lib/main/browser/output-channel-registry-main.js.map +1 -1
- package/lib/main/browser/plugin-authentication-service.d.ts +14 -0
- package/lib/main/browser/plugin-authentication-service.d.ts.map +1 -0
- package/lib/main/browser/plugin-authentication-service.js +81 -0
- package/lib/main/browser/plugin-authentication-service.js.map +1 -0
- package/lib/main/browser/plugin-contribution-handler.d.ts +1 -16
- package/lib/main/browser/plugin-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/plugin-contribution-handler.js +38 -38
- package/lib/main/browser/plugin-contribution-handler.js.map +1 -1
- package/lib/main/browser/plugin-ext-deploy-command.d.ts +0 -15
- package/lib/main/browser/plugin-ext-deploy-command.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-deploy-command.js +19 -19
- package/lib/main/browser/plugin-ext-deploy-command.js.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.d.ts +0 -15
- package/lib/main/browser/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.js +29 -25
- package/lib/main/browser/plugin-ext-frontend-module.js.map +1 -1
- package/lib/main/browser/plugin-ext-widget.d.ts +0 -15
- package/lib/main/browser/plugin-ext-widget.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-widget.js +21 -21
- package/lib/main/browser/plugin-ext-widget.js.map +1 -1
- package/lib/main/browser/plugin-frontend-contribution.d.ts +0 -15
- package/lib/main/browser/plugin-frontend-contribution.d.ts.map +1 -1
- package/lib/main/browser/plugin-frontend-contribution.js +18 -18
- package/lib/main/browser/plugin-frontend-contribution.js.map +1 -1
- package/lib/main/browser/plugin-frontend-view-contribution.d.ts +0 -15
- package/lib/main/browser/plugin-frontend-view-contribution.d.ts.map +1 -1
- package/lib/main/browser/plugin-frontend-view-contribution.js +16 -16
- package/lib/main/browser/plugin-frontend-view-contribution.js.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.d.ts +0 -15
- package/lib/main/browser/plugin-icon-theme-service.d.ts.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.js +26 -26
- package/lib/main/browser/plugin-icon-theme-service.js.map +1 -1
- package/lib/main/browser/plugin-shared-style.d.ts +0 -15
- package/lib/main/browser/plugin-shared-style.d.ts.map +1 -1
- package/lib/main/browser/plugin-shared-style.js +16 -16
- package/lib/main/browser/plugin-shared-style.js.map +1 -1
- package/lib/main/browser/plugin-storage.d.ts +0 -15
- package/lib/main/browser/plugin-storage.d.ts.map +1 -1
- package/lib/main/browser/plugin-storage.js +15 -15
- package/lib/main/browser/plugin-storage.js.map +1 -1
- package/lib/main/browser/preference-registry-main.d.ts +0 -15
- package/lib/main/browser/preference-registry-main.d.ts.map +1 -1
- package/lib/main/browser/preference-registry-main.js +15 -15
- package/lib/main/browser/preference-registry-main.js.map +1 -1
- package/lib/main/browser/quick-open-main.d.ts +0 -15
- package/lib/main/browser/quick-open-main.d.ts.map +1 -1
- package/lib/main/browser/quick-open-main.js +16 -16
- package/lib/main/browser/quick-open-main.js.map +1 -1
- package/lib/main/browser/scm-main.d.ts +0 -15
- package/lib/main/browser/scm-main.d.ts.map +1 -1
- package/lib/main/browser/scm-main.js +15 -15
- package/lib/main/browser/scm-main.js.map +1 -1
- package/lib/main/browser/secrets-main.d.ts +0 -15
- package/lib/main/browser/secrets-main.d.ts.map +1 -1
- package/lib/main/browser/secrets-main.js +15 -15
- package/lib/main/browser/secrets-main.js.map +1 -1
- package/lib/main/browser/selection-provider-command.d.ts +0 -15
- package/lib/main/browser/selection-provider-command.d.ts.map +1 -1
- package/lib/main/browser/selection-provider-command.js +18 -18
- package/lib/main/browser/selection-provider-command.js.map +1 -1
- package/lib/main/browser/status-bar-message-registry-main.d.ts +0 -15
- package/lib/main/browser/status-bar-message-registry-main.d.ts.map +1 -1
- package/lib/main/browser/tasks-main.d.ts +0 -15
- package/lib/main/browser/tasks-main.d.ts.map +1 -1
- package/lib/main/browser/tasks-main.js +15 -15
- package/lib/main/browser/tasks-main.js.map +1 -1
- package/lib/main/browser/terminal-main.d.ts +0 -15
- package/lib/main/browser/terminal-main.d.ts.map +1 -1
- package/lib/main/browser/terminal-main.js +15 -15
- package/lib/main/browser/terminal-main.js.map +1 -1
- package/lib/main/browser/text-editor-main.d.ts +0 -15
- package/lib/main/browser/text-editor-main.d.ts.map +1 -1
- package/lib/main/browser/text-editor-main.js +16 -16
- package/lib/main/browser/text-editor-main.js.map +1 -1
- package/lib/main/browser/text-editor-model-service.d.ts +0 -15
- package/lib/main/browser/text-editor-model-service.d.ts.map +1 -1
- package/lib/main/browser/text-editor-model-service.js +18 -18
- package/lib/main/browser/text-editor-model-service.js.map +1 -1
- package/lib/main/browser/text-editors-main.d.ts +0 -15
- package/lib/main/browser/text-editors-main.d.ts.map +1 -1
- package/lib/main/browser/text-editors-main.js +24 -24
- package/lib/main/browser/text-editors-main.js.map +1 -1
- package/lib/main/browser/theming-main.d.ts +0 -15
- package/lib/main/browser/theming-main.d.ts.map +1 -1
- package/lib/main/browser/theming-main.js +15 -15
- package/lib/main/browser/theming-main.js.map +1 -1
- package/lib/main/browser/timeline-main.d.ts +0 -15
- package/lib/main/browser/timeline-main.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts +0 -15
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js +18 -18
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.d.ts +8 -19
- package/lib/main/browser/view/plugin-view-registry.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.js +89 -33
- package/lib/main/browser/view/plugin-view-registry.js.map +1 -1
- package/lib/main/browser/view/plugin-view-widget.d.ts +0 -15
- package/lib/main/browser/view/plugin-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-widget.js +22 -22
- package/lib/main/browser/view/plugin-view-widget.js.map +1 -1
- package/lib/main/browser/view/tree-view-widget.d.ts +0 -17
- package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/tree-view-widget.js +31 -33
- package/lib/main/browser/view/tree-view-widget.js.map +1 -1
- package/lib/main/browser/view/tree-views-main.d.ts +0 -15
- package/lib/main/browser/view/tree-views-main.d.ts.map +1 -1
- package/lib/main/browser/view/tree-views-main.js +15 -15
- package/lib/main/browser/view/tree-views-main.js.map +1 -1
- package/lib/main/browser/view/view-context-key-service.d.ts +0 -15
- package/lib/main/browser/view/view-context-key-service.d.ts.map +1 -1
- package/lib/main/browser/view/view-context-key-service.js +18 -18
- package/lib/main/browser/view/view-context-key-service.js.map +1 -1
- package/lib/main/browser/view-column-service.d.ts +0 -15
- package/lib/main/browser/view-column-service.d.ts.map +1 -1
- package/lib/main/browser/view-column-service.js +19 -19
- package/lib/main/browser/view-column-service.js.map +1 -1
- package/lib/main/browser/webview/webview-environment.d.ts +0 -15
- package/lib/main/browser/webview/webview-environment.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-environment.js +18 -18
- package/lib/main/browser/webview/webview-environment.js.map +1 -1
- package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts +0 -15
- package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-frontend-security-warnings.js +19 -19
- package/lib/main/browser/webview/webview-frontend-security-warnings.js.map +1 -1
- package/lib/main/browser/webview/webview-preferences.d.ts +0 -15
- package/lib/main/browser/webview/webview-preferences.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-preferences.js +16 -16
- package/lib/main/browser/webview/webview-preferences.js.map +1 -1
- package/lib/main/browser/webview/webview-resource-cache.d.ts +0 -15
- package/lib/main/browser/webview/webview-resource-cache.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-resource-cache.js +16 -16
- package/lib/main/browser/webview/webview-resource-cache.js.map +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts +2 -17
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.js +20 -20
- package/lib/main/browser/webview/webview-theme-data-provider.js.map +1 -1
- package/lib/main/browser/webview/webview-widget-factory.d.ts +0 -15
- package/lib/main/browser/webview/webview-widget-factory.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-widget-factory.js +15 -15
- package/lib/main/browser/webview/webview-widget-factory.js.map +1 -1
- package/lib/main/browser/webview/webview.d.ts +0 -15
- package/lib/main/browser/webview/webview.d.ts.map +1 -1
- package/lib/main/browser/webview/webview.js +32 -32
- package/lib/main/browser/webview/webview.js.map +1 -1
- package/lib/main/browser/webview-views/webview-views-main.d.ts +31 -0
- package/lib/main/browser/webview-views/webview-views-main.d.ts.map +1 -0
- package/lib/main/browser/webview-views/webview-views-main.js +127 -0
- package/lib/main/browser/webview-views/webview-views-main.js.map +1 -0
- package/lib/main/browser/webview-views/webview-views.d.ts +15 -0
- package/lib/main/browser/webview-views/webview-views.d.ts.map +1 -0
- package/lib/main/browser/webview-views/webview-views.js +23 -0
- package/lib/main/browser/webview-views/webview-views.js.map +1 -0
- package/lib/main/browser/webviews-main.d.ts +0 -15
- package/lib/main/browser/webviews-main.d.ts.map +1 -1
- package/lib/main/browser/webviews-main.js +15 -15
- package/lib/main/browser/webviews-main.js.map +1 -1
- package/lib/main/browser/window-state-main.d.ts +0 -15
- package/lib/main/browser/window-state-main.d.ts.map +1 -1
- package/lib/main/browser/window-state-main.js +16 -16
- package/lib/main/browser/window-state-main.js.map +1 -1
- package/lib/main/browser/workspace-main.d.ts +2 -15
- package/lib/main/browser/workspace-main.d.ts.map +1 -1
- package/lib/main/browser/workspace-main.js +21 -16
- package/lib/main/browser/workspace-main.js.map +1 -1
- package/lib/main/common/plugin-paths-protocol.d.ts +0 -15
- package/lib/main/common/plugin-paths-protocol.d.ts.map +1 -1
- package/lib/main/common/plugin-paths-protocol.js +15 -15
- package/lib/main/common/plugin-paths-protocol.js.map +1 -1
- package/lib/main/common/plugin-theia-environment.d.ts +0 -15
- package/lib/main/common/plugin-theia-environment.d.ts.map +1 -1
- package/lib/main/common/plugin-theia-environment.js +17 -17
- package/lib/main/common/plugin-theia-environment.js.map +1 -1
- package/lib/main/common/webview-protocol.d.ts +0 -15
- package/lib/main/common/webview-protocol.d.ts.map +1 -1
- package/lib/main/common/webview-protocol.js +15 -15
- package/lib/main/common/webview-protocol.js.map +1 -1
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts +0 -15
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts.map +1 -1
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js +15 -15
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js.map +1 -1
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts +0 -15
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts.map +1 -1
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.js +15 -15
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts +0 -15
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts.map +1 -1
- package/lib/main/node/handlers/plugin-theia-directory-handler.js +16 -16
- package/lib/main/node/handlers/plugin-theia-directory-handler.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts +0 -15
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.js +18 -18
- package/lib/main/node/handlers/plugin-theia-file-handler.js.map +1 -1
- package/lib/main/node/paths/const.d.ts +0 -15
- package/lib/main/node/paths/const.d.ts.map +1 -1
- package/lib/main/node/paths/const.js +15 -15
- package/lib/main/node/paths/const.js.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.d.ts +0 -15
- package/lib/main/node/paths/plugin-paths-service.d.ts.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.js +22 -22
- package/lib/main/node/paths/plugin-paths-service.js.map +1 -1
- package/lib/main/node/plugin-cli-contribution.d.ts +0 -15
- package/lib/main/node/plugin-cli-contribution.d.ts.map +1 -1
- package/lib/main/node/plugin-cli-contribution.js +16 -16
- package/lib/main/node/plugin-cli-contribution.js.map +1 -1
- package/lib/main/node/plugin-deployer-contribution.d.ts +0 -15
- package/lib/main/node/plugin-deployer-contribution.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-contribution.js +18 -18
- package/lib/main/node/plugin-deployer-contribution.js.map +1 -1
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-entry-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-entry-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-entry-impl.js +15 -15
- package/lib/main/node/plugin-deployer-entry-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-file-handler-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-file-handler-context-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-impl.d.ts +3 -16
- package/lib/main/node/plugin-deployer-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-impl.js +39 -34
- package/lib/main/node/plugin-deployer-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js +16 -16
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-resolver-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-resolver-context-impl.js.map +1 -1
- package/lib/main/node/plugin-ext-backend-module.d.ts +0 -15
- package/lib/main/node/plugin-ext-backend-module.d.ts.map +1 -1
- package/lib/main/node/plugin-ext-backend-module.js +16 -16
- package/lib/main/node/plugin-ext-backend-module.js.map +1 -1
- package/lib/main/node/plugin-github-resolver.d.ts +0 -15
- package/lib/main/node/plugin-github-resolver.d.ts.map +1 -1
- package/lib/main/node/plugin-github-resolver.js +16 -16
- package/lib/main/node/plugin-github-resolver.js.map +1 -1
- package/lib/main/node/plugin-http-resolver.d.ts +0 -15
- package/lib/main/node/plugin-http-resolver.d.ts.map +1 -1
- package/lib/main/node/plugin-http-resolver.js +16 -16
- package/lib/main/node/plugin-http-resolver.js.map +1 -1
- package/lib/main/node/plugin-server-handler.d.ts +0 -15
- package/lib/main/node/plugin-server-handler.d.ts.map +1 -1
- package/lib/main/node/plugin-server-handler.js +18 -18
- package/lib/main/node/plugin-server-handler.js.map +1 -1
- package/lib/main/node/plugin-service.d.ts +0 -15
- package/lib/main/node/plugin-service.d.ts.map +1 -1
- package/lib/main/node/plugin-service.js +17 -17
- package/lib/main/node/plugin-service.js.map +1 -1
- package/lib/main/node/plugin-theia-deployer-participant.d.ts +0 -15
- package/lib/main/node/plugin-theia-deployer-participant.d.ts.map +1 -1
- package/lib/main/node/plugin-theia-deployer-participant.js +17 -17
- package/lib/main/node/plugin-theia-deployer-participant.js.map +1 -1
- package/lib/main/node/plugins-key-value-storage.d.ts +0 -15
- package/lib/main/node/plugins-key-value-storage.d.ts.map +1 -1
- package/lib/main/node/plugins-key-value-storage.js +19 -19
- package/lib/main/node/plugins-key-value-storage.js.map +1 -1
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/temp-dir-util.js +15 -15
- package/lib/main/node/temp-dir-util.js.map +1 -1
- package/lib/main/node/webview-backend-security-warnings.d.ts +0 -15
- package/lib/main/node/webview-backend-security-warnings.d.ts.map +1 -1
- package/lib/main/node/webview-backend-security-warnings.js +16 -16
- package/lib/main/node/webview-backend-security-warnings.js.map +1 -1
- package/lib/plugin/authentication-ext.d.ts +23 -23
- package/lib/plugin/authentication-ext.d.ts.map +1 -1
- package/lib/plugin/authentication-ext.js +43 -39
- package/lib/plugin/authentication-ext.js.map +1 -1
- package/lib/plugin/clipboard-ext.d.ts +0 -15
- package/lib/plugin/clipboard-ext.d.ts.map +1 -1
- package/lib/plugin/clipboard-ext.js +15 -15
- package/lib/plugin/clipboard-ext.js.map +1 -1
- package/lib/plugin/command-registry.d.ts +0 -15
- package/lib/plugin/command-registry.d.ts.map +1 -1
- package/lib/plugin/command-registry.js +15 -15
- package/lib/plugin/command-registry.js.map +1 -1
- package/lib/plugin/comments.d.ts +0 -15
- package/lib/plugin/comments.d.ts.map +1 -1
- package/lib/plugin/comments.js +21 -21
- package/lib/plugin/comments.js.map +1 -1
- package/lib/plugin/custom-editors.d.ts +0 -15
- package/lib/plugin/custom-editors.d.ts.map +1 -1
- package/lib/plugin/custom-editors.js +15 -15
- package/lib/plugin/custom-editors.js.map +1 -1
- package/lib/plugin/decorations.d.ts +0 -15
- package/lib/plugin/decorations.d.ts.map +1 -1
- package/lib/plugin/decorations.js +16 -16
- package/lib/plugin/decorations.js.map +1 -1
- package/lib/plugin/dialogs.js +15 -15
- package/lib/plugin/dialogs.js.map +1 -1
- package/lib/plugin/document-data.d.ts +0 -15
- package/lib/plugin/document-data.d.ts.map +1 -1
- package/lib/plugin/document-data.js +19 -19
- package/lib/plugin/document-data.js.map +1 -1
- package/lib/plugin/documents.d.ts +0 -15
- package/lib/plugin/documents.d.ts.map +1 -1
- package/lib/plugin/documents.js +16 -16
- package/lib/plugin/documents.js.map +1 -1
- package/lib/plugin/editors-and-documents.d.ts +0 -15
- package/lib/plugin/editors-and-documents.d.ts.map +1 -1
- package/lib/plugin/editors-and-documents.js +21 -21
- package/lib/plugin/editors-and-documents.js.map +1 -1
- package/lib/plugin/env.d.ts +0 -15
- package/lib/plugin/env.d.ts.map +1 -1
- package/lib/plugin/env.js +17 -17
- package/lib/plugin/env.js.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.d.ts +0 -15
- package/lib/plugin/file-system-event-service-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.js +17 -17
- package/lib/plugin/file-system-event-service-ext-impl.js.map +1 -1
- package/lib/plugin/file-system-ext-impl.d.ts +0 -15
- package/lib/plugin/file-system-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-ext-impl.js +16 -16
- package/lib/plugin/file-system-ext-impl.js.map +1 -1
- package/lib/plugin/known-commands.d.ts +0 -15
- package/lib/plugin/known-commands.d.ts.map +1 -1
- package/lib/plugin/known-commands.js +32 -31
- package/lib/plugin/known-commands.js.map +1 -1
- package/lib/plugin/known-commands.spec.d.ts +0 -15
- package/lib/plugin/known-commands.spec.d.ts.map +1 -1
- package/lib/plugin/known-commands.spec.js +16 -16
- package/lib/plugin/known-commands.spec.js.map +1 -1
- package/lib/plugin/label-service.d.ts +0 -15
- package/lib/plugin/label-service.d.ts.map +1 -1
- package/lib/plugin/label-service.js +15 -15
- package/lib/plugin/label-service.js.map +1 -1
- package/lib/plugin/languages/call-hierarchy.d.ts +0 -15
- package/lib/plugin/languages/call-hierarchy.d.ts.map +1 -1
- package/lib/plugin/languages/call-hierarchy.js +15 -15
- package/lib/plugin/languages/call-hierarchy.js.map +1 -1
- package/lib/plugin/languages/code-action.d.ts +7 -16
- package/lib/plugin/languages/code-action.d.ts.map +1 -1
- package/lib/plugin/languages/code-action.js +51 -17
- package/lib/plugin/languages/code-action.js.map +1 -1
- package/lib/plugin/languages/color.d.ts +0 -15
- package/lib/plugin/languages/color.d.ts.map +1 -1
- package/lib/plugin/languages/color.js +15 -15
- package/lib/plugin/languages/color.js.map +1 -1
- package/lib/plugin/languages/completion.d.ts +0 -15
- package/lib/plugin/languages/completion.d.ts.map +1 -1
- package/lib/plugin/languages/completion.js +15 -15
- package/lib/plugin/languages/completion.js.map +1 -1
- package/lib/plugin/languages/declaration.d.ts +0 -15
- package/lib/plugin/languages/declaration.d.ts.map +1 -1
- package/lib/plugin/languages/declaration.js +17 -17
- package/lib/plugin/languages/declaration.js.map +1 -1
- package/lib/plugin/languages/definition.d.ts +0 -15
- package/lib/plugin/languages/definition.d.ts.map +1 -1
- package/lib/plugin/languages/definition.js +17 -17
- package/lib/plugin/languages/definition.js.map +1 -1
- package/lib/plugin/languages/diagnostics.d.ts +0 -15
- package/lib/plugin/languages/diagnostics.d.ts.map +1 -1
- package/lib/plugin/languages/diagnostics.js +18 -18
- package/lib/plugin/languages/diagnostics.js.map +1 -1
- package/lib/plugin/languages/document-formatting.d.ts +0 -15
- package/lib/plugin/languages/document-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/document-formatting.js +15 -15
- package/lib/plugin/languages/document-formatting.js.map +1 -1
- package/lib/plugin/languages/document-highlight.d.ts +0 -15
- package/lib/plugin/languages/document-highlight.d.ts.map +1 -1
- package/lib/plugin/languages/document-highlight.js +15 -15
- package/lib/plugin/languages/document-highlight.js.map +1 -1
- package/lib/plugin/languages/folding.d.ts +0 -15
- package/lib/plugin/languages/folding.d.ts.map +1 -1
- package/lib/plugin/languages/folding.js +15 -15
- package/lib/plugin/languages/folding.js.map +1 -1
- package/lib/plugin/languages/hover.d.ts +0 -15
- package/lib/plugin/languages/hover.d.ts.map +1 -1
- package/lib/plugin/languages/hover.js +15 -15
- package/lib/plugin/languages/hover.js.map +1 -1
- package/lib/plugin/languages/implementation.d.ts +0 -15
- package/lib/plugin/languages/implementation.d.ts.map +1 -1
- package/lib/plugin/languages/implementation.js +17 -17
- package/lib/plugin/languages/implementation.js.map +1 -1
- package/lib/plugin/languages/lens.d.ts +0 -15
- package/lib/plugin/languages/lens.d.ts.map +1 -1
- package/lib/plugin/languages/lens.js +15 -15
- package/lib/plugin/languages/lens.js.map +1 -1
- package/lib/plugin/languages/link-provider.d.ts +0 -15
- package/lib/plugin/languages/link-provider.d.ts.map +1 -1
- package/lib/plugin/languages/link-provider.js +15 -15
- package/lib/plugin/languages/link-provider.js.map +1 -1
- package/lib/plugin/languages/on-type-formatting.d.ts +0 -15
- package/lib/plugin/languages/on-type-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/on-type-formatting.js +15 -15
- package/lib/plugin/languages/on-type-formatting.js.map +1 -1
- package/lib/plugin/languages/outline.d.ts +0 -15
- package/lib/plugin/languages/outline.d.ts.map +1 -1
- package/lib/plugin/languages/outline.js +15 -15
- package/lib/plugin/languages/outline.js.map +1 -1
- package/lib/plugin/languages/range-formatting.d.ts +0 -15
- package/lib/plugin/languages/range-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/range-formatting.js +15 -15
- package/lib/plugin/languages/range-formatting.js.map +1 -1
- package/lib/plugin/languages/reference.d.ts +0 -15
- package/lib/plugin/languages/reference.d.ts.map +1 -1
- package/lib/plugin/languages/reference.js +16 -16
- package/lib/plugin/languages/reference.js.map +1 -1
- package/lib/plugin/languages/rename.d.ts +0 -15
- package/lib/plugin/languages/rename.d.ts.map +1 -1
- package/lib/plugin/languages/rename.js +16 -16
- package/lib/plugin/languages/rename.js.map +1 -1
- package/lib/plugin/languages/selection-range.d.ts +0 -15
- package/lib/plugin/languages/selection-range.d.ts.map +1 -1
- package/lib/plugin/languages/selection-range.js +15 -15
- package/lib/plugin/languages/selection-range.js.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.d.ts +0 -15
- package/lib/plugin/languages/semantic-highlighting.d.ts.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.js +19 -19
- package/lib/plugin/languages/semantic-highlighting.js.map +1 -1
- package/lib/plugin/languages/signature.d.ts +0 -15
- package/lib/plugin/languages/signature.d.ts.map +1 -1
- package/lib/plugin/languages/signature.js +15 -15
- package/lib/plugin/languages/signature.js.map +1 -1
- package/lib/plugin/languages/type-definition.d.ts +0 -15
- package/lib/plugin/languages/type-definition.d.ts.map +1 -1
- package/lib/plugin/languages/type-definition.js +17 -17
- package/lib/plugin/languages/type-definition.js.map +1 -1
- package/lib/plugin/languages/util.d.ts +0 -15
- package/lib/plugin/languages/util.d.ts.map +1 -1
- package/lib/plugin/languages/util.js +15 -15
- package/lib/plugin/languages/util.js.map +1 -1
- package/lib/plugin/languages/workspace-symbol.d.ts +0 -15
- package/lib/plugin/languages/workspace-symbol.d.ts.map +1 -1
- package/lib/plugin/languages/workspace-symbol.js +15 -15
- package/lib/plugin/languages/workspace-symbol.js.map +1 -1
- package/lib/plugin/languages.d.ts +2 -15
- package/lib/plugin/languages.d.ts.map +1 -1
- package/lib/plugin/languages.js +23 -16
- package/lib/plugin/languages.js.map +1 -1
- package/lib/plugin/markdown-string.d.ts +0 -15
- package/lib/plugin/markdown-string.d.ts.map +1 -1
- package/lib/plugin/markdown-string.js +15 -15
- package/lib/plugin/markdown-string.js.map +1 -1
- package/lib/plugin/message-registry.d.ts +0 -15
- package/lib/plugin/message-registry.d.ts.map +1 -1
- package/lib/plugin/message-registry.js +15 -15
- package/lib/plugin/message-registry.js.map +1 -1
- package/lib/plugin/node/debug/debug.js +22 -22
- package/lib/plugin/node/debug/debug.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-session.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-session.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-session.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-session.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.d.ts +1 -16
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.js +19 -19
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.js.map +1 -1
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.d.ts +19 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.d.ts.map +1 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.js +45 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.js.map +1 -0
- package/lib/plugin/node/env-node-ext.d.ts +0 -15
- package/lib/plugin/node/env-node-ext.d.ts.map +1 -1
- package/lib/plugin/node/env-node-ext.js +17 -17
- package/lib/plugin/node/env-node-ext.js.map +1 -1
- package/lib/plugin/notification.d.ts +0 -15
- package/lib/plugin/notification.d.ts.map +1 -1
- package/lib/plugin/notification.js +15 -15
- package/lib/plugin/notification.js.map +1 -1
- package/lib/plugin/output-channel/output-channel-item.d.ts +0 -15
- package/lib/plugin/output-channel/output-channel-item.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.d.ts +0 -15
- package/lib/plugin/output-channel-registry.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.js +15 -15
- package/lib/plugin/output-channel-registry.js.map +1 -1
- package/lib/plugin/path.d.ts +0 -15
- package/lib/plugin/path.d.ts.map +1 -1
- package/lib/plugin/path.js +15 -15
- package/lib/plugin/path.js.map +1 -1
- package/lib/plugin/path.spec.d.ts +0 -15
- package/lib/plugin/path.spec.d.ts.map +1 -1
- package/lib/plugin/path.spec.js +18 -18
- package/lib/plugin/path.spec.js.map +1 -1
- package/lib/plugin/plugin-context.d.ts +0 -15
- package/lib/plugin/plugin-context.d.ts.map +1 -1
- package/lib/plugin/plugin-context.js +100 -48
- package/lib/plugin/plugin-context.js.map +1 -1
- package/lib/plugin/plugin-icon-path.d.ts +0 -15
- package/lib/plugin/plugin-icon-path.d.ts.map +1 -1
- package/lib/plugin/plugin-icon-path.js +15 -15
- package/lib/plugin/plugin-icon-path.js.map +1 -1
- package/lib/plugin/plugin-manager.d.ts +0 -15
- package/lib/plugin/plugin-manager.d.ts.map +1 -1
- package/lib/plugin/plugin-manager.js +26 -24
- package/lib/plugin/plugin-manager.js.map +1 -1
- package/lib/plugin/plugin-storage.d.ts +0 -15
- package/lib/plugin/plugin-storage.d.ts.map +1 -1
- package/lib/plugin/plugin-storage.js +15 -15
- package/lib/plugin/plugin-storage.js.map +1 -1
- package/lib/plugin/preference-registry.d.ts +0 -15
- package/lib/plugin/preference-registry.d.ts.map +1 -1
- package/lib/plugin/preference-registry.js +18 -18
- package/lib/plugin/preference-registry.js.map +1 -1
- package/lib/plugin/preference-registry.spec.d.ts +0 -15
- package/lib/plugin/preference-registry.spec.d.ts.map +1 -1
- package/lib/plugin/preference-registry.spec.js +15 -15
- package/lib/plugin/preference-registry.spec.js.map +1 -1
- package/lib/plugin/preferences/configuration.d.ts +0 -15
- package/lib/plugin/preferences/configuration.d.ts.map +1 -1
- package/lib/plugin/preferences/configuration.js +16 -16
- package/lib/plugin/preferences/configuration.js.map +1 -1
- package/lib/plugin/preferences/configuration.spec.d.ts +0 -15
- package/lib/plugin/preferences/configuration.spec.d.ts.map +1 -1
- package/lib/plugin/preferences/configuration.spec.js +15 -15
- package/lib/plugin/preferences/configuration.spec.js.map +1 -1
- package/lib/plugin/prefix-sum-computer.d.ts +0 -15
- package/lib/plugin/prefix-sum-computer.d.ts.map +1 -1
- package/lib/plugin/prefix-sum-computer.js +15 -15
- package/lib/plugin/prefix-sum-computer.js.map +1 -1
- package/lib/plugin/quick-open.d.ts +0 -15
- package/lib/plugin/quick-open.d.ts.map +1 -1
- package/lib/plugin/quick-open.js +16 -16
- package/lib/plugin/quick-open.js.map +1 -1
- package/lib/plugin/scm.d.ts +0 -15
- package/lib/plugin/scm.d.ts.map +1 -1
- package/lib/plugin/scm.js +16 -18
- package/lib/plugin/scm.js.map +1 -1
- package/lib/plugin/secrets-ext.d.ts +0 -15
- package/lib/plugin/secrets-ext.d.ts.map +1 -1
- package/lib/plugin/secrets-ext.js +15 -15
- package/lib/plugin/secrets-ext.js.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.d.ts +3 -17
- package/lib/plugin/status-bar/status-bar-item.d.ts.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.js +5 -2
- package/lib/plugin/status-bar/status-bar-item.js.map +1 -1
- package/lib/plugin/status-bar-message-registry.d.ts +1 -16
- package/lib/plugin/status-bar-message-registry.d.ts.map +1 -1
- package/lib/plugin/status-bar-message-registry.js +17 -17
- package/lib/plugin/status-bar-message-registry.js.map +1 -1
- package/lib/plugin/tasks/task-provider.d.ts +0 -15
- package/lib/plugin/tasks/task-provider.d.ts.map +1 -1
- package/lib/plugin/tasks/task-provider.js +15 -15
- package/lib/plugin/tasks/task-provider.js.map +1 -1
- package/lib/plugin/tasks/tasks.d.ts +0 -15
- package/lib/plugin/tasks/tasks.d.ts.map +1 -1
- package/lib/plugin/tasks/tasks.js +15 -15
- package/lib/plugin/tasks/tasks.js.map +1 -1
- package/lib/plugin/terminal-ext.d.ts.map +1 -1
- package/lib/plugin/terminal-ext.js +17 -16
- package/lib/plugin/terminal-ext.js.map +1 -1
- package/lib/plugin/text-editor.d.ts +0 -15
- package/lib/plugin/text-editor.d.ts.map +1 -1
- package/lib/plugin/text-editor.js +10 -10
- package/lib/plugin/text-editor.js.map +1 -1
- package/lib/plugin/text-editors.d.ts +0 -15
- package/lib/plugin/text-editors.d.ts.map +1 -1
- package/lib/plugin/text-editors.js +15 -15
- package/lib/plugin/text-editors.js.map +1 -1
- package/lib/plugin/theming.d.ts +0 -15
- package/lib/plugin/theming.d.ts.map +1 -1
- package/lib/plugin/theming.js +15 -15
- package/lib/plugin/theming.js.map +1 -1
- package/lib/plugin/timeline.d.ts +0 -15
- package/lib/plugin/timeline.d.ts.map +1 -1
- package/lib/plugin/timeline.js +15 -15
- package/lib/plugin/timeline.js.map +1 -1
- package/lib/plugin/tree/tree-views.d.ts +0 -15
- package/lib/plugin/tree/tree-views.d.ts.map +1 -1
- package/lib/plugin/tree/tree-views.js +15 -15
- package/lib/plugin/tree/tree-views.js.map +1 -1
- package/lib/plugin/type-converters.d.ts +0 -15
- package/lib/plugin/type-converters.d.ts.map +1 -1
- package/lib/plugin/type-converters.js +21 -20
- package/lib/plugin/type-converters.js.map +1 -1
- package/lib/plugin/type-converters.spec.d.ts +0 -15
- package/lib/plugin/type-converters.spec.d.ts.map +1 -1
- package/lib/plugin/type-converters.spec.js +20 -20
- package/lib/plugin/type-converters.spec.js.map +1 -1
- package/lib/plugin/types-impl.d.ts +0 -15
- package/lib/plugin/types-impl.d.ts.map +1 -1
- package/lib/plugin/types-impl.js +49 -47
- package/lib/plugin/types-impl.js.map +1 -1
- package/lib/plugin/types-impl.spec.d.ts +0 -15
- package/lib/plugin/types-impl.spec.d.ts.map +1 -1
- package/lib/plugin/types-impl.spec.js +15 -15
- package/lib/plugin/types-impl.spec.js.map +1 -1
- package/lib/plugin/webview-views.d.ts +53 -0
- package/lib/plugin/webview-views.d.ts.map +1 -0
- package/lib/plugin/webview-views.js +145 -0
- package/lib/plugin/webview-views.js.map +1 -0
- package/lib/plugin/webviews.d.ts +6 -15
- package/lib/plugin/webviews.d.ts.map +1 -1
- package/lib/plugin/webviews.js +44 -21
- package/lib/plugin/webviews.js.map +1 -1
- package/lib/plugin/window-state.d.ts +0 -15
- package/lib/plugin/window-state.d.ts.map +1 -1
- package/lib/plugin/window-state.js +15 -15
- package/lib/plugin/window-state.js.map +1 -1
- package/lib/plugin/word-helper.d.ts +0 -15
- package/lib/plugin/word-helper.d.ts.map +1 -1
- package/lib/plugin/word-helper.js +15 -15
- package/lib/plugin/word-helper.js.map +1 -1
- package/lib/plugin/workspace.d.ts +6 -15
- package/lib/plugin/workspace.d.ts.map +1 -1
- package/lib/plugin/workspace.js +36 -18
- package/lib/plugin/workspace.js.map +1 -1
- package/lib/plugin-ext-backend-electron-module.d.ts +0 -15
- package/lib/plugin-ext-backend-electron-module.d.ts.map +1 -1
- package/lib/plugin-ext-backend-electron-module.js +17 -17
- package/lib/plugin-ext-backend-electron-module.js.map +1 -1
- package/lib/plugin-ext-backend-module.d.ts +0 -15
- package/lib/plugin-ext-backend-module.d.ts.map +1 -1
- package/lib/plugin-ext-backend-module.js +17 -17
- package/lib/plugin-ext-backend-module.js.map +1 -1
- package/lib/plugin-ext-frontend-electron-module.d.ts +0 -15
- package/lib/plugin-ext-frontend-electron-module.d.ts.map +1 -1
- package/lib/plugin-ext-frontend-electron-module.js +15 -15
- package/lib/plugin-ext-frontend-electron-module.js.map +1 -1
- package/lib/plugin-ext-frontend-module.d.ts +0 -15
- package/lib/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/plugin-ext-frontend-module.js +15 -15
- package/lib/plugin-ext-frontend-module.js.map +1 -1
- package/package.json +23 -23
- package/src/common/arrays.ts +15 -15
- package/src/common/assert.ts +15 -15
- package/src/common/character-classifier.ts +15 -15
- package/src/common/connection.ts +15 -15
- package/src/common/disposable-util.ts +15 -15
- package/src/common/editor-options.ts +15 -15
- package/src/common/env.ts +15 -15
- package/src/common/errors.ts +15 -15
- package/src/common/id-generator.ts +15 -15
- package/src/common/index.ts +15 -15
- package/src/common/link-computer.ts +15 -15
- package/src/common/object-identifier.ts +15 -15
- package/src/common/paths-util.ts +15 -15
- package/src/common/plugin-api-rpc-model.ts +28 -32
- package/src/common/plugin-api-rpc.ts +61 -29
- package/src/common/plugin-ext-api-contribution.ts +15 -15
- package/src/common/plugin-protocol.ts +24 -15
- package/src/common/rpc-protocol.ts +15 -15
- package/src/common/semantic-tokens-dto.ts +15 -15
- package/src/common/types.ts +15 -15
- package/src/common/uint.ts +15 -15
- package/src/common/uri-components.ts +15 -15
- package/src/hosted/browser/hosted-plugin-watcher.ts +15 -15
- package/src/hosted/browser/hosted-plugin.ts +35 -55
- package/src/hosted/browser/plugin-worker.ts +15 -15
- package/src/hosted/browser/worker/debug-stub.ts +15 -15
- package/src/hosted/browser/worker/plugin-manifest-loader.ts +15 -15
- package/src/hosted/browser/worker/worker-env-ext.ts +15 -15
- package/src/hosted/browser/worker/worker-main.ts +29 -16
- package/src/hosted/node/hosted-plugin-cli-contribution.ts +15 -15
- package/src/hosted/node/hosted-plugin-deployer-handler.ts +38 -18
- package/src/hosted/node/hosted-plugin-localization-service.ts +15 -15
- package/src/hosted/node/hosted-plugin-process.ts +15 -15
- package/src/hosted/node/hosted-plugin.ts +15 -15
- package/src/hosted/node/metadata-scanner.ts +15 -15
- package/src/hosted/node/plugin-ext-hosted-backend-module.ts +15 -15
- package/src/hosted/node/plugin-host-rpc.ts +15 -15
- package/src/hosted/node/plugin-host.ts +15 -15
- package/src/hosted/node/plugin-manifest-loader.ts +15 -15
- package/src/hosted/node/plugin-reader.ts +17 -16
- package/src/hosted/node/plugin-service.ts +15 -15
- package/src/hosted/node/scanners/backend-init-theia.ts +15 -15
- package/src/hosted/node/scanners/file-plugin-uri-factory.ts +15 -15
- package/src/hosted/node/scanners/grammars-reader.ts +15 -15
- package/src/hosted/node/scanners/plugin-uri-factory.ts +15 -15
- package/src/hosted/node/scanners/scanner-theia.ts +19 -16
- package/src/hosted/node-electron/plugin-ext-hosted-electron-backend-module.ts +15 -15
- package/src/hosted/node-electron/scanner-theia-electron.ts +16 -16
- package/src/main/browser/authentication-main.ts +152 -96
- package/src/main/browser/callhierarchy/callhierarchy-type-converters.ts +15 -15
- package/src/main/browser/clipboard-main.ts +15 -15
- package/src/main/browser/command-registry-main.ts +15 -15
- package/src/main/browser/commands.ts +15 -15
- package/src/main/browser/comments/comment-glyph-widget.ts +15 -15
- package/src/main/browser/comments/comment-thread-widget.tsx +27 -27
- package/src/main/browser/comments/comments-context-key-service.ts +15 -15
- package/src/main/browser/comments/comments-contribution.ts +15 -15
- package/src/main/browser/comments/comments-decorator.ts +15 -15
- package/src/main/browser/comments/comments-main.ts +15 -15
- package/src/main/browser/comments/comments-service.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-contribution.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-opener.tsx +15 -15
- package/src/main/browser/custom-editors/custom-editor-service.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-widget-factory.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-widget.ts +20 -20
- package/src/main/browser/custom-editors/custom-editors-main.ts +15 -15
- package/src/main/browser/custom-editors/glob.ts +15 -15
- package/src/main/browser/custom-editors/paths.ts +15 -15
- package/src/main/browser/custom-editors/plugin-custom-editor-registry.ts +15 -15
- package/src/main/browser/custom-editors/undo-redo-service.ts +15 -15
- package/src/main/browser/debug/debug-main.ts +15 -15
- package/src/main/browser/debug/plugin-debug-adapter-contribution.ts +15 -15
- package/src/main/browser/debug/plugin-debug-service.ts +15 -15
- package/src/main/browser/debug/plugin-debug-session-contribution-registry.ts +15 -15
- package/src/main/browser/debug/plugin-debug-session-factory.ts +37 -37
- package/src/main/browser/decorations/decorations-main.ts +15 -15
- package/src/main/browser/dialogs/modal-notification.ts +16 -16
- package/src/main/browser/dialogs-main.ts +15 -15
- package/src/main/browser/documents-main.ts +15 -15
- package/src/main/browser/editor/untitled-resource.ts +15 -15
- package/src/main/browser/editors-and-documents-main.ts +15 -15
- package/src/main/browser/env-main.ts +15 -15
- package/src/main/browser/file-system-main-impl.ts +15 -15
- package/src/main/browser/keybindings/keybindings-contribution-handler.ts +15 -15
- package/src/main/browser/label-service-main.ts +15 -15
- package/src/main/browser/languages-main.ts +28 -18
- package/src/main/browser/main-context.ts +19 -15
- package/src/main/browser/main-file-system-event-service.ts +15 -15
- package/src/main/browser/menus/menus-contribution-handler.ts +21 -21
- package/src/main/browser/message-registry-main.ts +15 -15
- package/src/main/browser/notification-main.ts +15 -15
- package/src/main/browser/output-channel-registry-main.ts +15 -15
- package/src/main/browser/plugin-authentication-service.ts +71 -0
- package/src/main/browser/plugin-contribution-handler.ts +15 -15
- package/src/main/browser/plugin-ext-deploy-command.ts +15 -15
- package/src/main/browser/plugin-ext-frontend-module.ts +28 -23
- package/src/main/browser/plugin-ext-widget.tsx +16 -16
- package/src/main/browser/plugin-frontend-contribution.ts +15 -15
- package/src/main/browser/plugin-frontend-view-contribution.ts +15 -15
- package/src/main/browser/plugin-icon-theme-service.ts +15 -15
- package/src/main/browser/plugin-shared-style.ts +15 -15
- package/src/main/browser/plugin-storage.ts +15 -15
- package/src/main/browser/preference-registry-main.ts +15 -15
- package/src/main/browser/quick-open-main.ts +15 -15
- package/src/main/browser/scm-main.ts +15 -15
- package/src/main/browser/secrets-main.ts +15 -15
- package/src/main/browser/selection-provider-command.ts +15 -15
- package/src/main/browser/status-bar-message-registry-main.ts +15 -15
- package/src/main/browser/tasks-main.ts +15 -15
- package/src/main/browser/terminal-main.ts +15 -15
- package/src/main/browser/text-editor-main.ts +15 -15
- package/src/main/browser/text-editor-model-service.ts +15 -15
- package/src/main/browser/text-editors-main.ts +15 -15
- package/src/main/browser/theming-main.ts +15 -15
- package/src/main/browser/timeline-main.ts +15 -15
- package/src/main/browser/view/plugin-tree-view-node-label-provider.ts +15 -15
- package/src/main/browser/view/plugin-view-registry.ts +88 -20
- package/src/main/browser/view/plugin-view-widget.ts +19 -19
- package/src/main/browser/view/tree-view-widget.tsx +29 -32
- package/src/main/browser/view/tree-views-main.ts +15 -15
- package/src/main/browser/view/view-context-key-service.ts +15 -15
- package/src/main/browser/view-column-service.ts +16 -16
- package/src/main/browser/webview/pre/host.js +15 -15
- package/src/main/browser/webview/pre/main.js +15 -15
- package/src/main/browser/webview/pre/service-worker.js +15 -15
- package/src/main/browser/webview/webview-environment.ts +15 -15
- package/src/main/browser/webview/webview-frontend-security-warnings.ts +15 -15
- package/src/main/browser/webview/webview-preferences.ts +15 -15
- package/src/main/browser/webview/webview-resource-cache.ts +15 -15
- package/src/main/browser/webview/webview-theme-data-provider.ts +15 -15
- package/src/main/browser/webview/webview-widget-factory.ts +15 -15
- package/src/main/browser/webview/webview.ts +20 -20
- package/src/main/browser/webview-views/webview-views-main.ts +142 -0
- package/src/main/browser/webview-views/webview-views.ts +38 -0
- package/src/main/browser/webviews-main.ts +15 -15
- package/src/main/browser/window-state-main.ts +15 -15
- package/src/main/browser/workspace-main.ts +24 -16
- package/src/main/common/plugin-paths-protocol.ts +15 -15
- package/src/main/common/plugin-theia-environment.ts +15 -15
- package/src/main/common/webview-protocol.ts +15 -15
- package/src/main/electron-browser/plugin-ext-frontend-electron-module.ts +15 -15
- package/src/main/electron-browser/webview/electron-webview-widget-factory.ts +19 -19
- package/src/main/node/handlers/plugin-theia-directory-handler.ts +15 -15
- package/src/main/node/handlers/plugin-theia-file-handler.ts +15 -15
- package/src/main/node/paths/const.ts +15 -15
- package/src/main/node/paths/plugin-paths-service.ts +16 -16
- package/src/main/node/plugin-cli-contribution.ts +15 -15
- package/src/main/node/plugin-deployer-contribution.ts +15 -15
- package/src/main/node/plugin-deployer-directory-handler-context-impl.ts +15 -15
- package/src/main/node/plugin-deployer-entry-impl.ts +15 -15
- package/src/main/node/plugin-deployer-file-handler-context-impl.ts +15 -15
- package/src/main/node/plugin-deployer-impl.ts +26 -22
- package/src/main/node/plugin-deployer-proxy-entry-impl.ts +15 -15
- package/src/main/node/plugin-deployer-resolver-context-impl.ts +15 -15
- package/src/main/node/plugin-ext-backend-module.ts +15 -15
- package/src/main/node/plugin-github-resolver.ts +15 -15
- package/src/main/node/plugin-http-resolver.ts +15 -15
- package/src/main/node/plugin-server-handler.ts +15 -15
- package/src/main/node/plugin-service.ts +15 -15
- package/src/main/node/plugin-theia-deployer-participant.ts +15 -15
- package/src/main/node/plugins-key-value-storage.ts +15 -15
- package/src/main/node/resolvers/local-directory-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/resolvers/local-file-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/resolvers/local-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/temp-dir-util.ts +15 -15
- package/src/main/node/webview-backend-security-warnings.ts +15 -15
- package/src/plugin/authentication-ext.ts +57 -47
- package/src/plugin/clipboard-ext.ts +15 -15
- package/src/plugin/command-registry.ts +15 -15
- package/src/plugin/comments.ts +15 -15
- package/src/plugin/custom-editors.ts +15 -15
- package/src/plugin/decorations.ts +15 -15
- package/src/plugin/dialogs.ts +15 -15
- package/src/plugin/document-data.ts +15 -15
- package/src/plugin/documents.ts +15 -15
- package/src/plugin/editors-and-documents.ts +15 -15
- package/src/plugin/env.ts +15 -15
- package/src/plugin/file-system-event-service-ext-impl.ts +15 -15
- package/src/plugin/file-system-ext-impl.ts +15 -15
- package/src/plugin/known-commands.spec.ts +15 -15
- package/src/plugin/known-commands.ts +15 -15
- package/src/plugin/label-service.ts +15 -15
- package/src/plugin/languages/call-hierarchy.ts +15 -15
- package/src/plugin/languages/code-action.ts +61 -18
- package/src/plugin/languages/color.ts +15 -15
- package/src/plugin/languages/completion.ts +15 -15
- package/src/plugin/languages/declaration.ts +15 -15
- package/src/plugin/languages/definition.ts +15 -15
- package/src/plugin/languages/diagnostics.ts +15 -15
- package/src/plugin/languages/document-formatting.ts +15 -15
- package/src/plugin/languages/document-highlight.ts +15 -15
- package/src/plugin/languages/folding.ts +15 -15
- package/src/plugin/languages/hover.ts +15 -15
- package/src/plugin/languages/implementation.ts +15 -15
- package/src/plugin/languages/lens.ts +15 -15
- package/src/plugin/languages/link-provider.ts +15 -15
- package/src/plugin/languages/on-type-formatting.ts +15 -15
- package/src/plugin/languages/outline.ts +15 -15
- package/src/plugin/languages/range-formatting.ts +15 -15
- package/src/plugin/languages/reference.ts +15 -15
- package/src/plugin/languages/rename.ts +15 -15
- package/src/plugin/languages/selection-range.ts +15 -15
- package/src/plugin/languages/semantic-highlighting.ts +15 -15
- package/src/plugin/languages/signature.ts +15 -15
- package/src/plugin/languages/type-definition.ts +15 -15
- package/src/plugin/languages/util.ts +15 -15
- package/src/plugin/languages/workspace-symbol.ts +15 -15
- package/src/plugin/languages.ts +24 -15
- package/src/plugin/markdown-string.ts +15 -15
- package/src/plugin/message-registry.ts +15 -15
- package/src/plugin/node/debug/debug.ts +15 -15
- package/src/plugin/node/debug/plugin-debug-adapter-executable-resolver.ts +15 -15
- package/src/plugin/node/debug/plugin-debug-adapter-session.ts +22 -22
- package/src/plugin/node/debug/plugin-debug-adapter-starter.ts +16 -16
- package/src/plugin/node/debug/plugin-debug-adapter-tracker.ts +15 -15
- package/src/plugin/node/debug/plugin-inline-debug-adapter.ts +47 -0
- package/src/plugin/node/env-node-ext.ts +16 -16
- package/src/plugin/notification.ts +15 -15
- package/src/plugin/output-channel/output-channel-item.ts +15 -15
- package/src/plugin/output-channel-registry.ts +15 -15
- package/src/plugin/path.spec.ts +15 -15
- package/src/plugin/path.ts +15 -15
- package/src/plugin/plugin-context.ts +88 -25
- package/src/plugin/plugin-icon-path.ts +15 -15
- package/src/plugin/plugin-manager.ts +21 -19
- package/src/plugin/plugin-storage.ts +15 -15
- package/src/plugin/preference-registry.spec.ts +15 -15
- package/src/plugin/preference-registry.ts +15 -15
- package/src/plugin/preferences/configuration.spec.ts +15 -15
- package/src/plugin/preferences/configuration.ts +15 -15
- package/src/plugin/prefix-sum-computer.ts +15 -15
- package/src/plugin/quick-open.ts +28 -26
- package/src/plugin/scm.ts +15 -15
- package/src/plugin/secrets-ext.ts +15 -15
- package/src/plugin/status-bar/status-bar-item.ts +23 -17
- package/src/plugin/status-bar-message-registry.ts +18 -17
- package/src/plugin/tasks/task-provider.ts +15 -15
- package/src/plugin/tasks/tasks.ts +15 -15
- package/src/plugin/terminal-ext.ts +17 -16
- package/src/plugin/text-editor.ts +15 -15
- package/src/plugin/text-editors.ts +15 -15
- package/src/plugin/theming.ts +15 -15
- package/src/plugin/timeline.ts +15 -15
- package/src/plugin/tree/tree-views.ts +15 -15
- package/src/plugin/type-converters.spec.ts +15 -15
- package/src/plugin/type-converters.ts +15 -15
- package/src/plugin/types-impl.spec.ts +15 -15
- package/src/plugin/types-impl.ts +23 -23
- package/src/plugin/webview-views.ts +213 -0
- package/src/plugin/webviews.ts +45 -15
- package/src/plugin/window-state.ts +15 -15
- package/src/plugin/word-helper.ts +15 -15
- package/src/plugin/workspace.ts +38 -15
- package/src/plugin-ext-backend-electron-module.ts +15 -15
- package/src/plugin-ext-backend-module.ts +15 -15
- package/src/plugin-ext-frontend-electron-module.ts +15 -15
- package/src/plugin-ext-frontend-module.ts +15 -15
- package/src/typings/index.d.ts +15 -15
- package/src/typings/monaco/index.d.ts +15 -15
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import '../../../src/main/style/status-bar.css';
|
|
18
18
|
import '../../../src/main/browser/style/index.css';
|
|
@@ -21,7 +21,7 @@ import '../../../src/main/browser/style/comments.css';
|
|
|
21
21
|
import { ContainerModule } from '@theia/core/shared/inversify';
|
|
22
22
|
import {
|
|
23
23
|
FrontendApplicationContribution, WidgetFactory, bindViewContribution,
|
|
24
|
-
ViewContainerIdentifier, ViewContainer, createTreeContainer,
|
|
24
|
+
ViewContainerIdentifier, ViewContainer, createTreeContainer, TreeWidget, LabelProviderContribution
|
|
25
25
|
} from '@theia/core/lib/browser';
|
|
26
26
|
import { MaybePromise, CommandContribution, ResourceResolver, bindContributionProvider } from '@theia/core/lib/common';
|
|
27
27
|
import { WebSocketConnectionProvider } from '@theia/core/lib/browser/messaging';
|
|
@@ -76,6 +76,8 @@ import { CustomEditorWidget } from './custom-editors/custom-editor-widget';
|
|
|
76
76
|
import { CustomEditorService } from './custom-editors/custom-editor-service';
|
|
77
77
|
import { UndoRedoService } from './custom-editors/undo-redo-service';
|
|
78
78
|
import { WebviewFrontendSecurityWarnings } from './webview/webview-frontend-security-warnings';
|
|
79
|
+
import { PluginAuthenticationServiceImpl } from './plugin-authentication-service';
|
|
80
|
+
import { AuthenticationService } from '@theia/core/lib/browser/authentication-service';
|
|
79
81
|
|
|
80
82
|
export default new ContainerModule((bind, unbind, isBound, rebind) => {
|
|
81
83
|
|
|
@@ -145,21 +147,21 @@ export default new ContainerModule((bind, unbind, isBound, rebind) => {
|
|
|
145
147
|
bind(WidgetFactory).toDynamicValue(({ container }) => ({
|
|
146
148
|
id: PLUGIN_VIEW_DATA_FACTORY_ID,
|
|
147
149
|
createWidget: (identifier: TreeViewWidgetIdentifier) => {
|
|
148
|
-
const
|
|
150
|
+
const props = {
|
|
149
151
|
contextMenuPath: VIEW_ITEM_CONTEXT_MENU,
|
|
150
152
|
expandOnlyOnExpansionToggleClick: true,
|
|
151
153
|
expansionTogglePadding: 22,
|
|
152
154
|
globalSelection: true,
|
|
153
155
|
leftPadding: 8,
|
|
154
156
|
search: true
|
|
157
|
+
};
|
|
158
|
+
const child = createTreeContainer(container, {
|
|
159
|
+
props,
|
|
160
|
+
tree: PluginTree,
|
|
161
|
+
model: PluginTreeModel,
|
|
162
|
+
widget: TreeViewWidget,
|
|
155
163
|
});
|
|
156
164
|
child.bind(TreeViewWidgetIdentifier).toConstantValue(identifier);
|
|
157
|
-
child.bind(PluginTree).toSelf();
|
|
158
|
-
child.rebind(TreeImpl).toService(PluginTree);
|
|
159
|
-
child.bind(PluginTreeModel).toSelf();
|
|
160
|
-
child.rebind(TreeModelImpl).toService(PluginTreeModel);
|
|
161
|
-
child.bind(TreeViewWidget).toSelf();
|
|
162
|
-
child.rebind(TreeWidget).toService(TreeViewWidget);
|
|
163
165
|
return child.get(TreeWidget);
|
|
164
166
|
}
|
|
165
167
|
})).inSingletonScope();
|
|
@@ -234,4 +236,7 @@ export default new ContainerModule((bind, unbind, isBound, rebind) => {
|
|
|
234
236
|
|
|
235
237
|
bind(WebviewFrontendSecurityWarnings).toSelf().inSingletonScope();
|
|
236
238
|
bind(FrontendApplicationContribution).toService(WebviewFrontendSecurityWarnings);
|
|
239
|
+
|
|
240
|
+
bind(PluginAuthenticationServiceImpl).toSelf().inSingletonScope();
|
|
241
|
+
rebind(AuthenticationService).toService(PluginAuthenticationServiceImpl);
|
|
237
242
|
});
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import * as React from '@theia/core/shared/react';
|
|
18
18
|
import { injectable, inject, postConstruct } from '@theia/core/shared/inversify';
|
|
@@ -52,7 +52,7 @@ export class PluginWidget extends ReactWidget {
|
|
|
52
52
|
this.toDispose.push(this.pluginService.onDidChangePlugins(() => this.update()));
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
protected onActivateRequest(msg: Message): void {
|
|
55
|
+
protected override onActivateRequest(msg: Message): void {
|
|
56
56
|
super.onActivateRequest(msg);
|
|
57
57
|
this.node.focus();
|
|
58
58
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
18
18
|
import { CommandRegistry, CommandContribution } from '@theia/core/lib/common';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable } from '@theia/core/shared/inversify';
|
|
18
18
|
import { AbstractViewContribution } from '@theia/core/lib/browser/shell/view-contribution';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2019 TypeFox and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
/*---------------------------------------------------------------------------------------------
|
|
17
17
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
18
18
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2019 TypeFox and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable } from '@theia/core/shared/inversify';
|
|
18
18
|
import { Disposable, DisposableCollection } from '@theia/core/lib/common/disposable';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { interfaces } from '@theia/core/shared/inversify';
|
|
18
18
|
import { StorageMain } from '../../common/plugin-api-rpc';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import {
|
|
18
18
|
PreferenceService,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
17
17
|
|
|
18
18
|
import { InputBoxOptions } from '@theia/plugin';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2019-2021 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/*---------------------------------------------------------------------------------------------
|
|
18
18
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2021 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/*---------------------------------------------------------------------------------------------
|
|
18
18
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
16
|
|
|
17
17
|
import { Command, CommandContribution, CommandRegistry } from '@theia/core/lib/common/command';
|
|
18
18
|
import { inject, injectable } from '@theia/core/shared/inversify';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
import { interfaces } from '@theia/core/shared/inversify';
|
|
17
17
|
import { Disposable, DisposableCollection } from '@theia/core/lib/common/disposable';
|
|
18
18
|
import * as types from '../../plugin/types-impl';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import {
|
|
18
18
|
TasksMain,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
// *****************************************************************************
|
|
2
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
+
//
|
|
4
|
+
// This program and the accompanying materials are made available under the
|
|
5
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
+
//
|
|
8
|
+
// This Source Code may also be made available under the following Secondary
|
|
9
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
+
// with the GNU Classpath Exception which is available at
|
|
12
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
13
|
+
//
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
+
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { interfaces } from '@theia/core/shared/inversify';
|
|
18
18
|
import { ApplicationShell, WidgetOpenerOptions } from '@theia/core/lib/browser';
|