@theia/plugin-ext 1.67.0-next.56 → 1.67.0-next.86
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 +24 -0
- package/lib/common/arrays.d.ts.map +1 -0
- package/lib/common/arrays.js +61 -0
- package/lib/common/arrays.js.map +1 -0
- package/lib/common/assert.d.ts +2 -0
- package/lib/common/assert.d.ts.map +1 -0
- package/lib/common/assert.js +26 -0
- package/lib/common/assert.js.map +1 -0
- package/lib/common/cache.d.ts +12 -0
- package/lib/common/cache.d.ts.map +1 -0
- package/lib/common/cache.js +48 -0
- package/lib/common/cache.js.map +1 -0
- package/lib/common/character-classifier.d.ts +19 -0
- package/lib/common/character-classifier.d.ts.map +1 -0
- package/lib/common/character-classifier.js +61 -0
- package/lib/common/character-classifier.js.map +1 -0
- package/lib/common/collections.d.ts +9 -0
- package/lib/common/collections.d.ts.map +1 -0
- package/lib/common/collections.js +56 -0
- package/lib/common/collections.js.map +1 -0
- package/lib/common/commands.d.ts +4 -0
- package/lib/common/commands.d.ts.map +1 -0
- package/lib/common/commands.js +17 -0
- package/lib/common/commands.js.map +1 -0
- package/lib/common/connection.d.ts +55 -0
- package/lib/common/connection.d.ts.map +1 -0
- package/lib/common/connection.js +108 -0
- package/lib/common/connection.js.map +1 -0
- package/lib/common/disposable-util.d.ts +7 -0
- package/lib/common/disposable-util.d.ts.map +1 -0
- package/lib/common/disposable-util.js +38 -0
- package/lib/common/disposable-util.js.map +1 -0
- package/lib/common/editor-options.d.ts +31 -0
- package/lib/common/editor-options.d.ts.map +1 -0
- package/lib/common/editor-options.js +73 -0
- package/lib/common/editor-options.js.map +1 -0
- package/lib/common/env.d.ts +4 -0
- package/lib/common/env.d.ts.map +1 -0
- package/lib/common/env.js +18 -0
- package/lib/common/env.js.map +1 -0
- package/lib/common/errors.d.ts +18 -0
- package/lib/common/errors.d.ts.map +1 -0
- package/lib/common/errors.js +59 -0
- package/lib/common/errors.js.map +1 -0
- package/lib/common/id-generator.d.ts +7 -0
- package/lib/common/id-generator.d.ts.map +1 -0
- package/lib/common/id-generator.js +29 -0
- package/lib/common/id-generator.js.map +1 -0
- package/lib/common/index.d.ts +4 -0
- package/lib/common/index.d.ts.map +1 -0
- package/lib/common/index.js +25 -0
- package/lib/common/index.js.map +1 -0
- package/lib/common/language-pack-service.d.ts +16 -0
- package/lib/common/language-pack-service.d.ts.map +1 -0
- package/lib/common/language-pack-service.js +21 -0
- package/lib/common/language-pack-service.js.map +1 -0
- package/lib/common/link-computer.d.ts +42 -0
- package/lib/common/link-computer.d.ts.map +1 -0
- package/lib/common/link-computer.js +276 -0
- package/lib/common/link-computer.js.map +1 -0
- package/lib/common/lm-protocol.d.ts +103 -0
- package/lib/common/lm-protocol.d.ts.map +1 -0
- package/lib/common/lm-protocol.js +21 -0
- package/lib/common/lm-protocol.js.map +1 -0
- package/lib/common/object-identifier.d.ts +9 -0
- package/lib/common/object-identifier.d.ts.map +1 -0
- package/lib/common/object-identifier.js +33 -0
- package/lib/common/object-identifier.js.map +1 -0
- package/lib/common/objects.d.ts +2 -0
- package/lib/common/objects.d.ts.map +1 -0
- package/lib/common/objects.js +47 -0
- package/lib/common/objects.js.map +1 -0
- package/lib/common/paths-util.d.ts +4 -0
- package/lib/common/paths-util.d.ts.map +1 -0
- package/lib/common/paths-util.js +145 -0
- package/lib/common/paths-util.js.map +1 -0
- package/lib/common/plugin-api-rpc-model.d.ts +776 -0
- package/lib/common/plugin-api-rpc-model.d.ts.map +1 -0
- package/lib/common/plugin-api-rpc-model.js +179 -0
- package/lib/common/plugin-api-rpc-model.js.map +1 -0
- package/lib/common/plugin-api-rpc.d.ts +2220 -0
- package/lib/common/plugin-api-rpc.d.ts.map +1 -0
- package/lib/common/plugin-api-rpc.js +341 -0
- package/lib/common/plugin-api-rpc.js.map +1 -0
- package/lib/common/plugin-ext-api-contribution.d.ts +89 -0
- package/lib/common/plugin-ext-api-contribution.d.ts.map +1 -0
- package/lib/common/plugin-ext-api-contribution.js +6 -0
- package/lib/common/plugin-ext-api-contribution.js.map +1 -0
- package/lib/common/plugin-identifiers.d.ts +47 -0
- package/lib/common/plugin-identifiers.d.ts.map +1 -0
- package/lib/common/plugin-identifiers.js +90 -0
- package/lib/common/plugin-identifiers.js.map +1 -0
- package/lib/common/plugin-protocol.d.ts +960 -0
- package/lib/common/plugin-protocol.d.ts.map +1 -0
- package/lib/common/plugin-protocol.js +73 -0
- package/lib/common/plugin-protocol.js.map +1 -0
- package/lib/common/reference-map.d.ts +8 -0
- package/lib/common/reference-map.d.ts.map +1 -0
- package/lib/common/reference-map.js +40 -0
- package/lib/common/reference-map.js.map +1 -0
- package/lib/common/rpc-protocol.d.ts +83 -0
- package/lib/common/rpc-protocol.d.ts.map +1 -0
- package/lib/common/rpc-protocol.js +262 -0
- package/lib/common/rpc-protocol.js.map +1 -0
- package/lib/common/semantic-tokens-dto.d.ts +19 -0
- package/lib/common/semantic-tokens-dto.d.ts.map +1 -0
- package/lib/common/semantic-tokens-dto.js +163 -0
- package/lib/common/semantic-tokens-dto.js.map +1 -0
- package/lib/common/test-types.d.ts +103 -0
- package/lib/common/test-types.d.ts.map +1 -0
- package/lib/common/test-types.js +83 -0
- package/lib/common/test-types.js.map +1 -0
- package/lib/common/types.d.ts +38 -0
- package/lib/common/types.d.ts.map +1 -0
- package/lib/common/types.js +122 -0
- package/lib/common/types.js.map +1 -0
- package/lib/common/uint.d.ts +8 -0
- package/lib/common/uint.d.ts.map +1 -0
- package/lib/common/uint.js +34 -0
- package/lib/common/uint.js.map +1 -0
- package/lib/common/uri-components.d.ts +40 -0
- package/lib/common/uri-components.d.ts.map +1 -0
- package/lib/common/uri-components.js +65 -0
- package/lib/common/uri-components.js.map +1 -0
- package/lib/hosted/browser/hosted-plugin-watcher.d.ts +16 -0
- package/lib/hosted/browser/hosted-plugin-watcher.d.ts.map +1 -0
- package/lib/hosted/browser/hosted-plugin-watcher.js +55 -0
- package/lib/hosted/browser/hosted-plugin-watcher.js.map +1 -0
- package/lib/hosted/browser/hosted-plugin.d.ts +101 -0
- package/lib/hosted/browser/hosted-plugin.d.ts.map +1 -0
- package/lib/hosted/browser/hosted-plugin.js +605 -0
- package/lib/hosted/browser/hosted-plugin.js.map +1 -0
- package/lib/hosted/browser/plugin-worker.d.ts +7 -0
- package/lib/hosted/browser/plugin-worker.d.ts.map +1 -0
- package/lib/hosted/browser/plugin-worker.js +50 -0
- package/lib/hosted/browser/plugin-worker.js.map +1 -0
- package/lib/hosted/browser/worker/debug-stub.d.ts +4 -0
- package/lib/hosted/browser/worker/debug-stub.d.ts.map +1 -0
- package/lib/hosted/browser/worker/debug-stub.js +30 -0
- package/lib/hosted/browser/worker/debug-stub.js.map +1 -0
- package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts +3 -0
- package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts.map +1 -0
- package/lib/hosted/browser/worker/plugin-manifest-loader.js +108 -0
- package/lib/hosted/browser/worker/plugin-manifest-loader.js.map +1 -0
- package/lib/hosted/browser/worker/worker-env-ext.d.ts +11 -0
- package/lib/hosted/browser/worker/worker-env-ext.d.ts.map +1 -0
- package/lib/hosted/browser/worker/worker-env-ext.js +43 -0
- package/lib/hosted/browser/worker/worker-env-ext.js.map +1 -0
- package/lib/hosted/browser/worker/worker-main.d.ts +2 -0
- package/lib/hosted/browser/worker/worker-main.d.ts.map +1 -0
- package/lib/hosted/browser/worker/worker-main.js +183 -0
- package/lib/hosted/browser/worker/worker-main.js.map +1 -0
- package/lib/hosted/browser/worker/worker-plugin-module.d.ts +5 -0
- package/lib/hosted/browser/worker/worker-plugin-module.d.ts.map +1 -0
- package/lib/hosted/browser/worker/worker-plugin-module.js +80 -0
- package/lib/hosted/browser/worker/worker-plugin-module.js.map +1 -0
- package/lib/hosted/common/hosted-plugin.d.ts +97 -0
- package/lib/hosted/common/hosted-plugin.d.ts.map +1 -0
- package/lib/hosted/common/hosted-plugin.js +408 -0
- package/lib/hosted/common/hosted-plugin.js.map +1 -0
- package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts +17 -0
- package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts.map +1 -0
- package/lib/hosted/node/hosted-plugin-cli-contribution.js +72 -0
- package/lib/hosted/node/hosted-plugin-cli-contribution.js.map +1 -0
- package/lib/hosted/node/hosted-plugin-localization-service.d.ts +47 -0
- package/lib/hosted/node/hosted-plugin-localization-service.d.ts.map +1 -0
- package/lib/hosted/node/hosted-plugin-localization-service.js +380 -0
- package/lib/hosted/node/hosted-plugin-localization-service.js.map +1 -0
- package/lib/hosted/node/hosted-plugin-process.d.ts +42 -0
- package/lib/hosted/node/hosted-plugin-process.d.ts.map +1 -0
- package/lib/hosted/node/hosted-plugin-process.js +205 -0
- package/lib/hosted/node/hosted-plugin-process.js.map +1 -0
- package/lib/hosted/node/hosted-plugin-protocol.d.ts +22 -0
- package/lib/hosted/node/hosted-plugin-protocol.d.ts.map +1 -0
- package/lib/hosted/node/hosted-plugin-protocol.js +37 -0
- package/lib/hosted/node/hosted-plugin-protocol.js.map +1 -0
- package/lib/hosted/node/hosted-plugin.d.ts +29 -0
- package/lib/hosted/node/hosted-plugin.d.ts.map +1 -0
- package/lib/hosted/node/hosted-plugin.js +99 -0
- package/lib/hosted/node/hosted-plugin.js.map +1 -0
- package/lib/hosted/node/metadata-scanner.d.ts +18 -0
- package/lib/hosted/node/metadata-scanner.d.ts.map +1 -0
- package/lib/hosted/node/metadata-scanner.js +73 -0
- package/lib/hosted/node/metadata-scanner.js.map +1 -0
- package/lib/hosted/node/plugin-activation-events.d.ts +7 -0
- package/lib/hosted/node/plugin-activation-events.d.ts.map +1 -0
- package/lib/hosted/node/plugin-activation-events.js +96 -0
- package/lib/hosted/node/plugin-activation-events.js.map +1 -0
- package/lib/hosted/node/plugin-deployer-handler-impl.d.ts +48 -0
- package/lib/hosted/node/plugin-deployer-handler-impl.d.ts.map +1 -0
- package/lib/hosted/node/plugin-deployer-handler-impl.js +277 -0
- package/lib/hosted/node/plugin-deployer-handler-impl.js.map +1 -0
- package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts +4 -0
- package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts.map +1 -0
- package/lib/hosted/node/plugin-ext-hosted-backend-module.js +83 -0
- package/lib/hosted/node/plugin-ext-hosted-backend-module.js.map +1 -0
- package/lib/hosted/node/plugin-host-logger.d.ts +3 -0
- package/lib/hosted/node/plugin-host-logger.d.ts.map +1 -0
- package/lib/hosted/node/plugin-host-logger.js +39 -0
- package/lib/hosted/node/plugin-host-logger.js.map +1 -0
- package/lib/hosted/node/plugin-host-module.d.ts +5 -0
- package/lib/hosted/node/plugin-host-module.d.ts.map +1 -0
- package/lib/hosted/node/plugin-host-module.js +75 -0
- package/lib/hosted/node/plugin-host-module.js.map +1 -0
- package/lib/hosted/node/plugin-host-proxy.d.ts +19 -0
- package/lib/hosted/node/plugin-host-proxy.d.ts.map +1 -0
- package/lib/hosted/node/plugin-host-proxy.js +71 -0
- package/lib/hosted/node/plugin-host-proxy.js.map +1 -0
- package/lib/hosted/node/plugin-host-rpc.d.ts +108 -0
- package/lib/hosted/node/plugin-host-rpc.d.ts.map +1 -0
- package/lib/hosted/node/plugin-host-rpc.js +333 -0
- package/lib/hosted/node/plugin-host-rpc.js.map +1 -0
- package/lib/hosted/node/plugin-host.d.ts +2 -0
- package/lib/hosted/node/plugin-host.d.ts.map +1 -0
- package/lib/hosted/node/plugin-host.js +114 -0
- package/lib/hosted/node/plugin-host.js.map +1 -0
- package/lib/hosted/node/plugin-language-pack-service.d.ts +8 -0
- package/lib/hosted/node/plugin-language-pack-service.d.ts.map +1 -0
- package/lib/hosted/node/plugin-language-pack-service.js +49 -0
- package/lib/hosted/node/plugin-language-pack-service.js.map +1 -0
- package/lib/hosted/node/plugin-manifest-loader.d.ts +3 -0
- package/lib/hosted/node/plugin-manifest-loader.d.ts.map +1 -0
- package/lib/hosted/node/plugin-manifest-loader.js +36 -0
- package/lib/hosted/node/plugin-manifest-loader.js.map +1 -0
- package/lib/hosted/node/plugin-reader.d.ts +26 -0
- package/lib/hosted/node/plugin-reader.d.ts.map +1 -0
- package/lib/hosted/node/plugin-reader.js +140 -0
- package/lib/hosted/node/plugin-reader.js.map +1 -0
- package/lib/hosted/node/plugin-require-override.d.ts +25 -0
- package/lib/hosted/node/plugin-require-override.d.ts.map +1 -0
- package/lib/hosted/node/plugin-require-override.js +56 -0
- package/lib/hosted/node/plugin-require-override.js.map +1 -0
- package/lib/hosted/node/plugin-service.d.ts +56 -0
- package/lib/hosted/node/plugin-service.d.ts.map +1 -0
- package/lib/hosted/node/plugin-service.js +203 -0
- package/lib/hosted/node/plugin-service.js.map +1 -0
- package/lib/hosted/node/scanners/backend-init-theia.d.ts +3 -0
- package/lib/hosted/node/scanners/backend-init-theia.d.ts.map +1 -0
- package/lib/hosted/node/scanners/backend-init-theia.js +61 -0
- package/lib/hosted/node/scanners/backend-init-theia.js.map +1 -0
- package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts +11 -0
- package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts.map +1 -0
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js +36 -0
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js.map +1 -0
- package/lib/hosted/node/scanners/grammars-reader.d.ts +6 -0
- package/lib/hosted/node/scanners/grammars-reader.d.ts.map +1 -0
- package/lib/hosted/node/scanners/grammars-reader.js +59 -0
- package/lib/hosted/node/scanners/grammars-reader.js.map +1 -0
- package/lib/hosted/node/scanners/plugin-uri-factory.d.ts +17 -0
- package/lib/hosted/node/scanners/plugin-uri-factory.d.ts.map +1 -0
- package/lib/hosted/node/scanners/plugin-uri-factory.js +20 -0
- package/lib/hosted/node/scanners/plugin-uri-factory.js.map +1 -0
- package/lib/hosted/node/scanners/scanner-theia.d.ts +113 -0
- package/lib/hosted/node/scanners/scanner-theia.d.ts.map +1 -0
- package/lib/hosted/node/scanners/scanner-theia.js +923 -0
- package/lib/hosted/node/scanners/scanner-theia.js.map +1 -0
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts +3 -0
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts.map +1 -0
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js +27 -0
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js.map +1 -0
- package/lib/hosted/node-electron/scanner-theia-electron.d.ts +6 -0
- package/lib/hosted/node-electron/scanner-theia-electron.d.ts.map +1 -0
- package/lib/hosted/node-electron/scanner-theia-electron.js +36 -0
- package/lib/hosted/node-electron/scanner-theia-electron.js.map +1 -0
- package/lib/main/browser/authentication-main.d.ts +52 -0
- package/lib/main/browser/authentication-main.d.ts.map +1 -0
- package/lib/main/browser/authentication-main.js +324 -0
- package/lib/main/browser/authentication-main.js.map +1 -0
- package/lib/main/browser/clipboard-main.d.ts +10 -0
- package/lib/main/browser/clipboard-main.d.ts.map +1 -0
- package/lib/main/browser/clipboard-main.js +33 -0
- package/lib/main/browser/clipboard-main.js.map +1 -0
- package/lib/main/browser/command-registry-main.d.ts +28 -0
- package/lib/main/browser/command-registry-main.d.ts.map +1 -0
- package/lib/main/browser/command-registry-main.js +113 -0
- package/lib/main/browser/command-registry-main.js.map +1 -0
- package/lib/main/browser/commands.d.ts +13 -0
- package/lib/main/browser/commands.d.ts.map +1 -0
- package/lib/main/browser/commands.js +92 -0
- package/lib/main/browser/commands.js.map +1 -0
- package/lib/main/browser/comments/comment-glyph-widget.d.ts +13 -0
- package/lib/main/browser/comments/comment-glyph-widget.d.ts.map +1 -0
- package/lib/main/browser/comments/comment-glyph-widget.js +43 -0
- package/lib/main/browser/comments/comment-glyph-widget.js.map +1 -0
- package/lib/main/browser/comments/comment-thread-widget.d.ts +178 -0
- package/lib/main/browser/comments/comment-thread-widget.d.ts.map +1 -0
- package/lib/main/browser/comments/comment-thread-widget.js +523 -0
- package/lib/main/browser/comments/comment-thread-widget.js.map +1 -0
- package/lib/main/browser/comments/comments-context.d.ts +13 -0
- package/lib/main/browser/comments/comments-context.d.ts.map +1 -0
- package/lib/main/browser/comments/comments-context.js +56 -0
- package/lib/main/browser/comments/comments-context.js.map +1 -0
- package/lib/main/browser/comments/comments-contribution.d.ts +32 -0
- package/lib/main/browser/comments/comments-contribution.d.ts.map +1 -0
- package/lib/main/browser/comments/comments-contribution.js +258 -0
- package/lib/main/browser/comments/comments-contribution.js.map +1 -0
- package/lib/main/browser/comments/comments-decorator.d.ts +16 -0
- package/lib/main/browser/comments/comments-decorator.d.ts.map +1 -0
- package/lib/main/browser/comments/comments-decorator.js +100 -0
- package/lib/main/browser/comments/comments-decorator.js.map +1 -0
- package/lib/main/browser/comments/comments-main.d.ts +116 -0
- package/lib/main/browser/comments/comments-main.d.ts.map +1 -0
- package/lib/main/browser/comments/comments-main.js +358 -0
- package/lib/main/browser/comments/comments-main.js.map +1 -0
- package/lib/main/browser/comments/comments-service.d.ts +76 -0
- package/lib/main/browser/comments/comments-service.d.ts.map +1 -0
- package/lib/main/browser/comments/comments-service.js +118 -0
- package/lib/main/browser/comments/comments-service.js.map +1 -0
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts +29 -0
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts.map +1 -0
- package/lib/main/browser/custom-editors/custom-editor-opener.js +196 -0
- package/lib/main/browser/custom-editors/custom-editor-opener.js.map +1 -0
- package/lib/main/browser/custom-editors/custom-editor-service.d.ts +17 -0
- package/lib/main/browser/custom-editors/custom-editor-service.d.ts.map +1 -0
- package/lib/main/browser/custom-editors/custom-editor-service.js +98 -0
- package/lib/main/browser/custom-editors/custom-editor-service.js.map +1 -0
- package/lib/main/browser/custom-editors/custom-editor-undo-redo-handler.d.ts +10 -0
- package/lib/main/browser/custom-editors/custom-editor-undo-redo-handler.d.ts.map +1 -0
- package/lib/main/browser/custom-editors/custom-editor-undo-redo-handler.js +49 -0
- package/lib/main/browser/custom-editors/custom-editor-undo-redo-handler.js.map +1 -0
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts +10 -0
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts.map +1 -0
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.js +40 -0
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.js.map +1 -0
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts +35 -0
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts.map +1 -0
- package/lib/main/browser/custom-editors/custom-editor-widget.js +108 -0
- package/lib/main/browser/custom-editors/custom-editor-widget.js.map +1 -0
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts +123 -0
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -0
- package/lib/main/browser/custom-editors/custom-editors-main.js +380 -0
- package/lib/main/browser/custom-editors/custom-editors-main.js.map +1 -0
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts +22 -0
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts.map +1 -0
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js +128 -0
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js.map +1 -0
- package/lib/main/browser/data-transfer/data-transfer-type-converters.d.ts +9 -0
- package/lib/main/browser/data-transfer/data-transfer-type-converters.d.ts.map +1 -0
- package/lib/main/browser/data-transfer/data-transfer-type-converters.js +63 -0
- package/lib/main/browser/data-transfer/data-transfer-type-converters.js.map +1 -0
- package/lib/main/browser/debug/debug-main.d.ts +52 -0
- package/lib/main/browser/debug/debug-main.d.ts.map +1 -0
- package/lib/main/browser/debug/debug-main.js +314 -0
- package/lib/main/browser/debug/debug-main.js.map +1 -0
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts +19 -0
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts.map +1 -0
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.js +43 -0
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.js.map +1 -0
- package/lib/main/browser/debug/plugin-debug-configuration-provider.d.ts +18 -0
- package/lib/main/browser/debug/plugin-debug-configuration-provider.d.ts.map +1 -0
- package/lib/main/browser/debug/plugin-debug-configuration-provider.js +40 -0
- package/lib/main/browser/debug/plugin-debug-configuration-provider.js.map +1 -0
- package/lib/main/browser/debug/plugin-debug-service.d.ts +56 -0
- package/lib/main/browser/debug/plugin-debug-service.d.ts.map +1 -0
- package/lib/main/browser/debug/plugin-debug-service.js +365 -0
- package/lib/main/browser/debug/plugin-debug-service.js.map +1 -0
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts +31 -0
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts.map +1 -0
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js +68 -0
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js.map +1 -0
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts +59 -0
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts.map +1 -0
- package/lib/main/browser/debug/plugin-debug-session-factory.js +72 -0
- package/lib/main/browser/debug/plugin-debug-session-factory.js.map +1 -0
- package/lib/main/browser/decorations/decorations-main.d.ts +16 -0
- package/lib/main/browser/decorations/decorations-main.d.ts.map +1 -0
- package/lib/main/browser/decorations/decorations-main.js +120 -0
- package/lib/main/browser/decorations/decorations-main.js.map +1 -0
- package/lib/main/browser/dialogs/modal-notification.d.ts +19 -0
- package/lib/main/browser/dialogs/modal-notification.d.ts.map +1 -0
- package/lib/main/browser/dialogs/modal-notification.js +102 -0
- package/lib/main/browser/dialogs/modal-notification.js.map +1 -0
- package/lib/main/browser/dialogs-main.d.ts +17 -0
- package/lib/main/browser/dialogs-main.d.ts.map +1 -0
- package/lib/main/browser/dialogs-main.js +163 -0
- package/lib/main/browser/dialogs-main.js.map +1 -0
- package/lib/main/browser/documents-main.d.ts +51 -0
- package/lib/main/browser/documents-main.d.ts.map +1 -0
- package/lib/main/browser/documents-main.js +252 -0
- package/lib/main/browser/documents-main.js.map +1 -0
- package/lib/main/browser/editors-and-documents-main.d.ts +41 -0
- package/lib/main/browser/editors-and-documents-main.d.ts.map +1 -0
- package/lib/main/browser/editors-and-documents-main.js +357 -0
- package/lib/main/browser/editors-and-documents-main.js.map +1 -0
- package/lib/main/browser/env-main.d.ts +7 -0
- package/lib/main/browser/env-main.d.ts.map +1 -0
- package/lib/main/browser/env-main.js +64 -0
- package/lib/main/browser/env-main.js.map +1 -0
- package/lib/main/browser/file-system-main-impl.d.ts +29 -0
- package/lib/main/browser/file-system-main-impl.d.ts.map +1 -0
- package/lib/main/browser/file-system-main-impl.js +208 -0
- package/lib/main/browser/file-system-main-impl.js.map +1 -0
- package/lib/main/browser/hierarchy/hierarchy-types-converters.d.ts +25 -0
- package/lib/main/browser/hierarchy/hierarchy-types-converters.d.ts.map +1 -0
- package/lib/main/browser/hierarchy/hierarchy-types-converters.js +185 -0
- package/lib/main/browser/hierarchy/hierarchy-types-converters.js.map +1 -0
- package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts +10 -0
- package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts.map +1 -0
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js +70 -0
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js.map +1 -0
- package/lib/main/browser/label-service-main.d.ts +11 -0
- package/lib/main/browser/label-service-main.d.ts.map +1 -0
- package/lib/main/browser/label-service-main.js +47 -0
- package/lib/main/browser/label-service-main.js.map +1 -0
- package/lib/main/browser/languages-main.d.ts +144 -0
- package/lib/main/browser/languages-main.d.ts.map +1 -0
- package/lib/main/browser/languages-main.js +1179 -0
- package/lib/main/browser/languages-main.js.map +1 -0
- package/lib/main/browser/lm-main.d.ts +17 -0
- package/lib/main/browser/lm-main.d.ts.map +1 -0
- package/lib/main/browser/lm-main.js +154 -0
- package/lib/main/browser/lm-main.js.map +1 -0
- package/lib/main/browser/localization-main.d.ts +9 -0
- package/lib/main/browser/localization-main.d.ts.map +1 -0
- package/lib/main/browser/localization-main.js +32 -0
- package/lib/main/browser/localization-main.js.map +1 -0
- package/lib/main/browser/logger-main.d.ts +8 -0
- package/lib/main/browser/logger-main.d.ts.map +1 -0
- package/lib/main/browser/logger-main.js +53 -0
- package/lib/main/browser/logger-main.js.map +1 -0
- package/lib/main/browser/main-context.d.ts +4 -0
- package/lib/main/browser/main-context.d.ts.map +1 -0
- package/lib/main/browser/main-context.js +161 -0
- package/lib/main/browser/main-context.js.map +1 -0
- package/lib/main/browser/main-file-system-event-service.d.ts +8 -0
- package/lib/main/browser/main-file-system-event-service.d.ts.map +1 -0
- package/lib/main/browser/main-file-system-event-service.js +66 -0
- package/lib/main/browser/main-file-system-event-service.js.map +1 -0
- package/lib/main/browser/menus/menus-contribution-handler.d.ts +24 -0
- package/lib/main/browser/menus/menus-contribution-handler.d.ts.map +1 -0
- package/lib/main/browser/menus/menus-contribution-handler.js +208 -0
- package/lib/main/browser/menus/menus-contribution-handler.js.map +1 -0
- package/lib/main/browser/menus/plugin-menu-command-adapter.d.ts +24 -0
- package/lib/main/browser/menus/plugin-menu-command-adapter.d.ts.map +1 -0
- package/lib/main/browser/menus/plugin-menu-command-adapter.js +281 -0
- package/lib/main/browser/menus/plugin-menu-command-adapter.js.map +1 -0
- package/lib/main/browser/menus/vscode-theia-menu-mappings.d.ts +19 -0
- package/lib/main/browser/menus/vscode-theia-menu-mappings.d.ts.map +1 -0
- package/lib/main/browser/menus/vscode-theia-menu-mappings.js +115 -0
- package/lib/main/browser/menus/vscode-theia-menu-mappings.js.map +1 -0
- package/lib/main/browser/message-registry-main.d.ts +11 -0
- package/lib/main/browser/message-registry-main.d.ts.map +1 -0
- package/lib/main/browser/message-registry-main.js +41 -0
- package/lib/main/browser/message-registry-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.d.ts +52 -0
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.js +208 -0
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-documents-main.d.ts +30 -0
- package/lib/main/browser/notebooks/notebook-documents-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-documents-main.js +164 -0
- package/lib/main/browser/notebooks/notebook-documents-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-dto.d.ts +18 -0
- package/lib/main/browser/notebooks/notebook-dto.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-dto.js +131 -0
- package/lib/main/browser/notebooks/notebook-dto.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-editors-main.d.ts +21 -0
- package/lib/main/browser/notebooks/notebook-editors-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-editors-main.js +76 -0
- package/lib/main/browser/notebooks/notebook-editors-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-kernels-main.d.ts +43 -0
- package/lib/main/browser/notebooks/notebook-kernels-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-kernels-main.js +274 -0
- package/lib/main/browser/notebooks/notebook-kernels-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebook-renderers-main.d.ts +12 -0
- package/lib/main/browser/notebooks/notebook-renderers-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebook-renderers-main.js +39 -0
- package/lib/main/browser/notebooks/notebook-renderers-main.js.map +1 -0
- package/lib/main/browser/notebooks/notebooks-main.d.ts +25 -0
- package/lib/main/browser/notebooks/notebooks-main.d.ts.map +1 -0
- package/lib/main/browser/notebooks/notebooks-main.js +134 -0
- package/lib/main/browser/notebooks/notebooks-main.js.map +1 -0
- package/lib/main/browser/notebooks/renderers/cell-output-webview.d.ts +75 -0
- package/lib/main/browser/notebooks/renderers/cell-output-webview.d.ts.map +1 -0
- package/lib/main/browser/notebooks/renderers/cell-output-webview.js +571 -0
- package/lib/main/browser/notebooks/renderers/cell-output-webview.js.map +1 -0
- package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts +14 -0
- package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts.map +1 -0
- package/lib/main/browser/notebooks/renderers/output-webview-internal.js +660 -0
- package/lib/main/browser/notebooks/renderers/output-webview-internal.js.map +1 -0
- package/lib/main/browser/notebooks/renderers/webview-communication.d.ts +127 -0
- package/lib/main/browser/notebooks/renderers/webview-communication.d.ts.map +1 -0
- package/lib/main/browser/notebooks/renderers/webview-communication.js +22 -0
- package/lib/main/browser/notebooks/renderers/webview-communication.js.map +1 -0
- package/lib/main/browser/notification-main.d.ts +7 -0
- package/lib/main/browser/notification-main.d.ts.map +1 -0
- package/lib/main/browser/notification-main.js +27 -0
- package/lib/main/browser/notification-main.js.map +1 -0
- package/lib/main/browser/output-channel-registry-main.d.ts +11 -0
- package/lib/main/browser/output-channel-registry-main.d.ts.map +1 -0
- package/lib/main/browser/output-channel-registry-main.js +53 -0
- package/lib/main/browser/output-channel-registry-main.js.map +1 -0
- 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 +73 -0
- package/lib/main/browser/plugin-authentication-service.js.map +1 -0
- package/lib/main/browser/plugin-contribution-handler.d.ts +75 -0
- package/lib/main/browser/plugin-contribution-handler.d.ts.map +1 -0
- package/lib/main/browser/plugin-contribution-handler.js +640 -0
- package/lib/main/browser/plugin-contribution-handler.js.map +1 -0
- package/lib/main/browser/plugin-ext-argument-processor.d.ts +12 -0
- package/lib/main/browser/plugin-ext-argument-processor.d.ts.map +1 -0
- package/lib/main/browser/plugin-ext-argument-processor.js +41 -0
- package/lib/main/browser/plugin-ext-argument-processor.js.map +1 -0
- package/lib/main/browser/plugin-ext-frontend-module.d.ts +8 -0
- package/lib/main/browser/plugin-ext-frontend-module.d.ts.map +1 -0
- package/lib/main/browser/plugin-ext-frontend-module.js +257 -0
- package/lib/main/browser/plugin-ext-frontend-module.js.map +1 -0
- package/lib/main/browser/plugin-ext-widget.d.ts +29 -0
- package/lib/main/browser/plugin-ext-widget.d.ts.map +1 -0
- package/lib/main/browser/plugin-ext-widget.js +122 -0
- package/lib/main/browser/plugin-ext-widget.js.map +1 -0
- package/lib/main/browser/plugin-frontend-contribution.d.ts +10 -0
- package/lib/main/browser/plugin-frontend-contribution.d.ts.map +1 -0
- package/lib/main/browser/plugin-frontend-contribution.js +72 -0
- package/lib/main/browser/plugin-frontend-contribution.js.map +1 -0
- package/lib/main/browser/plugin-frontend-view-contribution.d.ts +7 -0
- package/lib/main/browser/plugin-frontend-view-contribution.d.ts.map +1 -0
- package/lib/main/browser/plugin-frontend-view-contribution.js +43 -0
- package/lib/main/browser/plugin-frontend-view-contribution.js.map +1 -0
- package/lib/main/browser/plugin-icon-service.d.ts +17 -0
- package/lib/main/browser/plugin-icon-service.d.ts.map +1 -0
- package/lib/main/browser/plugin-icon-service.js +89 -0
- package/lib/main/browser/plugin-icon-service.js.map +1 -0
- package/lib/main/browser/plugin-icon-theme-service.d.ts +147 -0
- package/lib/main/browser/plugin-icon-theme-service.d.ts.map +1 -0
- package/lib/main/browser/plugin-icon-theme-service.js +554 -0
- package/lib/main/browser/plugin-icon-theme-service.js.map +1 -0
- package/lib/main/browser/plugin-shared-style.d.ts +41 -0
- package/lib/main/browser/plugin-shared-style.d.ts.map +1 -0
- package/lib/main/browser/plugin-shared-style.js +137 -0
- package/lib/main/browser/plugin-shared-style.js.map +1 -0
- package/lib/main/browser/plugin-storage.d.ts +14 -0
- package/lib/main/browser/plugin-storage.d.ts.map +1 -0
- package/lib/main/browser/plugin-storage.js +47 -0
- package/lib/main/browser/plugin-storage.js.map +1 -0
- package/lib/main/browser/plugin-terminal-registry.d.ts +5 -0
- package/lib/main/browser/plugin-terminal-registry.d.ts.map +1 -0
- package/lib/main/browser/plugin-terminal-registry.js +30 -0
- package/lib/main/browser/plugin-terminal-registry.js.map +1 -0
- package/lib/main/browser/preference-registry-main.d.ts +20 -0
- package/lib/main/browser/preference-registry-main.d.ts.map +1 -0
- package/lib/main/browser/preference-registry-main.js +107 -0
- package/lib/main/browser/preference-registry-main.js.map +1 -0
- package/lib/main/browser/quick-open-main.d.ts +36 -0
- package/lib/main/browser/quick-open-main.d.ts.map +1 -0
- package/lib/main/browser/quick-open-main.js +314 -0
- package/lib/main/browser/quick-open-main.js.map +1 -0
- package/lib/main/browser/scm-main.d.ts +108 -0
- package/lib/main/browser/scm-main.d.ts.map +1 -0
- package/lib/main/browser/scm-main.js +348 -0
- package/lib/main/browser/scm-main.js.map +1 -0
- package/lib/main/browser/secrets-main.d.ts +16 -0
- package/lib/main/browser/secrets-main.d.ts.map +1 -0
- package/lib/main/browser/secrets-main.js +91 -0
- package/lib/main/browser/secrets-main.js.map +1 -0
- package/lib/main/browser/selection-provider-command.d.ts +13 -0
- package/lib/main/browser/selection-provider-command.d.ts.map +1 -0
- package/lib/main/browser/selection-provider-command.js +49 -0
- package/lib/main/browser/selection-provider-command.js.map +1 -0
- package/lib/main/browser/status-bar-message-registry-main.d.ts +19 -0
- package/lib/main/browser/status-bar-message-registry-main.d.ts.map +1 -0
- package/lib/main/browser/status-bar-message-registry-main.js +54 -0
- package/lib/main/browser/status-bar-message-registry-main.js.map +1 -0
- package/lib/main/browser/tabs/tabs-main.d.ts +54 -0
- package/lib/main/browser/tabs/tabs-main.d.ts.map +1 -0
- package/lib/main/browser/tabs/tabs-main.js +368 -0
- package/lib/main/browser/tabs/tabs-main.js.map +1 -0
- package/lib/main/browser/tasks-main.d.ts +34 -0
- package/lib/main/browser/tasks-main.d.ts.map +1 -0
- package/lib/main/browser/tasks-main.js +209 -0
- package/lib/main/browser/tasks-main.js.map +1 -0
- package/lib/main/browser/terminal-main.d.ts +64 -0
- package/lib/main/browser/terminal-main.d.ts.map +1 -0
- package/lib/main/browser/terminal-main.js +331 -0
- package/lib/main/browser/terminal-main.js.map +1 -0
- package/lib/main/browser/test-main.d.ts +144 -0
- package/lib/main/browser/test-main.d.ts.map +1 -0
- package/lib/main/browser/test-main.js +563 -0
- package/lib/main/browser/test-main.js.map +1 -0
- package/lib/main/browser/text-editor-main.d.ts +53 -0
- package/lib/main/browser/text-editor-main.d.ts.map +1 -0
- package/lib/main/browser/text-editor-main.js +443 -0
- package/lib/main/browser/text-editor-main.js.map +1 -0
- package/lib/main/browser/text-editor-model-service.d.ts +35 -0
- package/lib/main/browser/text-editor-model-service.d.ts.map +1 -0
- package/lib/main/browser/text-editor-model-service.js +111 -0
- package/lib/main/browser/text-editor-model-service.js.map +1 -0
- package/lib/main/browser/text-editors-main.d.ts +41 -0
- package/lib/main/browser/text-editors-main.d.ts.map +1 -0
- package/lib/main/browser/text-editors-main.js +180 -0
- package/lib/main/browser/text-editors-main.js.map +1 -0
- package/lib/main/browser/theme-icon-override.d.ts +2 -0
- package/lib/main/browser/theme-icon-override.d.ts.map +1 -0
- package/lib/main/browser/theme-icon-override.js +245 -0
- package/lib/main/browser/theme-icon-override.js.map +1 -0
- package/lib/main/browser/theming-main.d.ts +10 -0
- package/lib/main/browser/theming-main.d.ts.map +1 -0
- package/lib/main/browser/theming-main.js +36 -0
- package/lib/main/browser/theming-main.js.map +1 -0
- package/lib/main/browser/timeline-main.d.ts +14 -0
- package/lib/main/browser/timeline-main.d.ts.map +1 -0
- package/lib/main/browser/timeline-main.js +51 -0
- package/lib/main/browser/timeline-main.js.map +1 -0
- package/lib/main/browser/uri-main.d.ts +16 -0
- package/lib/main/browser/uri-main.d.ts.map +1 -0
- package/lib/main/browser/uri-main.js +64 -0
- package/lib/main/browser/uri-main.js.map +1 -0
- package/lib/main/browser/view/dnd-file-content-store.d.ts +8 -0
- package/lib/main/browser/view/dnd-file-content-store.d.ts.map +1 -0
- package/lib/main/browser/view/dnd-file-content-store.js +47 -0
- package/lib/main/browser/view/dnd-file-content-store.js.map +1 -0
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts +12 -0
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts.map +1 -0
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js +83 -0
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js.map +1 -0
- package/lib/main/browser/view/plugin-view-registry.d.ts +112 -0
- package/lib/main/browser/view/plugin-view-registry.d.ts.map +1 -0
- package/lib/main/browser/view/plugin-view-registry.js +901 -0
- package/lib/main/browser/view/plugin-view-registry.js.map +1 -0
- package/lib/main/browser/view/plugin-view-widget.d.ts +53 -0
- package/lib/main/browser/view/plugin-view-widget.d.ts.map +1 -0
- package/lib/main/browser/view/plugin-view-widget.js +164 -0
- package/lib/main/browser/view/plugin-view-widget.js.map +1 -0
- package/lib/main/browser/view/tree-view-decorator-service.d.ts +31 -0
- package/lib/main/browser/view/tree-view-decorator-service.d.ts.map +1 -0
- package/lib/main/browser/view/tree-view-decorator-service.js +58 -0
- package/lib/main/browser/view/tree-view-decorator-service.js.map +1 -0
- package/lib/main/browser/view/tree-view-widget.d.ts +166 -0
- package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -0
- package/lib/main/browser/view/tree-view-widget.js +848 -0
- package/lib/main/browser/view/tree-view-widget.js.map +1 -0
- package/lib/main/browser/view/tree-views-main.d.ts +35 -0
- package/lib/main/browser/view/tree-views-main.d.ts.map +1 -0
- package/lib/main/browser/view/tree-views-main.js +179 -0
- package/lib/main/browser/view/tree-views-main.js.map +1 -0
- package/lib/main/browser/view/view-context-key-service.d.ts +17 -0
- package/lib/main/browser/view/view-context-key-service.d.ts.map +1 -0
- package/lib/main/browser/view/view-context-key-service.js +63 -0
- package/lib/main/browser/view/view-context-key-service.js.map +1 -0
- package/lib/main/browser/webview/webview-context-keys.d.ts +17 -0
- package/lib/main/browser/webview/webview-context-keys.d.ts.map +1 -0
- package/lib/main/browser/webview/webview-context-keys.js +65 -0
- package/lib/main/browser/webview/webview-context-keys.js.map +1 -0
- package/lib/main/browser/webview/webview-environment.d.ts +17 -0
- package/lib/main/browser/webview/webview-environment.d.ts.map +1 -0
- package/lib/main/browser/webview/webview-environment.js +89 -0
- package/lib/main/browser/webview/webview-environment.js.map +1 -0
- package/lib/main/browser/webview/webview-frontend-preference-contribution.d.ts +5 -0
- package/lib/main/browser/webview/webview-frontend-preference-contribution.d.ts.map +1 -0
- package/lib/main/browser/webview/webview-frontend-preference-contribution.js +40 -0
- package/lib/main/browser/webview/webview-frontend-preference-contribution.js.map +1 -0
- package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts +12 -0
- package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts.map +1 -0
- package/lib/main/browser/webview/webview-frontend-security-warnings.js +66 -0
- package/lib/main/browser/webview/webview-frontend-security-warnings.js.map +1 -0
- package/lib/main/browser/webview/webview-resource-cache.d.ts +18 -0
- package/lib/main/browser/webview/webview-resource-cache.d.ts.map +1 -0
- package/lib/main/browser/webview/webview-resource-cache.js +83 -0
- package/lib/main/browser/webview/webview-resource-cache.js.map +1 -0
- package/lib/main/browser/webview/webview-secondary-window-support.d.ts +8 -0
- package/lib/main/browser/webview/webview-secondary-window-support.d.ts.map +1 -0
- package/lib/main/browser/webview/webview-secondary-window-support.js +52 -0
- package/lib/main/browser/webview/webview-secondary-window-support.js.map +1 -0
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts +31 -0
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts.map +1 -0
- package/lib/main/browser/webview/webview-theme-data-provider.js +125 -0
- package/lib/main/browser/webview/webview-theme-data-provider.js.map +1 -0
- package/lib/main/browser/webview/webview-widget-factory.d.ts +9 -0
- package/lib/main/browser/webview/webview-widget-factory.d.ts.map +1 -0
- package/lib/main/browser/webview/webview-widget-factory.js +40 -0
- package/lib/main/browser/webview/webview-widget-factory.js.map +1 -0
- package/lib/main/browser/webview/webview.d.ts +150 -0
- package/lib/main/browser/webview/webview.d.ts.map +1 -0
- package/lib/main/browser/webview/webview.js +591 -0
- package/lib/main/browser/webview/webview.js.map +1 -0
- package/lib/main/browser/webview-views/webview-views-main.d.ts +34 -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 +133 -0
- package/lib/main/browser/webview-views/webview-views-main.js.map +1 -0
- package/lib/main/browser/webview-views/webview-views.d.ts +16 -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 +40 -0
- package/lib/main/browser/webviews-main.d.ts.map +1 -0
- package/lib/main/browser/webviews-main.js +247 -0
- package/lib/main/browser/webviews-main.js.map +1 -0
- package/lib/main/browser/window-activity-tracker.d.ts +20 -0
- package/lib/main/browser/window-activity-tracker.d.ts.map +1 -0
- package/lib/main/browser/window-activity-tracker.js +86 -0
- package/lib/main/browser/window-activity-tracker.js.map +1 -0
- package/lib/main/browser/window-state-main.d.ts +18 -0
- package/lib/main/browser/window-state-main.d.ts.map +1 -0
- package/lib/main/browser/window-state-main.js +69 -0
- package/lib/main/browser/window-state-main.js.map +1 -0
- package/lib/main/browser/workspace-main.d.ts +98 -0
- package/lib/main/browser/workspace-main.d.ts.map +1 -0
- package/lib/main/browser/workspace-main.js +384 -0
- package/lib/main/browser/workspace-main.js.map +1 -0
- package/lib/main/common/basic-message-registry-main.d.ts +14 -0
- package/lib/main/common/basic-message-registry-main.d.ts.map +1 -0
- package/lib/main/common/basic-message-registry-main.js +50 -0
- package/lib/main/common/basic-message-registry-main.js.map +1 -0
- package/lib/main/common/basic-notification-main.d.ts +19 -0
- package/lib/main/common/basic-notification-main.d.ts.map +1 -0
- package/lib/main/common/basic-notification-main.js +75 -0
- package/lib/main/common/basic-notification-main.js.map +1 -0
- package/lib/main/common/env-main.d.ts +11 -0
- package/lib/main/common/env-main.d.ts.map +1 -0
- package/lib/main/common/env-main.js +40 -0
- package/lib/main/common/env-main.js.map +1 -0
- package/lib/main/common/plugin-paths-protocol.d.ts +9 -0
- package/lib/main/common/plugin-paths-protocol.d.ts.map +1 -0
- package/lib/main/common/plugin-paths-protocol.js +22 -0
- package/lib/main/common/plugin-paths-protocol.js.map +1 -0
- package/lib/main/common/plugin-theia-environment.d.ts +8 -0
- package/lib/main/common/plugin-theia-environment.d.ts.map +1 -0
- package/lib/main/common/plugin-theia-environment.js +40 -0
- package/lib/main/common/plugin-theia-environment.js.map +1 -0
- package/lib/main/common/webview-preferences.d.ts +13 -0
- package/lib/main/common/webview-preferences.d.ts.map +1 -0
- package/lib/main/common/webview-preferences.js +47 -0
- package/lib/main/common/webview-preferences.js.map +1 -0
- package/lib/main/common/webview-protocol.d.ts +13 -0
- package/lib/main/common/webview-protocol.d.ts.map +1 -0
- package/lib/main/common/webview-protocol.js +32 -0
- package/lib/main/common/webview-protocol.js.map +1 -0
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts +4 -0
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts.map +1 -0
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js +26 -0
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js.map +1 -0
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts +24 -0
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts.map +1 -0
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.js +54 -0
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.js.map +1 -0
- package/lib/main/node/errors.spec.d.ts +2 -0
- package/lib/main/node/errors.spec.d.ts.map +1 -0
- package/lib/main/node/errors.spec.js +36 -0
- package/lib/main/node/errors.spec.js.map +1 -0
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts +19 -0
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts.map +1 -0
- package/lib/main/node/handlers/plugin-theia-directory-handler.js +130 -0
- package/lib/main/node/handlers/plugin-theia-directory-handler.js.map +1 -0
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts +11 -0
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts.map +1 -0
- package/lib/main/node/handlers/plugin-theia-file-handler.js +67 -0
- package/lib/main/node/handlers/plugin-theia-file-handler.js.map +1 -0
- package/lib/main/node/paths/const.d.ts +6 -0
- package/lib/main/node/paths/const.d.ts.map +1 -0
- package/lib/main/node/paths/const.js +25 -0
- package/lib/main/node/paths/const.js.map +1 -0
- package/lib/main/node/paths/plugin-paths-service.d.ts +26 -0
- package/lib/main/node/paths/plugin-paths-service.d.ts.map +1 -0
- package/lib/main/node/paths/plugin-paths-service.js +153 -0
- package/lib/main/node/paths/plugin-paths-service.js.map +1 -0
- package/lib/main/node/plugin-cli-contribution.d.ts +22 -0
- package/lib/main/node/plugin-cli-contribution.d.ts.map +1 -0
- package/lib/main/node/plugin-cli-contribution.js +80 -0
- package/lib/main/node/plugin-cli-contribution.js.map +1 -0
- package/lib/main/node/plugin-deployer-contribution.d.ts +9 -0
- package/lib/main/node/plugin-deployer-contribution.d.ts.map +1 -0
- package/lib/main/node/plugin-deployer-contribution.js +41 -0
- package/lib/main/node/plugin-deployer-contribution.js.map +1 -0
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts +8 -0
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts.map +1 -0
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js +45 -0
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js.map +1 -0
- package/lib/main/node/plugin-deployer-entry-impl.d.ts +35 -0
- package/lib/main/node/plugin-deployer-entry-impl.d.ts.map +1 -0
- package/lib/main/node/plugin-deployer-entry-impl.js +112 -0
- package/lib/main/node/plugin-deployer-entry-impl.js.map +1 -0
- package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts +8 -0
- package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts.map +1 -0
- package/lib/main/node/plugin-deployer-file-handler-context-impl.js +32 -0
- package/lib/main/node/plugin-deployer-file-handler-context-impl.js.map +1 -0
- package/lib/main/node/plugin-deployer-impl.d.ts +64 -0
- package/lib/main/node/plugin-deployer-impl.d.ts.map +1 -0
- package/lib/main/node/plugin-deployer-impl.js +350 -0
- package/lib/main/node/plugin-deployer-impl.js.map +1 -0
- package/lib/main/node/plugin-deployer-proxy-entry-impl.d.ts +30 -0
- package/lib/main/node/plugin-deployer-proxy-entry-impl.d.ts.map +1 -0
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js +93 -0
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js.map +1 -0
- package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts +16 -0
- package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts.map +1 -0
- package/lib/main/node/plugin-deployer-resolver-context-impl.js +43 -0
- package/lib/main/node/plugin-deployer-resolver-context-impl.js.map +1 -0
- package/lib/main/node/plugin-ext-backend-module.d.ts +3 -0
- package/lib/main/node/plugin-ext-backend-module.d.ts.map +1 -0
- package/lib/main/node/plugin-ext-backend-module.js +84 -0
- package/lib/main/node/plugin-ext-backend-module.js.map +1 -0
- package/lib/main/node/plugin-github-resolver.d.ts +24 -0
- package/lib/main/node/plugin-github-resolver.d.ts.map +1 -0
- package/lib/main/node/plugin-github-resolver.js +136 -0
- package/lib/main/node/plugin-github-resolver.js.map +1 -0
- package/lib/main/node/plugin-http-resolver.d.ts +21 -0
- package/lib/main/node/plugin-http-resolver.d.ts.map +1 -0
- package/lib/main/node/plugin-http-resolver.js +92 -0
- package/lib/main/node/plugin-http-resolver.js.map +1 -0
- package/lib/main/node/plugin-localization-server.d.ts +10 -0
- package/lib/main/node/plugin-localization-server.d.ts.map +1 -0
- package/lib/main/node/plugin-localization-server.js +51 -0
- package/lib/main/node/plugin-localization-server.js.map +1 -0
- package/lib/main/node/plugin-mgmt-cli-contribution.d.ts +13 -0
- package/lib/main/node/plugin-mgmt-cli-contribution.d.ts.map +1 -0
- package/lib/main/node/plugin-mgmt-cli-contribution.js +63 -0
- package/lib/main/node/plugin-mgmt-cli-contribution.js.map +1 -0
- package/lib/main/node/plugin-remote-cli-contribution.d.ts +8 -0
- package/lib/main/node/plugin-remote-cli-contribution.d.ts.map +1 -0
- package/lib/main/node/plugin-remote-cli-contribution.js +40 -0
- package/lib/main/node/plugin-remote-cli-contribution.js.map +1 -0
- package/lib/main/node/plugin-remote-copy-contribution.d.ts +7 -0
- package/lib/main/node/plugin-remote-copy-contribution.d.ts.map +1 -0
- package/lib/main/node/plugin-remote-copy-contribution.js +44 -0
- package/lib/main/node/plugin-remote-copy-contribution.js.map +1 -0
- package/lib/main/node/plugin-server-impl.d.ts +24 -0
- package/lib/main/node/plugin-server-impl.d.ts.map +1 -0
- package/lib/main/node/plugin-server-impl.js +88 -0
- package/lib/main/node/plugin-server-impl.js.map +1 -0
- package/lib/main/node/plugin-service.d.ts +24 -0
- package/lib/main/node/plugin-service.d.ts.map +1 -0
- package/lib/main/node/plugin-service.js +102 -0
- package/lib/main/node/plugin-service.js.map +1 -0
- package/lib/main/node/plugin-theia-deployer-participant.d.ts +7 -0
- package/lib/main/node/plugin-theia-deployer-participant.d.ts.map +1 -0
- package/lib/main/node/plugin-theia-deployer-participant.js +36 -0
- package/lib/main/node/plugin-theia-deployer-participant.js.map +1 -0
- package/lib/main/node/plugin-uninstallation-manager.d.ts +27 -0
- package/lib/main/node/plugin-uninstallation-manager.d.ts.map +1 -0
- package/lib/main/node/plugin-uninstallation-manager.js +133 -0
- package/lib/main/node/plugin-uninstallation-manager.js.map +1 -0
- package/lib/main/node/plugins-key-value-storage.d.ts +29 -0
- package/lib/main/node/plugins-key-value-storage.d.ts.map +1 -0
- package/lib/main/node/plugins-key-value-storage.js +160 -0
- package/lib/main/node/plugins-key-value-storage.js.map +1 -0
- package/lib/main/node/plugins-key-value-storage.spec.d.ts +17 -0
- package/lib/main/node/plugins-key-value-storage.spec.d.ts.map +1 -0
- package/lib/main/node/plugins-key-value-storage.spec.js +101 -0
- package/lib/main/node/plugins-key-value-storage.spec.js.map +1 -0
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts +8 -0
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts.map +1 -0
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js +39 -0
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js.map +1 -0
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts +9 -0
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts.map +1 -0
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js +55 -0
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js.map +1 -0
- package/lib/main/node/temp-dir-util.d.ts +3 -0
- package/lib/main/node/temp-dir-util.d.ts.map +1 -0
- package/lib/main/node/temp-dir-util.js +40 -0
- package/lib/main/node/temp-dir-util.js.map +1 -0
- package/lib/main/node/webview-backend-security-warnings.d.ts +6 -0
- package/lib/main/node/webview-backend-security-warnings.d.ts.map +1 -0
- package/lib/main/node/webview-backend-security-warnings.js +47 -0
- package/lib/main/node/webview-backend-security-warnings.js.map +1 -0
- package/lib/plugin/authentication-ext.d.ts +32 -0
- package/lib/plugin/authentication-ext.d.ts.map +1 -0
- package/lib/plugin/authentication-ext.js +108 -0
- package/lib/plugin/authentication-ext.js.map +1 -0
- package/lib/plugin/clipboard-ext.d.ts +11 -0
- package/lib/plugin/clipboard-ext.d.ts.map +1 -0
- package/lib/plugin/clipboard-ext.js +48 -0
- package/lib/plugin/clipboard-ext.js.map +1 -0
- package/lib/plugin/command-registry.d.ts +42 -0
- package/lib/plugin/command-registry.d.ts.map +1 -0
- package/lib/plugin/command-registry.js +183 -0
- package/lib/plugin/command-registry.js.map +1 -0
- package/lib/plugin/comments.d.ts +96 -0
- package/lib/plugin/comments.d.ts.map +1 -0
- package/lib/plugin/comments.js +406 -0
- package/lib/plugin/comments.js.map +1 -0
- package/lib/plugin/custom-editors.d.ts +46 -0
- package/lib/plugin/custom-editors.d.ts.map +1 -0
- package/lib/plugin/custom-editors.js +254 -0
- package/lib/plugin/custom-editors.js.map +1 -0
- package/lib/plugin/debug/debug-ext.d.ts +97 -0
- package/lib/plugin/debug/debug-ext.d.ts.map +1 -0
- package/lib/plugin/debug/debug-ext.js +459 -0
- package/lib/plugin/debug/debug-ext.js.map +1 -0
- package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts +11 -0
- package/lib/plugin/debug/plugin-debug-adapter-creator.d.ts.map +1 -0
- package/lib/plugin/debug/plugin-debug-adapter-creator.js +42 -0
- package/lib/plugin/debug/plugin-debug-adapter-creator.js.map +1 -0
- package/lib/plugin/debug/plugin-debug-adapter-session.d.ts +27 -0
- package/lib/plugin/debug/plugin-debug-adapter-session.d.ts.map +1 -0
- package/lib/plugin/debug/plugin-debug-adapter-session.js +97 -0
- package/lib/plugin/debug/plugin-debug-adapter-session.js.map +1 -0
- package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts +13 -0
- package/lib/plugin/debug/plugin-debug-adapter-tracker.d.ts.map +1 -0
- package/lib/plugin/debug/plugin-debug-adapter-tracker.js +78 -0
- package/lib/plugin/debug/plugin-debug-adapter-tracker.js.map +1 -0
- package/lib/plugin/decorations.d.ts +16 -0
- package/lib/plugin/decorations.d.ts.map +1 -0
- package/lib/plugin/decorations.js +115 -0
- package/lib/plugin/decorations.js.map +1 -0
- package/lib/plugin/dialogs.d.ts +11 -0
- package/lib/plugin/dialogs.d.ts.map +1 -0
- package/lib/plugin/dialogs.js +92 -0
- package/lib/plugin/dialogs.js.map +1 -0
- package/lib/plugin/document-data.d.ts +41 -0
- package/lib/plugin/document-data.d.ts.map +1 -0
- package/lib/plugin/document-data.js +316 -0
- package/lib/plugin/document-data.js.map +1 -0
- package/lib/plugin/documents.d.ts +63 -0
- package/lib/plugin/documents.d.ts.map +1 -0
- package/lib/plugin/documents.js +272 -0
- package/lib/plugin/documents.js.map +1 -0
- package/lib/plugin/editors-and-documents.d.ts +27 -0
- package/lib/plugin/editors-and-documents.d.ts.map +1 -0
- package/lib/plugin/editors-and-documents.js +150 -0
- package/lib/plugin/editors-and-documents.js.map +1 -0
- package/lib/plugin/env.d.ts +41 -0
- package/lib/plugin/env.d.ts.map +1 -0
- package/lib/plugin/env.js +114 -0
- package/lib/plugin/env.js.map +1 -0
- package/lib/plugin/file-system-event-service-ext-impl.d.ts +56 -0
- package/lib/plugin/file-system-event-service-ext-impl.d.ts.map +1 -0
- package/lib/plugin/file-system-event-service-ext-impl.js +206 -0
- package/lib/plugin/file-system-event-service-ext-impl.js.map +1 -0
- package/lib/plugin/file-system-ext-impl.d.ts +82 -0
- package/lib/plugin/file-system-ext-impl.d.ts.map +1 -0
- package/lib/plugin/file-system-ext-impl.js +361 -0
- package/lib/plugin/file-system-ext-impl.js.map +1 -0
- package/lib/plugin/file-system-watcher.spec.d.ts +2 -0
- package/lib/plugin/file-system-watcher.spec.d.ts.map +1 -0
- package/lib/plugin/file-system-watcher.spec.js +108 -0
- package/lib/plugin/file-system-watcher.spec.js.map +1 -0
- package/lib/plugin/known-commands.d.ts +6 -0
- package/lib/plugin/known-commands.d.ts.map +1 -0
- package/lib/plugin/known-commands.js +402 -0
- package/lib/plugin/known-commands.js.map +1 -0
- package/lib/plugin/known-commands.spec.d.ts +2 -0
- package/lib/plugin/known-commands.spec.d.ts.map +1 -0
- package/lib/plugin/known-commands.spec.js +43 -0
- package/lib/plugin/known-commands.spec.js.map +1 -0
- package/lib/plugin/label-service.d.ts +12 -0
- package/lib/plugin/label-service.d.ts.map +1 -0
- package/lib/plugin/label-service.js +36 -0
- package/lib/plugin/label-service.js.map +1 -0
- package/lib/plugin/languages/call-hierarchy.d.ts +21 -0
- package/lib/plugin/languages/call-hierarchy.d.ts.map +1 -0
- package/lib/plugin/languages/call-hierarchy.js +102 -0
- package/lib/plugin/languages/call-hierarchy.js.map +1 -0
- package/lib/plugin/languages/code-action.d.ts +25 -0
- package/lib/plugin/languages/code-action.d.ts.map +1 -0
- package/lib/plugin/languages/code-action.js +138 -0
- package/lib/plugin/languages/code-action.js.map +1 -0
- package/lib/plugin/languages/color.d.ts +13 -0
- package/lib/plugin/languages/color.d.ts.map +1 -0
- package/lib/plugin/languages/color.js +59 -0
- package/lib/plugin/languages/color.js.map +1 -0
- package/lib/plugin/languages/completion.d.ts +21 -0
- package/lib/plugin/languages/completion.d.ts.map +1 -0
- package/lib/plugin/languages/completion.js +165 -0
- package/lib/plugin/languages/completion.js.map +1 -0
- package/lib/plugin/languages/declaration.d.ts +12 -0
- package/lib/plugin/languages/declaration.d.ts.map +1 -0
- package/lib/plugin/languages/declaration.js +59 -0
- package/lib/plugin/languages/declaration.js.map +1 -0
- package/lib/plugin/languages/definition.d.ts +12 -0
- package/lib/plugin/languages/definition.d.ts.map +1 -0
- package/lib/plugin/languages/definition.js +59 -0
- package/lib/plugin/languages/definition.js.map +1 -0
- package/lib/plugin/languages/diagnostics.d.ts +51 -0
- package/lib/plugin/languages/diagnostics.d.ts.map +1 -0
- package/lib/plugin/languages/diagnostics.js +288 -0
- package/lib/plugin/languages/diagnostics.js.map +1 -0
- package/lib/plugin/languages/document-drop-edit.d.ts +16 -0
- package/lib/plugin/languages/document-drop-edit.d.ts.map +1 -0
- package/lib/plugin/languages/document-drop-edit.js +23 -0
- package/lib/plugin/languages/document-drop-edit.js.map +1 -0
- package/lib/plugin/languages/document-formatting.d.ts +11 -0
- package/lib/plugin/languages/document-formatting.d.ts.map +1 -0
- package/lib/plugin/languages/document-formatting.js +41 -0
- package/lib/plugin/languages/document-formatting.js.map +1 -0
- package/lib/plugin/languages/document-highlight.d.ts +13 -0
- package/lib/plugin/languages/document-highlight.d.ts.map +1 -0
- package/lib/plugin/languages/document-highlight.js +51 -0
- package/lib/plugin/languages/document-highlight.js.map +1 -0
- package/lib/plugin/languages/evaluatable-expression.d.ts +12 -0
- package/lib/plugin/languages/evaluatable-expression.d.ts.map +1 -0
- package/lib/plugin/languages/evaluatable-expression.js +41 -0
- package/lib/plugin/languages/evaluatable-expression.js.map +1 -0
- package/lib/plugin/languages/folding.d.ts +11 -0
- package/lib/plugin/languages/folding.d.ts.map +1 -0
- package/lib/plugin/languages/folding.js +40 -0
- package/lib/plugin/languages/folding.js.map +1 -0
- package/lib/plugin/languages/hover.d.ts +12 -0
- package/lib/plugin/languages/hover.d.ts.map +1 -0
- package/lib/plugin/languages/hover.js +49 -0
- package/lib/plugin/languages/hover.js.map +1 -0
- package/lib/plugin/languages/implementation.d.ts +12 -0
- package/lib/plugin/languages/implementation.d.ts.map +1 -0
- package/lib/plugin/languages/implementation.js +59 -0
- package/lib/plugin/languages/implementation.js.map +1 -0
- package/lib/plugin/languages/inlay-hints.d.ts +20 -0
- package/lib/plugin/languages/inlay-hints.d.ts.map +1 -0
- package/lib/plugin/languages/inlay-hints.js +128 -0
- package/lib/plugin/languages/inlay-hints.js.map +1 -0
- package/lib/plugin/languages/inline-completion.d.ts +21 -0
- package/lib/plugin/languages/inline-completion.d.ts.map +1 -0
- package/lib/plugin/languages/inline-completion.js +94 -0
- package/lib/plugin/languages/inline-completion.js.map +1 -0
- package/lib/plugin/languages/inline-values.d.ts +11 -0
- package/lib/plugin/languages/inline-values.d.ts.map +1 -0
- package/lib/plugin/languages/inline-values.js +45 -0
- package/lib/plugin/languages/inline-values.js.map +1 -0
- package/lib/plugin/languages/lens.d.ts +20 -0
- package/lib/plugin/languages/lens.d.ts.map +1 -0
- package/lib/plugin/languages/lens.js +90 -0
- package/lib/plugin/languages/lens.js.map +1 -0
- package/lib/plugin/languages/link-provider.d.ts +15 -0
- package/lib/plugin/languages/link-provider.d.ts.map +1 -0
- package/lib/plugin/languages/link-provider.js +74 -0
- package/lib/plugin/languages/link-provider.js.map +1 -0
- package/lib/plugin/languages/linked-editing-range.d.ts +12 -0
- package/lib/plugin/languages/linked-editing-range.d.ts.map +1 -0
- package/lib/plugin/languages/linked-editing-range.js +41 -0
- package/lib/plugin/languages/linked-editing-range.js.map +1 -0
- package/lib/plugin/languages/on-type-formatting.d.ts +12 -0
- package/lib/plugin/languages/on-type-formatting.d.ts.map +1 -0
- package/lib/plugin/languages/on-type-formatting.js +42 -0
- package/lib/plugin/languages/on-type-formatting.js.map +1 -0
- package/lib/plugin/languages/outline.d.ts +21 -0
- package/lib/plugin/languages/outline.d.ts.map +1 -0
- package/lib/plugin/languages/outline.js +116 -0
- package/lib/plugin/languages/outline.js.map +1 -0
- package/lib/plugin/languages/range-formatting.d.ts +11 -0
- package/lib/plugin/languages/range-formatting.d.ts.map +1 -0
- package/lib/plugin/languages/range-formatting.js +42 -0
- package/lib/plugin/languages/range-formatting.js.map +1 -0
- package/lib/plugin/languages/reference.d.ts +12 -0
- package/lib/plugin/languages/reference.d.ts.map +1 -0
- package/lib/plugin/languages/reference.js +48 -0
- package/lib/plugin/languages/reference.js.map +1 -0
- package/lib/plugin/languages/rename.d.ts +15 -0
- package/lib/plugin/languages/rename.d.ts.map +1 -0
- package/lib/plugin/languages/rename.js +115 -0
- package/lib/plugin/languages/rename.js.map +1 -0
- package/lib/plugin/languages/selection-range.d.ts +12 -0
- package/lib/plugin/languages/selection-range.d.ts.map +1 -0
- package/lib/plugin/languages/selection-range.js +66 -0
- package/lib/plugin/languages/selection-range.js.map +1 -0
- package/lib/plugin/languages/semantic-highlighting.d.ts +29 -0
- package/lib/plugin/languages/semantic-highlighting.d.ts.map +1 -0
- package/lib/plugin/languages/semantic-highlighting.js +176 -0
- package/lib/plugin/languages/semantic-highlighting.js.map +1 -0
- package/lib/plugin/languages/signature.d.ts +16 -0
- package/lib/plugin/languages/signature.d.ts.map +1 -0
- package/lib/plugin/languages/signature.js +72 -0
- package/lib/plugin/languages/signature.js.map +1 -0
- package/lib/plugin/languages/type-definition.d.ts +12 -0
- package/lib/plugin/languages/type-definition.d.ts.map +1 -0
- package/lib/plugin/languages/type-definition.js +59 -0
- package/lib/plugin/languages/type-definition.js.map +1 -0
- package/lib/plugin/languages/type-hierarchy.d.ts +19 -0
- package/lib/plugin/languages/type-hierarchy.d.ts.map +1 -0
- package/lib/plugin/languages/type-hierarchy.js +96 -0
- package/lib/plugin/languages/type-hierarchy.js.map +1 -0
- package/lib/plugin/languages/util.d.ts +5 -0
- package/lib/plugin/languages/util.d.ts.map +1 -0
- package/lib/plugin/languages/util.js +28 -0
- package/lib/plugin/languages/util.js.map +1 -0
- package/lib/plugin/languages/workspace-symbol.d.ts +9 -0
- package/lib/plugin/languages/workspace-symbol.d.ts.map +1 -0
- package/lib/plugin/languages/workspace-symbol.js +62 -0
- package/lib/plugin/languages/workspace-symbol.js.map +1 -0
- package/lib/plugin/languages-utils.d.ts +7 -0
- package/lib/plugin/languages-utils.d.ts.map +1 -0
- package/lib/plugin/languages-utils.js +66 -0
- package/lib/plugin/languages-utils.js.map +1 -0
- package/lib/plugin/languages.d.ts +128 -0
- package/lib/plugin/languages.d.ts.map +1 -0
- package/lib/plugin/languages.js +720 -0
- package/lib/plugin/languages.js.map +1 -0
- package/lib/plugin/lm-ext.d.ts +28 -0
- package/lib/plugin/lm-ext.d.ts.map +1 -0
- package/lib/plugin/lm-ext.js +131 -0
- package/lib/plugin/lm-ext.js.map +1 -0
- package/lib/plugin/localization-ext.d.ts +19 -0
- package/lib/plugin/localization-ext.d.ts.map +1 -0
- package/lib/plugin/localization-ext.js +94 -0
- package/lib/plugin/localization-ext.js.map +1 -0
- package/lib/plugin/logger.d.ts +16 -0
- package/lib/plugin/logger.d.ts.map +1 -0
- package/lib/plugin/logger.js +56 -0
- package/lib/plugin/logger.js.map +1 -0
- package/lib/plugin/markdown-string.d.ts +25 -0
- package/lib/plugin/markdown-string.d.ts.map +1 -0
- package/lib/plugin/markdown-string.js +106 -0
- package/lib/plugin/markdown-string.js.map +1 -0
- package/lib/plugin/message-registry.d.ts +10 -0
- package/lib/plugin/message-registry.d.ts.map +1 -0
- package/lib/plugin/message-registry.js +77 -0
- package/lib/plugin/message-registry.js.map +1 -0
- package/lib/plugin/node/debug/debug.spec.d.ts +2 -0
- package/lib/plugin/node/debug/debug.spec.d.ts.map +1 -0
- package/lib/plugin/node/debug/debug.spec.js +88 -0
- package/lib/plugin/node/debug/debug.spec.js.map +1 -0
- package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts +18 -0
- package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.d.ts.map +1 -0
- package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.js +155 -0
- package/lib/plugin/node/debug/plugin-node-debug-adapter-creator.js.map +1 -0
- package/lib/plugin/node/env-node-ext.d.ts +17 -0
- package/lib/plugin/node/env-node-ext.d.ts.map +1 -0
- package/lib/plugin/node/env-node-ext.js +64 -0
- package/lib/plugin/node/env-node-ext.js.map +1 -0
- package/lib/plugin/node/plugin-container-module.d.ts +75 -0
- package/lib/plugin/node/plugin-container-module.d.ts.map +1 -0
- package/lib/plugin/node/plugin-container-module.js +115 -0
- package/lib/plugin/node/plugin-container-module.js.map +1 -0
- package/lib/plugin/notebook/notebook-document.d.ts +60 -0
- package/lib/plugin/notebook/notebook-document.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-document.js +383 -0
- package/lib/plugin/notebook/notebook-document.js.map +1 -0
- package/lib/plugin/notebook/notebook-documents.d.ts +17 -0
- package/lib/plugin/notebook/notebook-documents.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-documents.js +48 -0
- package/lib/plugin/notebook/notebook-documents.js.map +1 -0
- package/lib/plugin/notebook/notebook-editor.d.ts +21 -0
- package/lib/plugin/notebook/notebook-editor.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-editor.js +99 -0
- package/lib/plugin/notebook/notebook-editor.js.map +1 -0
- package/lib/plugin/notebook/notebook-editors.d.ts +14 -0
- package/lib/plugin/notebook/notebook-editors.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-editors.js +65 -0
- package/lib/plugin/notebook/notebook-editors.js.map +1 -0
- package/lib/plugin/notebook/notebook-kernels.d.ts +40 -0
- package/lib/plugin/notebook/notebook-kernels.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-kernels.js +536 -0
- package/lib/plugin/notebook/notebook-kernels.js.map +1 -0
- package/lib/plugin/notebook/notebook-renderers.d.ts +14 -0
- package/lib/plugin/notebook/notebook-renderers.d.ts.map +1 -0
- package/lib/plugin/notebook/notebook-renderers.js +63 -0
- package/lib/plugin/notebook/notebook-renderers.js.map +1 -0
- package/lib/plugin/notebook/notebooks.d.ts +62 -0
- package/lib/plugin/notebook/notebooks.d.ts.map +1 -0
- package/lib/plugin/notebook/notebooks.js +381 -0
- package/lib/plugin/notebook/notebooks.js.map +1 -0
- package/lib/plugin/notification.d.ts +18 -0
- package/lib/plugin/notification.d.ts.map +1 -0
- package/lib/plugin/notification.js +68 -0
- package/lib/plugin/notification.js.map +1 -0
- package/lib/plugin/output-channel/log-output-channel.d.ts +24 -0
- package/lib/plugin/output-channel/log-output-channel.d.ts.map +1 -0
- package/lib/plugin/output-channel/log-output-channel.js +101 -0
- package/lib/plugin/output-channel/log-output-channel.js.map +1 -0
- package/lib/plugin/output-channel/output-channel-item.d.ts +18 -0
- package/lib/plugin/output-channel/output-channel-item.d.ts.map +1 -0
- package/lib/plugin/output-channel/output-channel-item.js +60 -0
- package/lib/plugin/output-channel/output-channel-item.js.map +1 -0
- package/lib/plugin/output-channel-registry.d.ts +14 -0
- package/lib/plugin/output-channel-registry.d.ts.map +1 -0
- package/lib/plugin/output-channel-registry.js +45 -0
- package/lib/plugin/output-channel-registry.js.map +1 -0
- package/lib/plugin/path.d.ts +3 -0
- package/lib/plugin/path.d.ts.map +1 -0
- package/lib/plugin/path.js +60 -0
- package/lib/plugin/path.js.map +1 -0
- package/lib/plugin/path.spec.d.ts +2 -0
- package/lib/plugin/path.spec.d.ts.map +1 -0
- package/lib/plugin/path.spec.js +35 -0
- package/lib/plugin/path.spec.js.map +1 -0
- package/lib/plugin/plugin-context.d.ts +60 -0
- package/lib/plugin/plugin-context.d.ts.map +1 -0
- package/lib/plugin/plugin-context.js +1351 -0
- package/lib/plugin/plugin-context.js.map +1 -0
- package/lib/plugin/plugin-icon-path.d.ts +13 -0
- package/lib/plugin/plugin-icon-path.d.ts.map +1 -0
- package/lib/plugin/plugin-icon-path.js +54 -0
- package/lib/plugin/plugin-icon-path.js.map +1 -0
- package/lib/plugin/plugin-manager.d.ts +96 -0
- package/lib/plugin/plugin-manager.d.ts.map +1 -0
- package/lib/plugin/plugin-manager.js +434 -0
- package/lib/plugin/plugin-manager.js.map +1 -0
- package/lib/plugin/plugin-storage.d.ts +45 -0
- package/lib/plugin/plugin-storage.d.ts.map +1 -0
- package/lib/plugin/plugin-storage.js +109 -0
- package/lib/plugin/plugin-storage.js.map +1 -0
- package/lib/plugin/preference-registry.d.ts +41 -0
- package/lib/plugin/preference-registry.d.ts.map +1 -0
- package/lib/plugin/preference-registry.js +337 -0
- package/lib/plugin/preference-registry.js.map +1 -0
- package/lib/plugin/preference-registry.spec.d.ts +2 -0
- package/lib/plugin/preference-registry.spec.d.ts.map +1 -0
- package/lib/plugin/preference-registry.spec.js +247 -0
- package/lib/plugin/preference-registry.spec.js.map +1 -0
- package/lib/plugin/prefix-sum-computer.d.ts +31 -0
- package/lib/plugin/prefix-sum-computer.d.ts.map +1 -0
- package/lib/plugin/prefix-sum-computer.js +173 -0
- package/lib/plugin/prefix-sum-computer.js.map +1 -0
- package/lib/plugin/quick-open.d.ts +182 -0
- package/lib/plugin/quick-open.d.ts.map +1 -0
- package/lib/plugin/quick-open.js +605 -0
- package/lib/plugin/quick-open.js.map +1 -0
- package/lib/plugin/scm.d.ts +55 -0
- package/lib/plugin/scm.d.ts.map +1 -0
- package/lib/plugin/scm.js +740 -0
- package/lib/plugin/scm.js.map +1 -0
- package/lib/plugin/secrets-ext.d.ts +43 -0
- package/lib/plugin/secrets-ext.d.ts.map +1 -0
- package/lib/plugin/secrets-ext.js +84 -0
- package/lib/plugin/secrets-ext.js.map +1 -0
- package/lib/plugin/status-bar/status-bar-item.d.ts +52 -0
- package/lib/plugin/status-bar/status-bar-item.d.ts.map +1 -0
- package/lib/plugin/status-bar/status-bar-item.js +190 -0
- package/lib/plugin/status-bar/status-bar-item.js.map +1 -0
- package/lib/plugin/status-bar-message-registry.d.ts +26 -0
- package/lib/plugin/status-bar-message-registry.d.ts.map +1 -0
- package/lib/plugin/status-bar-message-registry.js +100 -0
- package/lib/plugin/status-bar-message-registry.js.map +1 -0
- package/lib/plugin/tabs.d.ts +23 -0
- package/lib/plugin/tabs.d.ts.map +1 -0
- package/lib/plugin/tabs.js +363 -0
- package/lib/plugin/tabs.js.map +1 -0
- package/lib/plugin/tasks/task-provider.d.ts +9 -0
- package/lib/plugin/tasks/task-provider.d.ts.map +1 -0
- package/lib/plugin/tasks/task-provider.js +54 -0
- package/lib/plugin/tasks/task-provider.js.map +1 -0
- package/lib/plugin/tasks/tasks.d.ts +47 -0
- package/lib/plugin/tasks/tasks.d.ts.map +1 -0
- package/lib/plugin/tasks/tasks.js +216 -0
- package/lib/plugin/tasks/tasks.js.map +1 -0
- package/lib/plugin/telemetry-ext.d.ts +44 -0
- package/lib/plugin/telemetry-ext.d.ts.map +1 -0
- package/lib/plugin/telemetry-ext.js +252 -0
- package/lib/plugin/telemetry-ext.js.map +1 -0
- package/lib/plugin/terminal-ext.d.ts +115 -0
- package/lib/plugin/terminal-ext.d.ts.map +1 -0
- package/lib/plugin/terminal-ext.js +502 -0
- package/lib/plugin/terminal-ext.js.map +1 -0
- package/lib/plugin/test-item.d.ts +47 -0
- package/lib/plugin/test-item.d.ts.map +1 -0
- package/lib/plugin/test-item.js +188 -0
- package/lib/plugin/test-item.js.map +1 -0
- package/lib/plugin/tests.d.ts +141 -0
- package/lib/plugin/tests.d.ts.map +1 -0
- package/lib/plugin/tests.js +469 -0
- package/lib/plugin/tests.js.map +1 -0
- package/lib/plugin/text-editor.d.ts +109 -0
- package/lib/plugin/text-editor.d.ts.map +1 -0
- package/lib/plugin/text-editor.js +474 -0
- package/lib/plugin/text-editor.js.map +1 -0
- package/lib/plugin/text-editors.d.ts +44 -0
- package/lib/plugin/text-editors.d.ts.map +1 -0
- package/lib/plugin/text-editors.js +203 -0
- package/lib/plugin/text-editors.js.map +1 -0
- package/lib/plugin/theming.d.ts +16 -0
- package/lib/plugin/theming.d.ts.map +1 -0
- package/lib/plugin/theming.js +62 -0
- package/lib/plugin/theming.js.map +1 -0
- package/lib/plugin/timeline.d.ts +21 -0
- package/lib/plugin/timeline.d.ts.map +1 -0
- package/lib/plugin/timeline.js +161 -0
- package/lib/plugin/timeline.js.map +1 -0
- package/lib/plugin/tree/tree-views.d.ts +108 -0
- package/lib/plugin/tree/tree-views.d.ts.map +1 -0
- package/lib/plugin/tree/tree-views.js +610 -0
- package/lib/plugin/tree/tree-views.js.map +1 -0
- package/lib/plugin/type-converters.d.ts +216 -0
- package/lib/plugin/type-converters.d.ts.map +1 -0
- package/lib/plugin/type-converters.js +1737 -0
- package/lib/plugin/type-converters.js.map +1 -0
- package/lib/plugin/type-converters.spec.d.ts +2 -0
- package/lib/plugin/type-converters.spec.d.ts.map +1 -0
- package/lib/plugin/type-converters.spec.js +396 -0
- package/lib/plugin/type-converters.spec.js.map +1 -0
- package/lib/plugin/types-impl.d.ts +2132 -0
- package/lib/plugin/types-impl.d.ts.map +1 -0
- package/lib/plugin/types-impl.js +3633 -0
- package/lib/plugin/types-impl.js.map +1 -0
- package/lib/plugin/types-impl.spec.d.ts +2 -0
- package/lib/plugin/types-impl.spec.d.ts.map +1 -0
- package/lib/plugin/types-impl.spec.js +79 -0
- package/lib/plugin/types-impl.spec.js.map +1 -0
- package/lib/plugin/uri-ext.d.ts +13 -0
- package/lib/plugin/uri-ext.d.ts.map +1 -0
- package/lib/plugin/uri-ext.js +49 -0
- package/lib/plugin/uri-ext.js.map +1 -0
- package/lib/plugin/webview-views.d.ts +56 -0
- package/lib/plugin/webview-views.d.ts.map +1 -0
- package/lib/plugin/webview-views.js +157 -0
- package/lib/plugin/webview-views.js.map +1 -0
- package/lib/plugin/webviews.d.ts +113 -0
- package/lib/plugin/webviews.d.ts.map +1 -0
- package/lib/plugin/webviews.js +393 -0
- package/lib/plugin/webviews.js.map +1 -0
- package/lib/plugin/window-state.d.ts +19 -0
- package/lib/plugin/window-state.d.ts.map +1 -0
- package/lib/plugin/window-state.js +67 -0
- package/lib/plugin/window-state.js.map +1 -0
- package/lib/plugin/word-helper.d.ts +22 -0
- package/lib/plugin/word-helper.d.ts.map +1 -0
- package/lib/plugin/word-helper.js +126 -0
- package/lib/plugin/word-helper.js.map +1 -0
- package/lib/plugin/workspace.d.ts +75 -0
- package/lib/plugin/workspace.d.ts.map +1 -0
- package/lib/plugin/workspace.js +476 -0
- package/lib/plugin/workspace.js.map +1 -0
- package/lib/plugin-ext-backend-electron-module.d.ts +4 -0
- package/lib/plugin-ext-backend-electron-module.d.ts.map +1 -0
- package/lib/plugin-ext-backend-electron-module.js +25 -0
- package/lib/plugin-ext-backend-electron-module.js.map +1 -0
- package/lib/plugin-ext-backend-module.d.ts +4 -0
- package/lib/plugin-ext-backend-module.d.ts.map +1 -0
- package/lib/plugin-ext-backend-module.js +25 -0
- package/lib/plugin-ext-backend-module.js.map +1 -0
- package/lib/plugin-ext-frontend-electron-module.d.ts +3 -0
- package/lib/plugin-ext-frontend-electron-module.d.ts.map +1 -0
- package/lib/plugin-ext-frontend-electron-module.js +20 -0
- package/lib/plugin-ext-frontend-electron-module.js.map +1 -0
- package/lib/plugin-ext-frontend-module.d.ts +3 -0
- package/lib/plugin-ext-frontend-module.d.ts.map +1 -0
- package/lib/plugin-ext-frontend-module.js +20 -0
- package/lib/plugin-ext-frontend-module.js.map +1 -0
- package/package.json +29 -29
- package/src/main/browser/debug/plugin-debug-session-factory.ts +4 -2
- package/src/main/browser/status-bar-message-registry-main.ts +3 -8
|
@@ -0,0 +1,2132 @@
|
|
|
1
|
+
import type * as theia from '@theia/plugin';
|
|
2
|
+
import { URI as CodeURI, UriComponents } from '@theia/core/shared/vscode-uri';
|
|
3
|
+
import { SymbolKind } from '../common/plugin-api-rpc-model';
|
|
4
|
+
import { FileSystemProviderErrorCode } from '@theia/filesystem/lib/common/files';
|
|
5
|
+
import { CellMetadataEdit, NotebookDocumentMetadataEdit } from '@theia/notebook/lib/common';
|
|
6
|
+
/**
|
|
7
|
+
* This is an implementation of #theia.Uri based on vscode-uri.
|
|
8
|
+
* This is supposed to fix https://github.com/eclipse-theia/theia/issues/8752
|
|
9
|
+
* We cannot simply upgrade the dependency, because the current version 3.x
|
|
10
|
+
* is not compatible with our current codebase
|
|
11
|
+
*/
|
|
12
|
+
export declare class URI extends CodeURI implements theia.Uri {
|
|
13
|
+
protected constructor(scheme: string, authority?: string, path?: string, query?: string, fragment?: string, _strict?: boolean);
|
|
14
|
+
protected constructor(components: UriComponents);
|
|
15
|
+
/**
|
|
16
|
+
* Override to create the correct class.
|
|
17
|
+
*/
|
|
18
|
+
with(change: {
|
|
19
|
+
scheme?: string;
|
|
20
|
+
authority?: string | null;
|
|
21
|
+
path?: string | null;
|
|
22
|
+
query?: string | null;
|
|
23
|
+
fragment?: string | null;
|
|
24
|
+
}): URI;
|
|
25
|
+
static joinPath(uri: URI, ...pathSegments: string[]): URI;
|
|
26
|
+
/**
|
|
27
|
+
* Override to create the correct class.
|
|
28
|
+
* @param data
|
|
29
|
+
*/
|
|
30
|
+
static revive(data: UriComponents | CodeURI): URI;
|
|
31
|
+
static revive(data: UriComponents | CodeURI | null): URI | null;
|
|
32
|
+
static revive(data: UriComponents | CodeURI | undefined): URI | undefined;
|
|
33
|
+
static parse(value: string, _strict?: boolean): URI;
|
|
34
|
+
static file(path: string): URI;
|
|
35
|
+
/**
|
|
36
|
+
* There is quite some magic in to vscode URI class related to
|
|
37
|
+
* transferring via JSON.stringify(). Making the CodeURI instance
|
|
38
|
+
* makes sure we transfer this object as a vscode-uri URI.
|
|
39
|
+
*/
|
|
40
|
+
toJSON(): UriComponents;
|
|
41
|
+
}
|
|
42
|
+
export declare class Disposable {
|
|
43
|
+
private disposable;
|
|
44
|
+
static from(...disposables: {
|
|
45
|
+
dispose(): any;
|
|
46
|
+
}[]): Disposable;
|
|
47
|
+
constructor(func: () => void);
|
|
48
|
+
/**
|
|
49
|
+
* Dispose this object.
|
|
50
|
+
*/
|
|
51
|
+
dispose(): void;
|
|
52
|
+
static create(func: () => void): Disposable;
|
|
53
|
+
static NULL: Disposable;
|
|
54
|
+
}
|
|
55
|
+
export interface AccessibilityInformation {
|
|
56
|
+
label: string;
|
|
57
|
+
role?: string;
|
|
58
|
+
}
|
|
59
|
+
export declare enum StatusBarAlignment {
|
|
60
|
+
Left = 1,
|
|
61
|
+
Right = 2
|
|
62
|
+
}
|
|
63
|
+
export declare enum TextEditorLineNumbersStyle {
|
|
64
|
+
Off = 0,
|
|
65
|
+
On = 1,
|
|
66
|
+
Relative = 2,
|
|
67
|
+
Interval = 3
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Denotes a column in the editor window.
|
|
71
|
+
* Columns are used to show editors side by side.
|
|
72
|
+
*/
|
|
73
|
+
export declare enum ViewColumn {
|
|
74
|
+
Active = -1,
|
|
75
|
+
Beside = -2,
|
|
76
|
+
One = 1,
|
|
77
|
+
Two = 2,
|
|
78
|
+
Three = 3,
|
|
79
|
+
Four = 4,
|
|
80
|
+
Five = 5,
|
|
81
|
+
Six = 6,
|
|
82
|
+
Seven = 7,
|
|
83
|
+
Eight = 8,
|
|
84
|
+
Nine = 9
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Represents a color theme kind.
|
|
88
|
+
*/
|
|
89
|
+
export declare enum ColorThemeKind {
|
|
90
|
+
Light = 1,
|
|
91
|
+
Dark = 2,
|
|
92
|
+
HighContrast = 3,
|
|
93
|
+
HighContrastLight = 4
|
|
94
|
+
}
|
|
95
|
+
export declare enum ExtensionMode {
|
|
96
|
+
/**
|
|
97
|
+
* The extension is installed normally (for example, from the marketplace
|
|
98
|
+
* or VSIX) in the editor.
|
|
99
|
+
*/
|
|
100
|
+
Production = 1,
|
|
101
|
+
/**
|
|
102
|
+
* The extension is running from an `--extensionDevelopmentPath` provided
|
|
103
|
+
* when launching the editor.
|
|
104
|
+
*/
|
|
105
|
+
Development = 2,
|
|
106
|
+
/**
|
|
107
|
+
* The extension is running from an `--extensionTestsPath` and
|
|
108
|
+
* the extension host is running unit tests.
|
|
109
|
+
*/
|
|
110
|
+
Test = 3
|
|
111
|
+
}
|
|
112
|
+
export declare enum ExtensionKind {
|
|
113
|
+
UI = 1,
|
|
114
|
+
Workspace = 2
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Represents the validation type of the Source Control input.
|
|
118
|
+
*/
|
|
119
|
+
export declare enum SourceControlInputBoxValidationType {
|
|
120
|
+
/**
|
|
121
|
+
* Something not allowed by the rules of a language or other means.
|
|
122
|
+
*/
|
|
123
|
+
Error = 0,
|
|
124
|
+
/**
|
|
125
|
+
* Something suspicious but allowed.
|
|
126
|
+
*/
|
|
127
|
+
Warning = 1,
|
|
128
|
+
/**
|
|
129
|
+
* Something to inform about but not a problem.
|
|
130
|
+
*/
|
|
131
|
+
Information = 2
|
|
132
|
+
}
|
|
133
|
+
export declare enum ExternalUriOpenerPriority {
|
|
134
|
+
None = 0,
|
|
135
|
+
Option = 1,
|
|
136
|
+
Default = 2,
|
|
137
|
+
Preferred = 3
|
|
138
|
+
}
|
|
139
|
+
export declare class ColorTheme implements theia.ColorTheme {
|
|
140
|
+
readonly kind: ColorThemeKind;
|
|
141
|
+
constructor(kind: ColorThemeKind);
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Represents sources that can cause `window.onDidChangeEditorSelection`
|
|
145
|
+
*/
|
|
146
|
+
export declare enum TextEditorSelectionChangeKind {
|
|
147
|
+
Keyboard = 1,
|
|
148
|
+
Mouse = 2,
|
|
149
|
+
Command = 3
|
|
150
|
+
}
|
|
151
|
+
export declare namespace TextEditorSelectionChangeKind {
|
|
152
|
+
function fromValue(s: string | undefined): TextEditorSelectionChangeKind | undefined;
|
|
153
|
+
}
|
|
154
|
+
export declare enum TextDocumentChangeReason {
|
|
155
|
+
Undo = 1,
|
|
156
|
+
Redo = 2
|
|
157
|
+
}
|
|
158
|
+
export declare class Position {
|
|
159
|
+
private _line;
|
|
160
|
+
private _character;
|
|
161
|
+
constructor(line: number, char: number);
|
|
162
|
+
get line(): number;
|
|
163
|
+
get character(): number;
|
|
164
|
+
isBefore(other: Position): boolean;
|
|
165
|
+
isBeforeOrEqual(other: Position): boolean;
|
|
166
|
+
isAfter(other: Position): boolean;
|
|
167
|
+
isAfterOrEqual(other: Position): boolean;
|
|
168
|
+
isEqual(other: Position): boolean;
|
|
169
|
+
compareTo(other: Position): number;
|
|
170
|
+
translate(change: {
|
|
171
|
+
lineDelta?: number;
|
|
172
|
+
characterDelta?: number;
|
|
173
|
+
}): Position;
|
|
174
|
+
translate(lineDelta?: number, characterDelta?: number): Position;
|
|
175
|
+
with(change: {
|
|
176
|
+
line?: number;
|
|
177
|
+
character?: number;
|
|
178
|
+
}): Position;
|
|
179
|
+
with(line?: number, character?: number): Position;
|
|
180
|
+
static Min(...positions: Position[]): Position;
|
|
181
|
+
static Max(...positions: Position[]): Position;
|
|
182
|
+
static isPosition(other: unknown): other is Position;
|
|
183
|
+
toJSON(): unknown;
|
|
184
|
+
}
|
|
185
|
+
export declare class Range {
|
|
186
|
+
protected _start: Position;
|
|
187
|
+
protected _end: Position;
|
|
188
|
+
constructor(start: Position, end: Position);
|
|
189
|
+
constructor(startLine: number, startColumn: number, endLine: number, endColumn: number);
|
|
190
|
+
get start(): Position;
|
|
191
|
+
get end(): Position;
|
|
192
|
+
contains(positionOrRange: Position | Range): boolean;
|
|
193
|
+
isEqual(other: Range): boolean;
|
|
194
|
+
intersection(other: Range): Range | undefined;
|
|
195
|
+
union(other: Range): Range;
|
|
196
|
+
get isEmpty(): boolean;
|
|
197
|
+
get isSingleLine(): boolean;
|
|
198
|
+
with(change: {
|
|
199
|
+
start?: Position;
|
|
200
|
+
end?: Position;
|
|
201
|
+
}): Range;
|
|
202
|
+
with(start?: Position, end?: Position): Range;
|
|
203
|
+
static isRange(arg: unknown): arg is theia.Range;
|
|
204
|
+
toJSON(): unknown;
|
|
205
|
+
}
|
|
206
|
+
export declare class Selection extends Range {
|
|
207
|
+
private _anchor;
|
|
208
|
+
private _active;
|
|
209
|
+
constructor(anchor: Position, active: Position);
|
|
210
|
+
constructor(anchorLine: number, anchorColumn: number, activeLine: number, activeColumn: number);
|
|
211
|
+
get active(): Position;
|
|
212
|
+
get anchor(): Position;
|
|
213
|
+
get isReversed(): boolean;
|
|
214
|
+
}
|
|
215
|
+
export declare namespace TextDocumentShowOptions {
|
|
216
|
+
/**
|
|
217
|
+
* @param candidate
|
|
218
|
+
* @returns `true` if `candidate` is an instance of options that includes a selection.
|
|
219
|
+
* This function should be used to determine whether TextDocumentOptions passed into commands by plugins
|
|
220
|
+
* need to be translated to TextDocumentShowOptions in the style of the RPC model. Selection is the only field that requires translation.
|
|
221
|
+
*/
|
|
222
|
+
function isTextDocumentShowOptions(candidate: unknown): candidate is theia.TextDocumentShowOptions;
|
|
223
|
+
}
|
|
224
|
+
export declare enum EndOfLine {
|
|
225
|
+
LF = 1,
|
|
226
|
+
CRLF = 2
|
|
227
|
+
}
|
|
228
|
+
export declare enum EnvironmentVariableMutatorType {
|
|
229
|
+
Replace = 1,
|
|
230
|
+
Append = 2,
|
|
231
|
+
Prepend = 3
|
|
232
|
+
}
|
|
233
|
+
export declare class SnippetString {
|
|
234
|
+
static isSnippetString(thing: {}): thing is SnippetString;
|
|
235
|
+
private static _escape;
|
|
236
|
+
private _tabstop;
|
|
237
|
+
value: string;
|
|
238
|
+
constructor(value?: string);
|
|
239
|
+
appendText(string: string): SnippetString;
|
|
240
|
+
appendTabstop(number?: number): SnippetString;
|
|
241
|
+
appendPlaceholder(value: string | ((snippet: SnippetString) => void), number?: number): SnippetString;
|
|
242
|
+
appendChoice(values: string[], number?: number): SnippetString;
|
|
243
|
+
appendVariable(name: string, defaultValue?: string | ((snippet: SnippetString) => void)): SnippetString;
|
|
244
|
+
}
|
|
245
|
+
export declare class ThemeColor {
|
|
246
|
+
readonly id: string;
|
|
247
|
+
constructor(id: string);
|
|
248
|
+
}
|
|
249
|
+
export declare class ThemeIcon {
|
|
250
|
+
id: string;
|
|
251
|
+
color?: ThemeColor | undefined;
|
|
252
|
+
static readonly File: ThemeIcon;
|
|
253
|
+
static readonly Folder: ThemeIcon;
|
|
254
|
+
private constructor();
|
|
255
|
+
}
|
|
256
|
+
export declare namespace ThemeIcon {
|
|
257
|
+
function is(item: unknown): item is ThemeIcon;
|
|
258
|
+
function get(item: unknown): ThemeIcon | undefined;
|
|
259
|
+
}
|
|
260
|
+
export declare enum TextEditorRevealType {
|
|
261
|
+
Default = 0,
|
|
262
|
+
InCenter = 1,
|
|
263
|
+
InCenterIfOutsideViewport = 2,
|
|
264
|
+
AtTop = 3
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* These values match very carefully the values of `TrackedRangeStickiness`
|
|
268
|
+
*/
|
|
269
|
+
export declare enum DecorationRangeBehavior {
|
|
270
|
+
/**
|
|
271
|
+
* TrackedRangeStickiness.AlwaysGrowsWhenTypingAtEdges
|
|
272
|
+
*/
|
|
273
|
+
OpenOpen = 0,
|
|
274
|
+
/**
|
|
275
|
+
* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges
|
|
276
|
+
*/
|
|
277
|
+
ClosedClosed = 1,
|
|
278
|
+
/**
|
|
279
|
+
* TrackedRangeStickiness.GrowsOnlyWhenTypingBefore
|
|
280
|
+
*/
|
|
281
|
+
OpenClosed = 2,
|
|
282
|
+
/**
|
|
283
|
+
* TrackedRangeStickiness.GrowsOnlyWhenTypingAfter
|
|
284
|
+
*/
|
|
285
|
+
ClosedOpen = 3
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* Vertical Lane in the overview ruler of the editor.
|
|
289
|
+
*/
|
|
290
|
+
export declare enum OverviewRulerLane {
|
|
291
|
+
Left = 1,
|
|
292
|
+
Center = 2,
|
|
293
|
+
Right = 4,
|
|
294
|
+
Full = 7
|
|
295
|
+
}
|
|
296
|
+
export declare enum ConfigurationTarget {
|
|
297
|
+
Global = 1,
|
|
298
|
+
Workspace = 2,
|
|
299
|
+
WorkspaceFolder = 3,
|
|
300
|
+
Default = 4,
|
|
301
|
+
Memory = 5
|
|
302
|
+
}
|
|
303
|
+
export declare class RelativePattern {
|
|
304
|
+
pattern: string;
|
|
305
|
+
private _base;
|
|
306
|
+
get base(): string;
|
|
307
|
+
set base(base: string);
|
|
308
|
+
private _baseUri;
|
|
309
|
+
get baseUri(): URI;
|
|
310
|
+
set baseUri(baseUri: URI);
|
|
311
|
+
constructor(base: theia.WorkspaceFolder | URI | string, pattern: string);
|
|
312
|
+
pathToRelative(from: string, to: string): string;
|
|
313
|
+
}
|
|
314
|
+
export declare enum IndentAction {
|
|
315
|
+
None = 0,
|
|
316
|
+
Indent = 1,
|
|
317
|
+
IndentOutdent = 2,
|
|
318
|
+
Outdent = 3
|
|
319
|
+
}
|
|
320
|
+
export declare namespace SyntaxTokenType {
|
|
321
|
+
function toString(v: SyntaxTokenType | unknown): 'other' | 'comment' | 'string' | 'regex';
|
|
322
|
+
}
|
|
323
|
+
export declare enum SyntaxTokenType {
|
|
324
|
+
/**
|
|
325
|
+
* Everything except tokens that are part of comments, string literals and regular expressions.
|
|
326
|
+
*/
|
|
327
|
+
Other = 0,
|
|
328
|
+
/**
|
|
329
|
+
* A comment.
|
|
330
|
+
*/
|
|
331
|
+
Comment = 1,
|
|
332
|
+
/**
|
|
333
|
+
* A string literal.
|
|
334
|
+
*/
|
|
335
|
+
String = 2,
|
|
336
|
+
/**
|
|
337
|
+
* A regular expression.
|
|
338
|
+
*/
|
|
339
|
+
RegEx = 3
|
|
340
|
+
}
|
|
341
|
+
export declare class TextEdit {
|
|
342
|
+
protected _range: Range;
|
|
343
|
+
protected _newText: string;
|
|
344
|
+
protected _newEol: EndOfLine | undefined;
|
|
345
|
+
get range(): Range;
|
|
346
|
+
set range(value: Range);
|
|
347
|
+
get newText(): string;
|
|
348
|
+
set newText(value: string);
|
|
349
|
+
get newEol(): EndOfLine | undefined;
|
|
350
|
+
set newEol(value: EndOfLine);
|
|
351
|
+
constructor(range: Range | undefined, newText: string | undefined);
|
|
352
|
+
static isTextEdit(thing: {}): thing is TextEdit;
|
|
353
|
+
static replace(range: Range, newText: string): TextEdit;
|
|
354
|
+
static insert(position: Position, newText: string): TextEdit;
|
|
355
|
+
static delete(range: Range): TextEdit;
|
|
356
|
+
static setEndOfLine(eol: EndOfLine): TextEdit;
|
|
357
|
+
}
|
|
358
|
+
export declare enum CompletionTriggerKind {
|
|
359
|
+
Invoke = 0,
|
|
360
|
+
TriggerCharacter = 1,
|
|
361
|
+
TriggerForIncompleteCompletions = 2
|
|
362
|
+
}
|
|
363
|
+
export declare enum CompletionItemKind {
|
|
364
|
+
Text = 0,
|
|
365
|
+
Method = 1,
|
|
366
|
+
Function = 2,
|
|
367
|
+
Constructor = 3,
|
|
368
|
+
Field = 4,
|
|
369
|
+
Variable = 5,
|
|
370
|
+
Class = 6,
|
|
371
|
+
Interface = 7,
|
|
372
|
+
Module = 8,
|
|
373
|
+
Property = 9,
|
|
374
|
+
Unit = 10,
|
|
375
|
+
Value = 11,
|
|
376
|
+
Enum = 12,
|
|
377
|
+
Keyword = 13,
|
|
378
|
+
Snippet = 14,
|
|
379
|
+
Color = 15,// eslint-disable-line @typescript-eslint/no-shadow
|
|
380
|
+
File = 16,
|
|
381
|
+
Reference = 17,
|
|
382
|
+
Folder = 18,
|
|
383
|
+
EnumMember = 19,
|
|
384
|
+
Constant = 20,
|
|
385
|
+
Struct = 21,
|
|
386
|
+
Event = 22,
|
|
387
|
+
Operator = 23,
|
|
388
|
+
TypeParameter = 24,
|
|
389
|
+
User = 25,
|
|
390
|
+
Issue = 26
|
|
391
|
+
}
|
|
392
|
+
export declare class CompletionItem implements theia.CompletionItem {
|
|
393
|
+
label: string;
|
|
394
|
+
kind?: CompletionItemKind;
|
|
395
|
+
tags?: CompletionItemTag[];
|
|
396
|
+
detail: string;
|
|
397
|
+
documentation: string | theia.MarkdownString;
|
|
398
|
+
sortText: string;
|
|
399
|
+
filterText: string;
|
|
400
|
+
preselect: boolean;
|
|
401
|
+
insertText: string | SnippetString;
|
|
402
|
+
range: Range;
|
|
403
|
+
textEdit: TextEdit;
|
|
404
|
+
additionalTextEdits: TextEdit[];
|
|
405
|
+
command: theia.Command;
|
|
406
|
+
constructor(label: string, kind?: CompletionItemKind);
|
|
407
|
+
}
|
|
408
|
+
export declare class CompletionList {
|
|
409
|
+
isIncomplete?: boolean;
|
|
410
|
+
items: theia.CompletionItem[];
|
|
411
|
+
constructor(items?: theia.CompletionItem[], isIncomplete?: boolean);
|
|
412
|
+
}
|
|
413
|
+
export declare enum InlineCompletionTriggerKind {
|
|
414
|
+
Invoke = 0,
|
|
415
|
+
Automatic = 1
|
|
416
|
+
}
|
|
417
|
+
export declare class InlineCompletionItem implements theia.InlineCompletionItem {
|
|
418
|
+
filterText?: string;
|
|
419
|
+
insertText: string;
|
|
420
|
+
range?: Range;
|
|
421
|
+
command?: theia.Command;
|
|
422
|
+
constructor(insertText: string, range?: Range, command?: theia.Command);
|
|
423
|
+
}
|
|
424
|
+
export declare class InlineCompletionList implements theia.InlineCompletionList {
|
|
425
|
+
items: theia.InlineCompletionItem[];
|
|
426
|
+
commands: theia.Command[] | undefined;
|
|
427
|
+
constructor(items: theia.InlineCompletionItem[]);
|
|
428
|
+
}
|
|
429
|
+
export declare enum DiagnosticSeverity {
|
|
430
|
+
Error = 0,
|
|
431
|
+
Warning = 1,
|
|
432
|
+
Information = 2,
|
|
433
|
+
Hint = 3
|
|
434
|
+
}
|
|
435
|
+
export declare enum DebugConsoleMode {
|
|
436
|
+
Separate = 0,
|
|
437
|
+
MergeWithParent = 1
|
|
438
|
+
}
|
|
439
|
+
export declare class Location {
|
|
440
|
+
uri: URI;
|
|
441
|
+
range: Range;
|
|
442
|
+
constructor(uri: URI, rangeOrPosition: Range | Position | undefined);
|
|
443
|
+
static isLocation(thing: {}): thing is theia.Location;
|
|
444
|
+
}
|
|
445
|
+
export declare class DiagnosticRelatedInformation {
|
|
446
|
+
location: Location;
|
|
447
|
+
message: string;
|
|
448
|
+
constructor(location: Location, message: string);
|
|
449
|
+
}
|
|
450
|
+
export declare enum DiagnosticTag {
|
|
451
|
+
Unnecessary = 1,
|
|
452
|
+
Deprecated = 2
|
|
453
|
+
}
|
|
454
|
+
export declare enum CompletionItemTag {
|
|
455
|
+
Deprecated = 1
|
|
456
|
+
}
|
|
457
|
+
export declare class Diagnostic {
|
|
458
|
+
range: Range;
|
|
459
|
+
message: string;
|
|
460
|
+
severity: DiagnosticSeverity;
|
|
461
|
+
source?: string;
|
|
462
|
+
code?: string | number;
|
|
463
|
+
relatedInformation?: DiagnosticRelatedInformation[];
|
|
464
|
+
tags?: DiagnosticTag[];
|
|
465
|
+
constructor(range: Range, message: string, severity?: DiagnosticSeverity);
|
|
466
|
+
}
|
|
467
|
+
export declare enum MarkerSeverity {
|
|
468
|
+
Hint = 1,
|
|
469
|
+
Info = 2,
|
|
470
|
+
Warning = 4,
|
|
471
|
+
Error = 8
|
|
472
|
+
}
|
|
473
|
+
export declare enum MarkerTag {
|
|
474
|
+
Unnecessary = 1,
|
|
475
|
+
Deprecated = 2
|
|
476
|
+
}
|
|
477
|
+
export declare enum NotebookCellKind {
|
|
478
|
+
Markup = 1,
|
|
479
|
+
Code = 2
|
|
480
|
+
}
|
|
481
|
+
export declare enum NotebookCellStatusBarAlignment {
|
|
482
|
+
Left = 1,
|
|
483
|
+
Right = 2
|
|
484
|
+
}
|
|
485
|
+
export declare enum NotebookControllerAffinity {
|
|
486
|
+
Default = 1,
|
|
487
|
+
Preferred = 2
|
|
488
|
+
}
|
|
489
|
+
export declare enum NotebookEditorRevealType {
|
|
490
|
+
Default = 0,
|
|
491
|
+
InCenter = 1,
|
|
492
|
+
InCenterIfOutsideViewport = 2,
|
|
493
|
+
AtTop = 3
|
|
494
|
+
}
|
|
495
|
+
export declare enum NotebookCellExecutionState {
|
|
496
|
+
/**
|
|
497
|
+
* The cell is idle.
|
|
498
|
+
*/
|
|
499
|
+
Idle = 1,
|
|
500
|
+
/**
|
|
501
|
+
* Execution for the cell is pending.
|
|
502
|
+
*/
|
|
503
|
+
Pending = 2,
|
|
504
|
+
/**
|
|
505
|
+
* The cell is currently executing.
|
|
506
|
+
*/
|
|
507
|
+
Executing = 3
|
|
508
|
+
}
|
|
509
|
+
export declare class NotebookKernelSourceAction {
|
|
510
|
+
label: string;
|
|
511
|
+
description?: string;
|
|
512
|
+
detail?: string;
|
|
513
|
+
command?: theia.Command;
|
|
514
|
+
constructor(label: string);
|
|
515
|
+
}
|
|
516
|
+
export declare class NotebookCellData implements theia.NotebookCellData {
|
|
517
|
+
languageId: string;
|
|
518
|
+
kind: NotebookCellKind;
|
|
519
|
+
value: string;
|
|
520
|
+
outputs?: theia.NotebookCellOutput[];
|
|
521
|
+
metadata?: {
|
|
522
|
+
[key: string]: any;
|
|
523
|
+
};
|
|
524
|
+
executionSummary?: theia.NotebookCellExecutionSummary;
|
|
525
|
+
constructor(kind: NotebookCellKind, value: string, languageId: string, outputs?: theia.NotebookCellOutput[], metadata?: Record<string, unknown>, executionSummary?: theia.NotebookCellExecutionSummary);
|
|
526
|
+
}
|
|
527
|
+
export declare class NotebookCellOutput implements theia.NotebookCellOutput {
|
|
528
|
+
outputId: string;
|
|
529
|
+
items: theia.NotebookCellOutputItem[];
|
|
530
|
+
metadata?: {
|
|
531
|
+
[key: string]: any;
|
|
532
|
+
};
|
|
533
|
+
constructor(items: theia.NotebookCellOutputItem[], idOrMetadata?: string | Record<string, any>, metadata?: {
|
|
534
|
+
[key: string]: any;
|
|
535
|
+
});
|
|
536
|
+
}
|
|
537
|
+
export declare class NotebookCellOutputItem implements theia.NotebookCellOutputItem {
|
|
538
|
+
#private;
|
|
539
|
+
mime: string;
|
|
540
|
+
data: Uint8Array;
|
|
541
|
+
static text(value: string, mime?: string): NotebookCellOutputItem;
|
|
542
|
+
static json(value: any, mime?: string): NotebookCellOutputItem;
|
|
543
|
+
static stdout(value: string): NotebookCellOutputItem;
|
|
544
|
+
static stderr(value: string): NotebookCellOutputItem;
|
|
545
|
+
static error(value: Error): NotebookCellOutputItem;
|
|
546
|
+
constructor(data: Uint8Array, mime: string);
|
|
547
|
+
}
|
|
548
|
+
export declare class NotebookCellStatusBarItem implements theia.NotebookCellStatusBarItem {
|
|
549
|
+
text: string;
|
|
550
|
+
alignment: NotebookCellStatusBarAlignment;
|
|
551
|
+
command?: string | theia.Command;
|
|
552
|
+
tooltip?: string;
|
|
553
|
+
priority?: number;
|
|
554
|
+
accessibilityInformation?: AccessibilityInformation;
|
|
555
|
+
/**
|
|
556
|
+
* Creates a new NotebookCellStatusBarItem.
|
|
557
|
+
* @param text The text to show for the item.
|
|
558
|
+
* @param alignment Whether the item is aligned to the left or right.
|
|
559
|
+
* @stubbed
|
|
560
|
+
*/
|
|
561
|
+
constructor(text: string, alignment: NotebookCellStatusBarAlignment);
|
|
562
|
+
}
|
|
563
|
+
export declare class NotebookData implements theia.NotebookData {
|
|
564
|
+
cells: NotebookCellData[];
|
|
565
|
+
metadata?: {
|
|
566
|
+
[key: string]: any;
|
|
567
|
+
};
|
|
568
|
+
constructor(cells: NotebookCellData[]);
|
|
569
|
+
}
|
|
570
|
+
export declare class NotebookRange implements theia.NotebookRange {
|
|
571
|
+
static isNotebookRange(thing: unknown): thing is theia.NotebookRange;
|
|
572
|
+
readonly start: number;
|
|
573
|
+
readonly end: number;
|
|
574
|
+
readonly isEmpty: boolean;
|
|
575
|
+
with(change: {
|
|
576
|
+
start?: number;
|
|
577
|
+
end?: number;
|
|
578
|
+
}): NotebookRange;
|
|
579
|
+
constructor(start: number, end: number);
|
|
580
|
+
}
|
|
581
|
+
export declare class SnippetTextEdit implements theia.SnippetTextEdit {
|
|
582
|
+
range: Range;
|
|
583
|
+
snippet: SnippetString;
|
|
584
|
+
keepWhitespace?: boolean;
|
|
585
|
+
static isSnippetTextEdit(thing: unknown): thing is SnippetTextEdit;
|
|
586
|
+
static replace(range: Range, snippet: SnippetString): SnippetTextEdit;
|
|
587
|
+
static insert(position: Position, snippet: SnippetString): SnippetTextEdit;
|
|
588
|
+
constructor(range: Range, snippet: SnippetString);
|
|
589
|
+
}
|
|
590
|
+
export declare class NotebookEdit implements theia.NotebookEdit {
|
|
591
|
+
range: theia.NotebookRange;
|
|
592
|
+
newCells: theia.NotebookCellData[];
|
|
593
|
+
newCellMetadata?: {
|
|
594
|
+
[key: string]: any;
|
|
595
|
+
} | undefined;
|
|
596
|
+
newNotebookMetadata?: {
|
|
597
|
+
[key: string]: any;
|
|
598
|
+
} | undefined;
|
|
599
|
+
static isNotebookCellEdit(thing: unknown): thing is NotebookEdit;
|
|
600
|
+
static replaceCells(range: NotebookRange, newCells: NotebookCellData[]): NotebookEdit;
|
|
601
|
+
static insertCells(index: number, newCells: NotebookCellData[]): NotebookEdit;
|
|
602
|
+
static deleteCells(range: NotebookRange): NotebookEdit;
|
|
603
|
+
static updateCellMetadata(index: number, newCellMetadata: {
|
|
604
|
+
[key: string]: any;
|
|
605
|
+
}): NotebookEdit;
|
|
606
|
+
static updateNotebookMetadata(newNotebookMetadata: {
|
|
607
|
+
[key: string]: any;
|
|
608
|
+
}): NotebookEdit;
|
|
609
|
+
constructor(range: NotebookRange, newCells: NotebookCellData[], newCellMetadata?: {
|
|
610
|
+
[key: string]: unknown;
|
|
611
|
+
}, newNotebookMetadata?: {
|
|
612
|
+
[key: string]: unknown;
|
|
613
|
+
});
|
|
614
|
+
}
|
|
615
|
+
export declare class NotebookRendererScript implements theia.NotebookRendererScript {
|
|
616
|
+
uri: theia.Uri;
|
|
617
|
+
provides: readonly string[];
|
|
618
|
+
constructor(uri: theia.Uri, provides?: string | readonly string[]);
|
|
619
|
+
}
|
|
620
|
+
export declare class ParameterInformation {
|
|
621
|
+
label: string | [number, number];
|
|
622
|
+
documentation?: string | theia.MarkdownString;
|
|
623
|
+
constructor(label: string | [number, number], documentation?: string | theia.MarkdownString);
|
|
624
|
+
}
|
|
625
|
+
export declare class SignatureInformation {
|
|
626
|
+
label: string;
|
|
627
|
+
documentation?: string | theia.MarkdownString;
|
|
628
|
+
parameters: ParameterInformation[];
|
|
629
|
+
activeParameter?: number;
|
|
630
|
+
constructor(label: string, documentation?: string | theia.MarkdownString);
|
|
631
|
+
}
|
|
632
|
+
export declare enum SignatureHelpTriggerKind {
|
|
633
|
+
Invoke = 1,
|
|
634
|
+
TriggerCharacter = 2,
|
|
635
|
+
ContentChange = 3
|
|
636
|
+
}
|
|
637
|
+
export declare class SignatureHelp {
|
|
638
|
+
signatures: SignatureInformation[];
|
|
639
|
+
activeSignature: number;
|
|
640
|
+
activeParameter: number;
|
|
641
|
+
constructor();
|
|
642
|
+
}
|
|
643
|
+
export declare class Hover {
|
|
644
|
+
contents: Array<theia.MarkdownString | theia.MarkedString>;
|
|
645
|
+
range?: Range;
|
|
646
|
+
constructor(contents: theia.MarkdownString | theia.MarkedString | Array<theia.MarkdownString | theia.MarkedString>, range?: Range);
|
|
647
|
+
}
|
|
648
|
+
export declare class EvaluatableExpression {
|
|
649
|
+
range: Range;
|
|
650
|
+
expression?: string;
|
|
651
|
+
constructor(range: Range, expression?: string);
|
|
652
|
+
}
|
|
653
|
+
export declare class InlineValueContext implements theia.InlineValueContext {
|
|
654
|
+
frameId: number;
|
|
655
|
+
stoppedLocation: Range;
|
|
656
|
+
constructor(frameId: number, stoppedLocation: Range);
|
|
657
|
+
}
|
|
658
|
+
export declare class InlineValueText implements theia.InlineValueText {
|
|
659
|
+
type: string;
|
|
660
|
+
range: Range;
|
|
661
|
+
text: string;
|
|
662
|
+
constructor(range: Range, text: string);
|
|
663
|
+
}
|
|
664
|
+
export declare class InlineValueVariableLookup implements theia.InlineValueVariableLookup {
|
|
665
|
+
type: string;
|
|
666
|
+
range: Range;
|
|
667
|
+
variableName?: string;
|
|
668
|
+
caseSensitiveLookup: boolean;
|
|
669
|
+
constructor(range: Range, variableName?: string, caseSensitiveLookup?: boolean);
|
|
670
|
+
}
|
|
671
|
+
export declare class InlineValueEvaluatableExpression implements theia.InlineValueEvaluatableExpression {
|
|
672
|
+
type: string;
|
|
673
|
+
range: Range;
|
|
674
|
+
expression?: string;
|
|
675
|
+
constructor(range: Range, expression?: string);
|
|
676
|
+
}
|
|
677
|
+
export type InlineValue = InlineValueText | InlineValueVariableLookup | InlineValueEvaluatableExpression;
|
|
678
|
+
export declare enum DocumentHighlightKind {
|
|
679
|
+
Text = 0,
|
|
680
|
+
Read = 1,
|
|
681
|
+
Write = 2
|
|
682
|
+
}
|
|
683
|
+
export declare class DocumentHighlight {
|
|
684
|
+
range: Range;
|
|
685
|
+
kind?: DocumentHighlightKind;
|
|
686
|
+
constructor(range: Range, kind?: DocumentHighlightKind);
|
|
687
|
+
}
|
|
688
|
+
export declare class MultiDocumentHighlight {
|
|
689
|
+
/**
|
|
690
|
+
* The URI of the document containing the highlights.
|
|
691
|
+
*/
|
|
692
|
+
uri: URI;
|
|
693
|
+
/**
|
|
694
|
+
* The highlights for the document.
|
|
695
|
+
*/
|
|
696
|
+
highlights: DocumentHighlight[];
|
|
697
|
+
/**
|
|
698
|
+
* Creates a new instance of MultiDocumentHighlight.
|
|
699
|
+
* @param uri The URI of the document containing the highlights.
|
|
700
|
+
* @param highlights The highlights for the document.
|
|
701
|
+
*/
|
|
702
|
+
constructor(uri: URI, highlights: DocumentHighlight[]);
|
|
703
|
+
}
|
|
704
|
+
export type Definition = Location | Location[];
|
|
705
|
+
export declare class DocumentLink {
|
|
706
|
+
range: Range;
|
|
707
|
+
target?: URI;
|
|
708
|
+
tooltip?: string;
|
|
709
|
+
constructor(range: Range, target: URI | undefined);
|
|
710
|
+
}
|
|
711
|
+
export declare class DocumentDropOrPasteEditKind {
|
|
712
|
+
readonly value: string;
|
|
713
|
+
static readonly Empty: DocumentDropOrPasteEditKind;
|
|
714
|
+
static readonly Text: DocumentDropOrPasteEditKind;
|
|
715
|
+
static readonly TextUpdateImports: DocumentDropOrPasteEditKind;
|
|
716
|
+
private static sep;
|
|
717
|
+
constructor(value: string);
|
|
718
|
+
append(...parts: string[]): DocumentDropOrPasteEditKind;
|
|
719
|
+
intersects(other: DocumentDropOrPasteEditKind): boolean;
|
|
720
|
+
contains(other: DocumentDropOrPasteEditKind): boolean;
|
|
721
|
+
}
|
|
722
|
+
export declare class DocumentDropEdit {
|
|
723
|
+
title?: string;
|
|
724
|
+
kind: DocumentDropOrPasteEditKind;
|
|
725
|
+
handledMimeType?: string;
|
|
726
|
+
yieldTo?: ReadonlyArray<DocumentDropOrPasteEditKind>;
|
|
727
|
+
insertText: string | SnippetString;
|
|
728
|
+
additionalEdit?: WorkspaceEdit;
|
|
729
|
+
constructor(insertText: string | SnippetString);
|
|
730
|
+
}
|
|
731
|
+
export declare class CodeLens {
|
|
732
|
+
range: Range;
|
|
733
|
+
command?: theia.Command;
|
|
734
|
+
get isResolved(): boolean;
|
|
735
|
+
constructor(range: Range, command?: theia.Command);
|
|
736
|
+
}
|
|
737
|
+
export declare enum CodeActionTrigger {
|
|
738
|
+
Automatic = 1,
|
|
739
|
+
Manual = 2
|
|
740
|
+
}
|
|
741
|
+
/**
|
|
742
|
+
* The reason why code actions were requested.
|
|
743
|
+
*/
|
|
744
|
+
export declare enum CodeActionTriggerKind {
|
|
745
|
+
/**
|
|
746
|
+
* Code actions were explicitly requested by the user or by an extension.
|
|
747
|
+
*/
|
|
748
|
+
Invoke = 1,
|
|
749
|
+
/**
|
|
750
|
+
* Code actions were requested automatically.
|
|
751
|
+
*
|
|
752
|
+
* This typically happens when current selection in a file changes, but can
|
|
753
|
+
* also be triggered when file content changes.
|
|
754
|
+
*/
|
|
755
|
+
Automatic = 2
|
|
756
|
+
}
|
|
757
|
+
export declare class CodeActionKind {
|
|
758
|
+
readonly value: string;
|
|
759
|
+
private static readonly sep;
|
|
760
|
+
static readonly Empty: CodeActionKind;
|
|
761
|
+
static readonly QuickFix: CodeActionKind;
|
|
762
|
+
static readonly Refactor: CodeActionKind;
|
|
763
|
+
static readonly RefactorExtract: CodeActionKind;
|
|
764
|
+
static readonly RefactorInline: CodeActionKind;
|
|
765
|
+
static readonly RefactorMove: CodeActionKind;
|
|
766
|
+
static readonly RefactorRewrite: CodeActionKind;
|
|
767
|
+
static readonly Source: CodeActionKind;
|
|
768
|
+
static readonly SourceOrganizeImports: CodeActionKind;
|
|
769
|
+
static readonly SourceFixAll: CodeActionKind;
|
|
770
|
+
static readonly Notebook: CodeActionKind;
|
|
771
|
+
constructor(value: string);
|
|
772
|
+
append(parts: string): CodeActionKind;
|
|
773
|
+
contains(other: CodeActionKind): boolean;
|
|
774
|
+
intersects(other: CodeActionKind): boolean;
|
|
775
|
+
}
|
|
776
|
+
export declare enum TextDocumentSaveReason {
|
|
777
|
+
Manual = 1,
|
|
778
|
+
AfterDelay = 2,
|
|
779
|
+
FocusOut = 3
|
|
780
|
+
}
|
|
781
|
+
export declare class CodeAction {
|
|
782
|
+
title: string;
|
|
783
|
+
command?: theia.Command;
|
|
784
|
+
edit?: WorkspaceEdit;
|
|
785
|
+
diagnostics?: Diagnostic[];
|
|
786
|
+
kind?: CodeActionKind;
|
|
787
|
+
disabled?: {
|
|
788
|
+
reason: string;
|
|
789
|
+
};
|
|
790
|
+
isPreferred?: boolean;
|
|
791
|
+
constructor(title: string, kind?: CodeActionKind);
|
|
792
|
+
}
|
|
793
|
+
export interface FileOperationOptions {
|
|
794
|
+
overwrite?: boolean;
|
|
795
|
+
ignoreIfExists?: boolean;
|
|
796
|
+
ignoreIfNotExists?: boolean;
|
|
797
|
+
recursive?: boolean;
|
|
798
|
+
}
|
|
799
|
+
export interface WorkspaceEditMetadata {
|
|
800
|
+
needsConfirmation: boolean;
|
|
801
|
+
label: string;
|
|
802
|
+
description?: string;
|
|
803
|
+
iconPath?: {
|
|
804
|
+
light: URI;
|
|
805
|
+
dark: URI;
|
|
806
|
+
} | ThemeIcon;
|
|
807
|
+
}
|
|
808
|
+
export declare const enum FileEditType {
|
|
809
|
+
File = 1,
|
|
810
|
+
Text = 2,
|
|
811
|
+
Cell = 3,
|
|
812
|
+
CellReplace = 5,
|
|
813
|
+
Snippet = 6
|
|
814
|
+
}
|
|
815
|
+
export interface FileOperation {
|
|
816
|
+
_type: FileEditType.File;
|
|
817
|
+
from: URI | undefined;
|
|
818
|
+
to: URI | undefined;
|
|
819
|
+
options?: FileOperationOptions;
|
|
820
|
+
metadata?: WorkspaceEditMetadata;
|
|
821
|
+
}
|
|
822
|
+
export interface FileTextEdit {
|
|
823
|
+
_type: FileEditType.Text;
|
|
824
|
+
uri: URI;
|
|
825
|
+
edit: TextEdit;
|
|
826
|
+
metadata?: WorkspaceEditMetadata;
|
|
827
|
+
}
|
|
828
|
+
export interface FileSnippetTextEdit {
|
|
829
|
+
readonly _type: FileEditType.Snippet;
|
|
830
|
+
readonly uri: URI;
|
|
831
|
+
readonly range: Range;
|
|
832
|
+
readonly edit: SnippetTextEdit;
|
|
833
|
+
readonly metadata?: theia.WorkspaceEditEntryMetadata;
|
|
834
|
+
}
|
|
835
|
+
export interface FileCellEdit {
|
|
836
|
+
readonly _type: FileEditType.Cell;
|
|
837
|
+
readonly uri: URI;
|
|
838
|
+
readonly edit?: CellMetadataEdit | NotebookDocumentMetadataEdit;
|
|
839
|
+
readonly notebookMetadata?: Record<string, unknown>;
|
|
840
|
+
readonly metadata?: theia.WorkspaceEditEntryMetadata;
|
|
841
|
+
}
|
|
842
|
+
export interface CellEdit {
|
|
843
|
+
readonly _type: FileEditType.CellReplace;
|
|
844
|
+
readonly metadata?: theia.WorkspaceEditEntryMetadata;
|
|
845
|
+
readonly uri: URI;
|
|
846
|
+
readonly index: number;
|
|
847
|
+
readonly count: number;
|
|
848
|
+
readonly cells: theia.NotebookCellData[];
|
|
849
|
+
}
|
|
850
|
+
type WorkspaceEditEntry = FileOperation | FileTextEdit | FileSnippetTextEdit | FileCellEdit | CellEdit | undefined;
|
|
851
|
+
export declare class WorkspaceEdit implements theia.WorkspaceEdit {
|
|
852
|
+
private _edits;
|
|
853
|
+
renameFile(from: theia.Uri, to: theia.Uri, options?: {
|
|
854
|
+
overwrite?: boolean;
|
|
855
|
+
ignoreIfExists?: boolean;
|
|
856
|
+
}, metadata?: WorkspaceEditMetadata): void;
|
|
857
|
+
createFile(uri: theia.Uri, options?: {
|
|
858
|
+
overwrite?: boolean;
|
|
859
|
+
ignoreIfExists?: boolean;
|
|
860
|
+
}, metadata?: WorkspaceEditMetadata): void;
|
|
861
|
+
deleteFile(uri: theia.Uri, options?: {
|
|
862
|
+
recursive?: boolean;
|
|
863
|
+
ignoreIfNotExists?: boolean;
|
|
864
|
+
}, metadata?: WorkspaceEditMetadata): void;
|
|
865
|
+
replace(uri: URI, range: Range, newText: string, metadata?: WorkspaceEditMetadata): void;
|
|
866
|
+
insert(resource: URI, position: Position, newText: string, metadata?: WorkspaceEditMetadata): void;
|
|
867
|
+
delete(resource: URI, range: Range, metadata?: WorkspaceEditMetadata): void;
|
|
868
|
+
has(uri: URI): boolean;
|
|
869
|
+
set(uri: URI, edits: ReadonlyArray<TextEdit | SnippetTextEdit>): void;
|
|
870
|
+
set(uri: URI, edits: ReadonlyArray<[TextEdit | SnippetTextEdit, theia.WorkspaceEditEntryMetadata | undefined]>): void;
|
|
871
|
+
set(uri: URI, edits: ReadonlyArray<NotebookEdit>): void;
|
|
872
|
+
set(uri: URI, edits: ReadonlyArray<[NotebookEdit, theia.WorkspaceEditEntryMetadata | undefined]>): void;
|
|
873
|
+
get(uri: URI): TextEdit[];
|
|
874
|
+
entries(): [URI, TextEdit[]][];
|
|
875
|
+
_allEntries(): ReadonlyArray<WorkspaceEditEntry>;
|
|
876
|
+
get size(): number;
|
|
877
|
+
toJSON(): any;
|
|
878
|
+
}
|
|
879
|
+
export declare class DataTransferItem {
|
|
880
|
+
readonly value: any;
|
|
881
|
+
asString(): Thenable<string>;
|
|
882
|
+
asFile(): theia.DataTransferFile | undefined;
|
|
883
|
+
constructor(value: any);
|
|
884
|
+
}
|
|
885
|
+
/**
|
|
886
|
+
* A map containing a mapping of the mime type of the corresponding transferred data.
|
|
887
|
+
*
|
|
888
|
+
* Drag and drop controllers that implement {@link TreeDragAndDropController.handleDrag `handleDrag`} can add additional mime types to the
|
|
889
|
+
* data transfer. These additional mime types will only be included in the `handleDrop` when the the drag was initiated from
|
|
890
|
+
* an element in the same drag and drop controller.
|
|
891
|
+
*/
|
|
892
|
+
export declare class DataTransfer implements Iterable<[mimeType: string, item: DataTransferItem]> {
|
|
893
|
+
private items;
|
|
894
|
+
get(mimeType: string): DataTransferItem | undefined;
|
|
895
|
+
set(mimeType: string, value: DataTransferItem): void;
|
|
896
|
+
has(mimeType: string): boolean;
|
|
897
|
+
forEach(callbackfn: (item: DataTransferItem, mimeType: string, dataTransfer: DataTransfer) => void, thisArg?: any): void;
|
|
898
|
+
[Symbol.iterator](): IterableIterator<[mimeType: string, item: DataTransferItem]>;
|
|
899
|
+
clear(): void;
|
|
900
|
+
}
|
|
901
|
+
export declare class TreeItem {
|
|
902
|
+
collapsibleState: theia.TreeItemCollapsibleState;
|
|
903
|
+
label?: string | theia.TreeItemLabel;
|
|
904
|
+
id?: string;
|
|
905
|
+
iconPath?: string | URI | {
|
|
906
|
+
light: string | URI;
|
|
907
|
+
dark: string | URI;
|
|
908
|
+
} | ThemeIcon;
|
|
909
|
+
resourceUri?: URI;
|
|
910
|
+
tooltip?: string | undefined;
|
|
911
|
+
command?: theia.Command;
|
|
912
|
+
contextValue?: string;
|
|
913
|
+
checkboxState?: theia.TreeItemCheckboxState | {
|
|
914
|
+
readonly state: theia.TreeItemCheckboxState;
|
|
915
|
+
readonly tooltip?: string;
|
|
916
|
+
readonly accessibilityInformation?: AccessibilityInformation;
|
|
917
|
+
};
|
|
918
|
+
constructor(label: string | theia.TreeItemLabel, collapsibleState?: theia.TreeItemCollapsibleState);
|
|
919
|
+
constructor(resourceUri: URI, collapsibleState?: theia.TreeItemCollapsibleState);
|
|
920
|
+
}
|
|
921
|
+
export declare enum TreeItemCollapsibleState {
|
|
922
|
+
None = 0,
|
|
923
|
+
Collapsed = 1,
|
|
924
|
+
Expanded = 2
|
|
925
|
+
}
|
|
926
|
+
export declare enum TreeItemCheckboxState {
|
|
927
|
+
Unchecked = 0,
|
|
928
|
+
Checked = 1
|
|
929
|
+
}
|
|
930
|
+
export declare enum SymbolTag {
|
|
931
|
+
Deprecated = 1
|
|
932
|
+
}
|
|
933
|
+
export declare class SymbolInformation {
|
|
934
|
+
static validate(candidate: SymbolInformation): void;
|
|
935
|
+
name: string;
|
|
936
|
+
location: Location;
|
|
937
|
+
kind: SymbolKind;
|
|
938
|
+
tags?: SymbolTag[];
|
|
939
|
+
containerName: undefined | string;
|
|
940
|
+
constructor(name: string, kind: SymbolKind, containerName: string, location: Location);
|
|
941
|
+
constructor(name: string, kind: SymbolKind, range: Range, uri?: URI, containerName?: string);
|
|
942
|
+
toJSON(): any;
|
|
943
|
+
}
|
|
944
|
+
export declare class DocumentSymbol {
|
|
945
|
+
static validate(candidate: DocumentSymbol): void;
|
|
946
|
+
name: string;
|
|
947
|
+
detail: string;
|
|
948
|
+
kind: SymbolKind;
|
|
949
|
+
tags?: SymbolTag[];
|
|
950
|
+
range: Range;
|
|
951
|
+
selectionRange: Range;
|
|
952
|
+
children: DocumentSymbol[];
|
|
953
|
+
constructor(name: string, detail: string, kind: SymbolKind, range: Range, selectionRange: Range);
|
|
954
|
+
}
|
|
955
|
+
export declare enum CommentThreadState {
|
|
956
|
+
Unresolved = 0,
|
|
957
|
+
Resolved = 1
|
|
958
|
+
}
|
|
959
|
+
export declare enum CommentThreadCollapsibleState {
|
|
960
|
+
Collapsed = 0,
|
|
961
|
+
Expanded = 1
|
|
962
|
+
}
|
|
963
|
+
export declare class QuickInputButtons {
|
|
964
|
+
static readonly Back: theia.QuickInputButton;
|
|
965
|
+
}
|
|
966
|
+
export declare class TerminalLink {
|
|
967
|
+
static validate(candidate: TerminalLink): void;
|
|
968
|
+
startIndex: number;
|
|
969
|
+
length: number;
|
|
970
|
+
tooltip?: string;
|
|
971
|
+
constructor(startIndex: number, length: number, tooltip?: string);
|
|
972
|
+
}
|
|
973
|
+
export declare enum TerminalLocation {
|
|
974
|
+
Panel = 1,
|
|
975
|
+
Editor = 2
|
|
976
|
+
}
|
|
977
|
+
export declare enum TerminalOutputAnchor {
|
|
978
|
+
Top = 0,
|
|
979
|
+
Bottom = 1
|
|
980
|
+
}
|
|
981
|
+
export declare class TerminalProfile {
|
|
982
|
+
readonly options: theia.TerminalOptions | theia.ExtensionTerminalOptions;
|
|
983
|
+
/**
|
|
984
|
+
* Creates a new terminal profile.
|
|
985
|
+
* @param options The options that the terminal will launch with.
|
|
986
|
+
*/
|
|
987
|
+
constructor(options: theia.TerminalOptions | theia.ExtensionTerminalOptions);
|
|
988
|
+
}
|
|
989
|
+
export declare enum TerminalExitReason {
|
|
990
|
+
Unknown = 0,
|
|
991
|
+
Shutdown = 1,
|
|
992
|
+
Process = 2,
|
|
993
|
+
User = 3,
|
|
994
|
+
Extension = 4
|
|
995
|
+
}
|
|
996
|
+
export declare class FileDecoration {
|
|
997
|
+
static validate(d: FileDecoration): void;
|
|
998
|
+
badge?: string;
|
|
999
|
+
tooltip?: string;
|
|
1000
|
+
color?: theia.ThemeColor;
|
|
1001
|
+
priority?: number;
|
|
1002
|
+
propagate?: boolean;
|
|
1003
|
+
constructor(badge?: string, tooltip?: string, color?: ThemeColor);
|
|
1004
|
+
}
|
|
1005
|
+
export declare enum CommentMode {
|
|
1006
|
+
Editing = 0,
|
|
1007
|
+
Preview = 1
|
|
1008
|
+
}
|
|
1009
|
+
export declare enum FileChangeType {
|
|
1010
|
+
Changed = 1,
|
|
1011
|
+
Created = 2,
|
|
1012
|
+
Deleted = 3
|
|
1013
|
+
}
|
|
1014
|
+
export declare class FileSystemError extends Error {
|
|
1015
|
+
static FileExists(messageOrUri?: string | URI): FileSystemError;
|
|
1016
|
+
static FileNotFound(messageOrUri?: string | URI): FileSystemError;
|
|
1017
|
+
static FileNotADirectory(messageOrUri?: string | URI): FileSystemError;
|
|
1018
|
+
static FileIsADirectory(messageOrUri?: string | URI): FileSystemError;
|
|
1019
|
+
static NoPermissions(messageOrUri?: string | URI): FileSystemError;
|
|
1020
|
+
static Unavailable(messageOrUri?: string | URI): FileSystemError;
|
|
1021
|
+
readonly code: string;
|
|
1022
|
+
constructor(uriOrMessage?: string | URI, code?: FileSystemProviderErrorCode, terminator?: Function);
|
|
1023
|
+
}
|
|
1024
|
+
export declare enum FileType {
|
|
1025
|
+
Unknown = 0,
|
|
1026
|
+
File = 1,
|
|
1027
|
+
Directory = 2,
|
|
1028
|
+
SymbolicLink = 64
|
|
1029
|
+
}
|
|
1030
|
+
export interface FileStat {
|
|
1031
|
+
readonly type: FileType;
|
|
1032
|
+
readonly ctime: number;
|
|
1033
|
+
readonly mtime: number;
|
|
1034
|
+
readonly size: number;
|
|
1035
|
+
}
|
|
1036
|
+
export declare class ProgressOptions {
|
|
1037
|
+
/**
|
|
1038
|
+
* The location at which progress should show.
|
|
1039
|
+
*/
|
|
1040
|
+
location: ProgressLocation;
|
|
1041
|
+
/**
|
|
1042
|
+
* A human-readable string which will be used to describe the
|
|
1043
|
+
* operation.
|
|
1044
|
+
*/
|
|
1045
|
+
title?: string;
|
|
1046
|
+
/**
|
|
1047
|
+
* Controls if a cancel button should show to allow the user to
|
|
1048
|
+
* cancel the long running operation. Note that currently only
|
|
1049
|
+
* `ProgressLocation.Notification` is supporting to show a cancel
|
|
1050
|
+
* button.
|
|
1051
|
+
*/
|
|
1052
|
+
cancellable?: boolean;
|
|
1053
|
+
constructor(location: ProgressLocation, title?: string, cancellable?: boolean);
|
|
1054
|
+
}
|
|
1055
|
+
export declare class Progress<T> {
|
|
1056
|
+
/**
|
|
1057
|
+
* Report a progress update.
|
|
1058
|
+
* @param value A progress item, like a message and/or an
|
|
1059
|
+
* report on how much work finished
|
|
1060
|
+
*/
|
|
1061
|
+
report(value: T): void;
|
|
1062
|
+
}
|
|
1063
|
+
export declare enum ProgressLocation {
|
|
1064
|
+
/**
|
|
1065
|
+
* Show progress for the source control viewlet, as overlay for the icon and as progress bar
|
|
1066
|
+
* inside the viewlet (when visible). Neither supports cancellation nor discrete progress.
|
|
1067
|
+
*/
|
|
1068
|
+
SourceControl = 1,
|
|
1069
|
+
/**
|
|
1070
|
+
* Show progress in the status bar of the editor. Neither supports cancellation nor discrete progress.
|
|
1071
|
+
*/
|
|
1072
|
+
Window = 10,
|
|
1073
|
+
/**
|
|
1074
|
+
* Show progress as notification with an optional cancel button. Supports to show infinite and discrete progress.
|
|
1075
|
+
*/
|
|
1076
|
+
Notification = 15
|
|
1077
|
+
}
|
|
1078
|
+
export declare class ProcessExecution {
|
|
1079
|
+
private executionProcess;
|
|
1080
|
+
private arguments;
|
|
1081
|
+
private executionOptions;
|
|
1082
|
+
constructor(process: string, options?: theia.ProcessExecutionOptions);
|
|
1083
|
+
constructor(process: string, args: string[], options?: theia.ProcessExecutionOptions);
|
|
1084
|
+
get process(): string;
|
|
1085
|
+
set process(value: string);
|
|
1086
|
+
get args(): string[];
|
|
1087
|
+
set args(value: string[]);
|
|
1088
|
+
get options(): theia.ProcessExecutionOptions | undefined;
|
|
1089
|
+
set options(value: theia.ProcessExecutionOptions | undefined);
|
|
1090
|
+
static is(value: theia.ShellExecution | theia.ProcessExecution | theia.CustomExecution): value is ProcessExecution;
|
|
1091
|
+
}
|
|
1092
|
+
export declare enum QuickPickItemKind {
|
|
1093
|
+
Separator = -1,
|
|
1094
|
+
Default = 0
|
|
1095
|
+
}
|
|
1096
|
+
export declare enum ShellQuoting {
|
|
1097
|
+
Escape = 1,
|
|
1098
|
+
Strong = 2,
|
|
1099
|
+
Weak = 3
|
|
1100
|
+
}
|
|
1101
|
+
export declare enum TaskPanelKind {
|
|
1102
|
+
Shared = 1,
|
|
1103
|
+
Dedicated = 2,
|
|
1104
|
+
New = 3
|
|
1105
|
+
}
|
|
1106
|
+
export declare enum TaskRevealKind {
|
|
1107
|
+
Always = 1,
|
|
1108
|
+
Silent = 2,
|
|
1109
|
+
Never = 3
|
|
1110
|
+
}
|
|
1111
|
+
export declare class ShellExecution {
|
|
1112
|
+
private shellCommandLine;
|
|
1113
|
+
private shellCommand;
|
|
1114
|
+
private arguments;
|
|
1115
|
+
private shellOptions;
|
|
1116
|
+
constructor(commandLine: string, options?: theia.ShellExecutionOptions);
|
|
1117
|
+
constructor(command: string | theia.ShellQuotedString, args: (string | theia.ShellQuotedString)[], options?: theia.ShellExecutionOptions);
|
|
1118
|
+
get commandLine(): string;
|
|
1119
|
+
set commandLine(value: string);
|
|
1120
|
+
get command(): string | theia.ShellQuotedString;
|
|
1121
|
+
set command(value: string | theia.ShellQuotedString);
|
|
1122
|
+
get args(): (string | theia.ShellQuotedString)[];
|
|
1123
|
+
set args(value: (string | theia.ShellQuotedString)[]);
|
|
1124
|
+
get options(): theia.ShellExecutionOptions | undefined;
|
|
1125
|
+
set options(value: theia.ShellExecutionOptions | undefined);
|
|
1126
|
+
static is(value: theia.ShellExecution | theia.ProcessExecution | theia.CustomExecution): value is ShellExecution;
|
|
1127
|
+
}
|
|
1128
|
+
export declare class CustomExecution {
|
|
1129
|
+
private _callback;
|
|
1130
|
+
constructor(callback: (resolvedDefinition: theia.TaskDefinition) => Thenable<theia.Pseudoterminal>);
|
|
1131
|
+
set callback(value: (resolvedDefinition: theia.TaskDefinition) => Thenable<theia.Pseudoterminal>);
|
|
1132
|
+
get callback(): ((resolvedDefinition: theia.TaskDefinition) => Thenable<theia.Pseudoterminal>);
|
|
1133
|
+
static is(value: theia.ShellExecution | theia.ProcessExecution | theia.CustomExecution): value is CustomExecution;
|
|
1134
|
+
}
|
|
1135
|
+
export declare class TaskGroup {
|
|
1136
|
+
readonly id: 'clean' | 'build' | 'rebuild' | 'test';
|
|
1137
|
+
static Clean: TaskGroup;
|
|
1138
|
+
static Build: TaskGroup;
|
|
1139
|
+
static Rebuild: TaskGroup;
|
|
1140
|
+
static Test: TaskGroup;
|
|
1141
|
+
static from(value: string): TaskGroup | undefined;
|
|
1142
|
+
constructor(id: 'clean' | 'build' | 'rebuild' | 'test', label: string);
|
|
1143
|
+
constructor(id: 'clean' | 'build' | 'rebuild' | 'test', label: string, isDefault?: boolean | undefined);
|
|
1144
|
+
readonly isDefault: boolean;
|
|
1145
|
+
}
|
|
1146
|
+
export declare enum TaskScope {
|
|
1147
|
+
Global = 1,
|
|
1148
|
+
Workspace = 2
|
|
1149
|
+
}
|
|
1150
|
+
export declare class Task {
|
|
1151
|
+
private taskDefinition;
|
|
1152
|
+
private taskScope;
|
|
1153
|
+
private taskName;
|
|
1154
|
+
private taskExecution;
|
|
1155
|
+
private taskProblemMatchers;
|
|
1156
|
+
private hasTaskProblemMatchers;
|
|
1157
|
+
private isTaskBackground;
|
|
1158
|
+
private taskSource;
|
|
1159
|
+
private taskGroup;
|
|
1160
|
+
private taskPresentationOptions;
|
|
1161
|
+
private taskRunOptions;
|
|
1162
|
+
constructor(taskDefinition: theia.TaskDefinition, scope: theia.WorkspaceFolder | theia.TaskScope.Global | theia.TaskScope.Workspace, name: string, source: string, execution?: ProcessExecution | ShellExecution | CustomExecution, problemMatchers?: string | string[]);
|
|
1163
|
+
constructor(taskDefinition: theia.TaskDefinition, name: string, source: string, execution?: ProcessExecution | ShellExecution | CustomExecution, problemMatchers?: string | string[]);
|
|
1164
|
+
get definition(): theia.TaskDefinition;
|
|
1165
|
+
set definition(value: theia.TaskDefinition);
|
|
1166
|
+
get scope(): theia.TaskScope.Global | theia.TaskScope.Workspace | theia.WorkspaceFolder | undefined;
|
|
1167
|
+
set scope(value: theia.TaskScope.Global | theia.TaskScope.Workspace | theia.WorkspaceFolder | undefined);
|
|
1168
|
+
get name(): string;
|
|
1169
|
+
set name(value: string);
|
|
1170
|
+
get execution(): ProcessExecution | ShellExecution | CustomExecution | undefined;
|
|
1171
|
+
set execution(value: ProcessExecution | ShellExecution | CustomExecution | undefined);
|
|
1172
|
+
get problemMatchers(): string[];
|
|
1173
|
+
set problemMatchers(value: string[]);
|
|
1174
|
+
get hasProblemMatchers(): boolean;
|
|
1175
|
+
get isBackground(): boolean;
|
|
1176
|
+
set isBackground(value: boolean);
|
|
1177
|
+
get source(): string;
|
|
1178
|
+
set source(value: string);
|
|
1179
|
+
get group(): TaskGroup | undefined;
|
|
1180
|
+
set group(value: TaskGroup | undefined);
|
|
1181
|
+
get presentationOptions(): theia.TaskPresentationOptions;
|
|
1182
|
+
set presentationOptions(value: theia.TaskPresentationOptions);
|
|
1183
|
+
get runOptions(): theia.RunOptions;
|
|
1184
|
+
set runOptions(value: theia.RunOptions);
|
|
1185
|
+
}
|
|
1186
|
+
export declare class Task2 extends Task {
|
|
1187
|
+
}
|
|
1188
|
+
export declare class DebugAdapterExecutable {
|
|
1189
|
+
/**
|
|
1190
|
+
* The command or path of the debug adapter executable.
|
|
1191
|
+
* A command must be either an absolute path of an executable or the name of an command to be looked up via the PATH environment variable.
|
|
1192
|
+
* The special value 'node' will be mapped to VS Code's built-in Node.js runtime.
|
|
1193
|
+
*/
|
|
1194
|
+
readonly command: string;
|
|
1195
|
+
/**
|
|
1196
|
+
* The arguments passed to the debug adapter executable. Defaults to an empty array.
|
|
1197
|
+
*/
|
|
1198
|
+
readonly args?: string[];
|
|
1199
|
+
/**
|
|
1200
|
+
* Optional options to be used when the debug adapter is started.
|
|
1201
|
+
* Defaults to undefined.
|
|
1202
|
+
*/
|
|
1203
|
+
readonly options?: theia.DebugAdapterExecutableOptions;
|
|
1204
|
+
/**
|
|
1205
|
+
* Creates a description for a debug adapter based on an executable program.
|
|
1206
|
+
*
|
|
1207
|
+
* @param command The command or executable path that implements the debug adapter.
|
|
1208
|
+
* @param args Optional arguments to be passed to the command or executable.
|
|
1209
|
+
* @param options Optional options to be used when starting the command or executable.
|
|
1210
|
+
*/
|
|
1211
|
+
constructor(command: string, args?: string[], options?: theia.DebugAdapterExecutableOptions);
|
|
1212
|
+
}
|
|
1213
|
+
export declare namespace DebugAdapterExecutable {
|
|
1214
|
+
function is(adapter: theia.DebugAdapterDescriptor | undefined): adapter is theia.DebugAdapterExecutable;
|
|
1215
|
+
}
|
|
1216
|
+
/**
|
|
1217
|
+
* Represents a debug adapter running as a socket based server.
|
|
1218
|
+
*/
|
|
1219
|
+
export declare class DebugAdapterServer {
|
|
1220
|
+
/**
|
|
1221
|
+
* The port.
|
|
1222
|
+
*/
|
|
1223
|
+
readonly port: number;
|
|
1224
|
+
/**
|
|
1225
|
+
* The host.
|
|
1226
|
+
*/
|
|
1227
|
+
readonly host?: string;
|
|
1228
|
+
/**
|
|
1229
|
+
* Create a description for a debug adapter running as a socket based server.
|
|
1230
|
+
*/
|
|
1231
|
+
constructor(port: number, host?: string);
|
|
1232
|
+
}
|
|
1233
|
+
export declare namespace DebugAdapterServer {
|
|
1234
|
+
function is(adapter: theia.DebugAdapterDescriptor | undefined): adapter is DebugAdapterServer;
|
|
1235
|
+
}
|
|
1236
|
+
/**
|
|
1237
|
+
* Represents a debug adapter running as a Named Pipe (on Windows)/UNIX Domain Socket (on non-Windows) based server.
|
|
1238
|
+
*/
|
|
1239
|
+
export declare class DebugAdapterNamedPipeServer {
|
|
1240
|
+
readonly path: string;
|
|
1241
|
+
/**
|
|
1242
|
+
* Create a description for a debug adapter running as a Named Pipe (on Windows)/UNIX Domain Socket (on non-Windows) based server.
|
|
1243
|
+
*/
|
|
1244
|
+
constructor(path: string);
|
|
1245
|
+
}
|
|
1246
|
+
export declare namespace DebugAdapterNamedPipeServer {
|
|
1247
|
+
function is(adapter: theia.DebugAdapterDescriptor | undefined): adapter is DebugAdapterNamedPipeServer;
|
|
1248
|
+
}
|
|
1249
|
+
/**
|
|
1250
|
+
* A debug adapter descriptor for an inline implementation.
|
|
1251
|
+
*/
|
|
1252
|
+
export declare class DebugAdapterInlineImplementation {
|
|
1253
|
+
implementation: theia.DebugAdapter;
|
|
1254
|
+
/**
|
|
1255
|
+
* Create a descriptor for an inline implementation of a debug adapter.
|
|
1256
|
+
*/
|
|
1257
|
+
constructor(impl: theia.DebugAdapter);
|
|
1258
|
+
}
|
|
1259
|
+
export declare namespace DebugAdapterInlineImplementation {
|
|
1260
|
+
function is(adapter: theia.DebugAdapterDescriptor | undefined): adapter is DebugAdapterInlineImplementation;
|
|
1261
|
+
}
|
|
1262
|
+
export type DebugAdapterDescriptor = DebugAdapterExecutable | DebugAdapterServer | DebugAdapterNamedPipeServer | DebugAdapterInlineImplementation;
|
|
1263
|
+
export declare enum LogLevel {
|
|
1264
|
+
Off = 0,
|
|
1265
|
+
Trace = 1,
|
|
1266
|
+
Debug = 2,
|
|
1267
|
+
Info = 3,
|
|
1268
|
+
Warning = 4,
|
|
1269
|
+
Error = 5
|
|
1270
|
+
}
|
|
1271
|
+
/**
|
|
1272
|
+
* The base class of all breakpoint types.
|
|
1273
|
+
*/
|
|
1274
|
+
export declare class Breakpoint {
|
|
1275
|
+
/**
|
|
1276
|
+
* Is breakpoint enabled.
|
|
1277
|
+
*/
|
|
1278
|
+
enabled: boolean;
|
|
1279
|
+
/**
|
|
1280
|
+
* An optional expression for conditional breakpoints.
|
|
1281
|
+
*/
|
|
1282
|
+
condition?: string;
|
|
1283
|
+
/**
|
|
1284
|
+
* An optional expression that controls how many hits of the breakpoint are ignored.
|
|
1285
|
+
*/
|
|
1286
|
+
hitCondition?: string;
|
|
1287
|
+
/**
|
|
1288
|
+
* An optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.
|
|
1289
|
+
*/
|
|
1290
|
+
logMessage?: string;
|
|
1291
|
+
protected constructor(enabled?: boolean, condition?: string, hitCondition?: string, logMessage?: string, id?: string);
|
|
1292
|
+
private _id;
|
|
1293
|
+
/**
|
|
1294
|
+
* The unique ID of the breakpoint.
|
|
1295
|
+
*/
|
|
1296
|
+
get id(): string;
|
|
1297
|
+
}
|
|
1298
|
+
/**
|
|
1299
|
+
* A breakpoint specified by a source location.
|
|
1300
|
+
*/
|
|
1301
|
+
export declare class SourceBreakpoint extends Breakpoint {
|
|
1302
|
+
/**
|
|
1303
|
+
* The source and line position of this breakpoint.
|
|
1304
|
+
*/
|
|
1305
|
+
location: Location;
|
|
1306
|
+
/**
|
|
1307
|
+
* Create a new breakpoint for a source location.
|
|
1308
|
+
*/
|
|
1309
|
+
constructor(location: Location, enabled?: boolean, condition?: string, hitCondition?: string, logMessage?: string, id?: string);
|
|
1310
|
+
}
|
|
1311
|
+
/**
|
|
1312
|
+
* A breakpoint specified by a function name.
|
|
1313
|
+
*/
|
|
1314
|
+
export declare class FunctionBreakpoint extends Breakpoint {
|
|
1315
|
+
/**
|
|
1316
|
+
* The name of the function to which this breakpoint is attached.
|
|
1317
|
+
*/
|
|
1318
|
+
functionName: string;
|
|
1319
|
+
/**
|
|
1320
|
+
* Create a new function breakpoint.
|
|
1321
|
+
*/
|
|
1322
|
+
constructor(functionName: string, enabled?: boolean, condition?: string, hitCondition?: string, logMessage?: string, id?: string);
|
|
1323
|
+
}
|
|
1324
|
+
export declare class DebugThread implements theia.DebugThread {
|
|
1325
|
+
readonly session: theia.DebugSession;
|
|
1326
|
+
readonly threadId: number;
|
|
1327
|
+
constructor(session: theia.DebugSession, threadId: number);
|
|
1328
|
+
}
|
|
1329
|
+
export declare class DebugStackFrame implements theia.DebugStackFrame {
|
|
1330
|
+
readonly session: theia.DebugSession;
|
|
1331
|
+
readonly threadId: number;
|
|
1332
|
+
readonly frameId: number;
|
|
1333
|
+
constructor(session: theia.DebugSession, threadId: number, frameId: number);
|
|
1334
|
+
}
|
|
1335
|
+
export declare class Color {
|
|
1336
|
+
readonly red: number;
|
|
1337
|
+
readonly green: number;
|
|
1338
|
+
readonly blue: number;
|
|
1339
|
+
readonly alpha: number;
|
|
1340
|
+
constructor(red: number, green: number, blue: number, alpha: number);
|
|
1341
|
+
}
|
|
1342
|
+
export declare class ColorInformation {
|
|
1343
|
+
range: Range;
|
|
1344
|
+
color: Color;
|
|
1345
|
+
constructor(range: Range, color: Color);
|
|
1346
|
+
}
|
|
1347
|
+
export declare class ColorPresentation {
|
|
1348
|
+
label: string;
|
|
1349
|
+
textEdit?: TextEdit;
|
|
1350
|
+
additionalTextEdits?: TextEdit[];
|
|
1351
|
+
constructor(label: string);
|
|
1352
|
+
}
|
|
1353
|
+
export declare enum ColorFormat {
|
|
1354
|
+
RGB = 0,
|
|
1355
|
+
HEX = 1,
|
|
1356
|
+
HSL = 2
|
|
1357
|
+
}
|
|
1358
|
+
export declare class InlayHintLabelPart implements theia.InlayHintLabelPart {
|
|
1359
|
+
value: string;
|
|
1360
|
+
tooltip?: string | theia.MarkdownString | undefined;
|
|
1361
|
+
location?: Location | undefined;
|
|
1362
|
+
command?: theia.Command | undefined;
|
|
1363
|
+
constructor(value: string);
|
|
1364
|
+
}
|
|
1365
|
+
export declare class InlayHint implements theia.InlayHint {
|
|
1366
|
+
position: theia.Position;
|
|
1367
|
+
label: string | InlayHintLabelPart[];
|
|
1368
|
+
tooltip?: string | theia.MarkdownString | undefined;
|
|
1369
|
+
kind?: InlayHintKind;
|
|
1370
|
+
textEdits?: TextEdit[];
|
|
1371
|
+
paddingLeft?: boolean;
|
|
1372
|
+
paddingRight?: boolean;
|
|
1373
|
+
constructor(position: theia.Position, label: string | InlayHintLabelPart[], kind?: InlayHintKind);
|
|
1374
|
+
}
|
|
1375
|
+
export declare enum InlayHintKind {
|
|
1376
|
+
Type = 1,
|
|
1377
|
+
Parameter = 2
|
|
1378
|
+
}
|
|
1379
|
+
export declare class FoldingRange {
|
|
1380
|
+
start: number;
|
|
1381
|
+
end: number;
|
|
1382
|
+
kind?: FoldingRangeKind;
|
|
1383
|
+
constructor(start: number, end: number, kind?: FoldingRangeKind);
|
|
1384
|
+
}
|
|
1385
|
+
export declare enum FoldingRangeKind {
|
|
1386
|
+
Comment = 1,
|
|
1387
|
+
Imports = 2,
|
|
1388
|
+
Region = 3
|
|
1389
|
+
}
|
|
1390
|
+
export declare class SelectionRange {
|
|
1391
|
+
range: Range;
|
|
1392
|
+
parent?: SelectionRange;
|
|
1393
|
+
constructor(range: Range, parent?: SelectionRange);
|
|
1394
|
+
}
|
|
1395
|
+
/**
|
|
1396
|
+
* Enumeration of the supported operating systems.
|
|
1397
|
+
*/
|
|
1398
|
+
export declare enum OperatingSystem {
|
|
1399
|
+
Windows = "Windows",
|
|
1400
|
+
Linux = "Linux",
|
|
1401
|
+
OSX = "OSX"
|
|
1402
|
+
}
|
|
1403
|
+
/** The areas of the application shell where webview panel can reside. */
|
|
1404
|
+
export declare enum WebviewPanelTargetArea {
|
|
1405
|
+
Main = "main",
|
|
1406
|
+
Left = "left",
|
|
1407
|
+
Right = "right",
|
|
1408
|
+
Bottom = "bottom"
|
|
1409
|
+
}
|
|
1410
|
+
/**
|
|
1411
|
+
* Possible kinds of UI that can use extensions.
|
|
1412
|
+
*/
|
|
1413
|
+
export declare enum UIKind {
|
|
1414
|
+
/**
|
|
1415
|
+
* Extensions are accessed from a desktop application.
|
|
1416
|
+
*/
|
|
1417
|
+
Desktop = 1,
|
|
1418
|
+
/**
|
|
1419
|
+
* Extensions are accessed from a web browser.
|
|
1420
|
+
*/
|
|
1421
|
+
Web = 2
|
|
1422
|
+
}
|
|
1423
|
+
export declare class CallHierarchyItem {
|
|
1424
|
+
_sessionId?: string;
|
|
1425
|
+
_itemId?: string;
|
|
1426
|
+
kind: SymbolKind;
|
|
1427
|
+
name: string;
|
|
1428
|
+
detail?: string;
|
|
1429
|
+
uri: URI;
|
|
1430
|
+
range: Range;
|
|
1431
|
+
selectionRange: Range;
|
|
1432
|
+
tags?: readonly SymbolTag[];
|
|
1433
|
+
constructor(kind: SymbolKind, name: string, detail: string, uri: URI, range: Range, selectionRange: Range);
|
|
1434
|
+
static isCallHierarchyItem(thing: {}): thing is CallHierarchyItem;
|
|
1435
|
+
}
|
|
1436
|
+
export declare class CallHierarchyIncomingCall {
|
|
1437
|
+
from: theia.CallHierarchyItem;
|
|
1438
|
+
fromRanges: theia.Range[];
|
|
1439
|
+
constructor(item: CallHierarchyItem, fromRanges: Range[]);
|
|
1440
|
+
}
|
|
1441
|
+
export declare class CallHierarchyOutgoingCall {
|
|
1442
|
+
to: theia.CallHierarchyItem;
|
|
1443
|
+
fromRanges: theia.Range[];
|
|
1444
|
+
constructor(item: CallHierarchyItem, fromRanges: Range[]);
|
|
1445
|
+
}
|
|
1446
|
+
export declare class TypeHierarchyItem {
|
|
1447
|
+
_sessionId?: string;
|
|
1448
|
+
_itemId?: string;
|
|
1449
|
+
kind: SymbolKind;
|
|
1450
|
+
tags?: readonly SymbolTag[];
|
|
1451
|
+
name: string;
|
|
1452
|
+
detail?: string;
|
|
1453
|
+
uri: URI;
|
|
1454
|
+
range: Range;
|
|
1455
|
+
selectionRange: Range;
|
|
1456
|
+
constructor(kind: SymbolKind, name: string, detail: string, uri: URI, range: Range, selectionRange: Range);
|
|
1457
|
+
static isTypeHierarchyItem(thing: {}): thing is TypeHierarchyItem;
|
|
1458
|
+
}
|
|
1459
|
+
export declare enum LanguageStatusSeverity {
|
|
1460
|
+
Information = 0,
|
|
1461
|
+
Warning = 1,
|
|
1462
|
+
Error = 2
|
|
1463
|
+
}
|
|
1464
|
+
export declare class LinkedEditingRanges {
|
|
1465
|
+
ranges: theia.Range[];
|
|
1466
|
+
wordPattern?: RegExp;
|
|
1467
|
+
constructor(ranges: Range[], wordPattern?: RegExp);
|
|
1468
|
+
}
|
|
1469
|
+
export declare enum TestResultState {
|
|
1470
|
+
Queued = 1,
|
|
1471
|
+
Running = 2,
|
|
1472
|
+
Passed = 3,
|
|
1473
|
+
Failed = 4,
|
|
1474
|
+
Skipped = 5,
|
|
1475
|
+
Errored = 6
|
|
1476
|
+
}
|
|
1477
|
+
export declare enum TestRunProfileKind {
|
|
1478
|
+
Run = 1,
|
|
1479
|
+
Debug = 2,
|
|
1480
|
+
Coverage = 3
|
|
1481
|
+
}
|
|
1482
|
+
export declare class TestTag implements theia.TestTag {
|
|
1483
|
+
readonly id: string;
|
|
1484
|
+
constructor(id: string);
|
|
1485
|
+
}
|
|
1486
|
+
export declare class TestRunRequest implements theia.TestRunRequest {
|
|
1487
|
+
readonly include: theia.TestItem[] | undefined;
|
|
1488
|
+
readonly exclude: theia.TestItem[] | undefined;
|
|
1489
|
+
readonly profile: theia.TestRunProfile | undefined;
|
|
1490
|
+
readonly continuous: boolean | undefined;
|
|
1491
|
+
readonly preserveFocus: boolean;
|
|
1492
|
+
testRunId: number;
|
|
1493
|
+
constructor(include?: theia.TestItem[] | undefined, exclude?: theia.TestItem[] | undefined, profile?: theia.TestRunProfile | undefined, continuous?: boolean | undefined, preserveFocus?: boolean);
|
|
1494
|
+
}
|
|
1495
|
+
export declare class TestMessage implements theia.TestMessage {
|
|
1496
|
+
message: string | theia.MarkdownString;
|
|
1497
|
+
expectedOutput?: string;
|
|
1498
|
+
actualOutput?: string;
|
|
1499
|
+
location?: theia.Location;
|
|
1500
|
+
contextValue?: string;
|
|
1501
|
+
stackTrace?: theia.TestMessageStackFrame[] | undefined;
|
|
1502
|
+
static diff(message: string | theia.MarkdownString, expected: string, actual: string): theia.TestMessage;
|
|
1503
|
+
constructor(message: string | theia.MarkdownString);
|
|
1504
|
+
}
|
|
1505
|
+
export declare class TestCoverageCount {
|
|
1506
|
+
covered: number;
|
|
1507
|
+
total: number;
|
|
1508
|
+
constructor(covered: number, total: number);
|
|
1509
|
+
}
|
|
1510
|
+
export declare class TestMessageStackFrame implements theia.TestMessageStackFrame {
|
|
1511
|
+
label: string;
|
|
1512
|
+
uri?: theia.Uri | undefined;
|
|
1513
|
+
position?: Position | undefined;
|
|
1514
|
+
constructor(label: string, uri?: theia.Uri | undefined, position?: Position | undefined);
|
|
1515
|
+
}
|
|
1516
|
+
export declare class FileCoverage {
|
|
1517
|
+
uri: theia.Uri;
|
|
1518
|
+
statementCoverage: TestCoverageCount;
|
|
1519
|
+
branchCoverage?: TestCoverageCount | undefined;
|
|
1520
|
+
declarationCoverage?: TestCoverageCount | undefined;
|
|
1521
|
+
includesTests?: theia.TestItem[] | undefined;
|
|
1522
|
+
detailedCoverage?: theia.FileCoverageDetail[];
|
|
1523
|
+
static fromDetails(uri: theia.Uri, details: theia.FileCoverageDetail[]): FileCoverage;
|
|
1524
|
+
constructor(uri: theia.Uri, statementCoverage: TestCoverageCount, branchCoverage?: TestCoverageCount | undefined, declarationCoverage?: TestCoverageCount | undefined, includesTests?: theia.TestItem[] | undefined);
|
|
1525
|
+
}
|
|
1526
|
+
export declare class StatementCoverage implements theia.StatementCoverage {
|
|
1527
|
+
executed: number | boolean;
|
|
1528
|
+
location: Position | Range;
|
|
1529
|
+
branches: BranchCoverage[];
|
|
1530
|
+
constructor(executed: number | boolean, location: Position | Range, branches?: BranchCoverage[]);
|
|
1531
|
+
}
|
|
1532
|
+
export declare class BranchCoverage implements theia.BranchCoverage {
|
|
1533
|
+
executed: number | boolean;
|
|
1534
|
+
location?: Position | Range | undefined;
|
|
1535
|
+
label?: string | undefined;
|
|
1536
|
+
constructor(executed: number | boolean, location?: Position | Range | undefined, label?: string | undefined);
|
|
1537
|
+
}
|
|
1538
|
+
export declare class DeclarationCoverage implements theia.DeclarationCoverage {
|
|
1539
|
+
name: string;
|
|
1540
|
+
executed: number | boolean;
|
|
1541
|
+
location: Position | Range;
|
|
1542
|
+
constructor(name: string, executed: number | boolean, location: Position | Range);
|
|
1543
|
+
}
|
|
1544
|
+
export type FileCoverageDetail = StatementCoverage | DeclarationCoverage;
|
|
1545
|
+
export declare class TimelineItem {
|
|
1546
|
+
timestamp: number;
|
|
1547
|
+
label: string;
|
|
1548
|
+
id?: string;
|
|
1549
|
+
iconPath?: theia.Uri | {
|
|
1550
|
+
light: theia.Uri;
|
|
1551
|
+
dark: theia.Uri;
|
|
1552
|
+
} | ThemeIcon;
|
|
1553
|
+
description?: string;
|
|
1554
|
+
tooltip?: string | theia.MarkdownString | undefined;
|
|
1555
|
+
command?: theia.Command;
|
|
1556
|
+
contextValue?: string;
|
|
1557
|
+
accessibilityInformation?: AccessibilityInformation;
|
|
1558
|
+
constructor(label: string, timestamp: number);
|
|
1559
|
+
}
|
|
1560
|
+
export declare class SemanticTokensLegend {
|
|
1561
|
+
readonly tokenTypes: string[];
|
|
1562
|
+
readonly tokenModifiers: string[];
|
|
1563
|
+
constructor(tokenTypes: string[], tokenModifiers?: string[]);
|
|
1564
|
+
}
|
|
1565
|
+
export declare class SemanticTokensBuilder {
|
|
1566
|
+
private _prevLine;
|
|
1567
|
+
private _prevChar;
|
|
1568
|
+
private _dataIsSortedAndDeltaEncoded;
|
|
1569
|
+
private _data;
|
|
1570
|
+
private _dataLen;
|
|
1571
|
+
private _tokenTypeStrToInt;
|
|
1572
|
+
private _tokenModifierStrToInt;
|
|
1573
|
+
private _hasLegend;
|
|
1574
|
+
constructor(legend?: SemanticTokensLegend);
|
|
1575
|
+
push(line: number, char: number, length: number, tokenType: number, tokenModifiers?: number): void;
|
|
1576
|
+
push(range: Range, tokenType: string, tokenModifiers?: string[]): void;
|
|
1577
|
+
private _push;
|
|
1578
|
+
private _pushEncoded;
|
|
1579
|
+
private static _sortAndDeltaEncode;
|
|
1580
|
+
build(resultId?: string): SemanticTokens;
|
|
1581
|
+
}
|
|
1582
|
+
export declare class SemanticTokens {
|
|
1583
|
+
readonly resultId: string | undefined;
|
|
1584
|
+
readonly data: Uint32Array;
|
|
1585
|
+
constructor(data: Uint32Array, resultId?: string);
|
|
1586
|
+
}
|
|
1587
|
+
export declare class SemanticTokensEdit {
|
|
1588
|
+
readonly start: number;
|
|
1589
|
+
readonly deleteCount: number;
|
|
1590
|
+
readonly data: Uint32Array | undefined;
|
|
1591
|
+
constructor(start: number, deleteCount: number, data?: Uint32Array);
|
|
1592
|
+
}
|
|
1593
|
+
export declare class SemanticTokensEdits {
|
|
1594
|
+
readonly resultId: string | undefined;
|
|
1595
|
+
readonly edits: SemanticTokensEdit[];
|
|
1596
|
+
constructor(edits: SemanticTokensEdit[], resultId?: string);
|
|
1597
|
+
}
|
|
1598
|
+
export declare enum InputBoxValidationSeverity {
|
|
1599
|
+
Info = 1,
|
|
1600
|
+
Warning = 2,
|
|
1601
|
+
Error = 3
|
|
1602
|
+
}
|
|
1603
|
+
export declare class TextTabInput {
|
|
1604
|
+
readonly uri: URI;
|
|
1605
|
+
constructor(uri: URI);
|
|
1606
|
+
}
|
|
1607
|
+
export declare class TextDiffTabInput {
|
|
1608
|
+
readonly original: URI;
|
|
1609
|
+
readonly modified: URI;
|
|
1610
|
+
constructor(original: URI, modified: URI);
|
|
1611
|
+
}
|
|
1612
|
+
export declare class TextMergeTabInput {
|
|
1613
|
+
readonly base: URI;
|
|
1614
|
+
readonly input1: URI;
|
|
1615
|
+
readonly input2: URI;
|
|
1616
|
+
readonly result: URI;
|
|
1617
|
+
constructor(base: URI, input1: URI, input2: URI, result: URI);
|
|
1618
|
+
}
|
|
1619
|
+
export declare class CustomEditorTabInput {
|
|
1620
|
+
readonly uri: URI;
|
|
1621
|
+
readonly viewType: string;
|
|
1622
|
+
constructor(uri: URI, viewType: string);
|
|
1623
|
+
}
|
|
1624
|
+
export declare class WebviewEditorTabInput {
|
|
1625
|
+
readonly viewType: string;
|
|
1626
|
+
constructor(viewType: string);
|
|
1627
|
+
}
|
|
1628
|
+
export declare class TelemetryTrustedValue<T> {
|
|
1629
|
+
readonly value: T;
|
|
1630
|
+
constructor(value: T);
|
|
1631
|
+
}
|
|
1632
|
+
export declare class TelemetryLogger {
|
|
1633
|
+
readonly sender: TelemetrySender;
|
|
1634
|
+
readonly options?: TelemetryLoggerOptions | undefined;
|
|
1635
|
+
readonly onDidChangeEnableStates: theia.Event<TelemetryLogger>;
|
|
1636
|
+
readonly isUsageEnabled: boolean;
|
|
1637
|
+
readonly isErrorsEnabled: boolean;
|
|
1638
|
+
logUsage(eventName: string, data?: Record<string, any | TelemetryTrustedValue<any>>): void;
|
|
1639
|
+
logError(eventNameOrError: string | Error, data?: Record<string, any | TelemetryTrustedValue<any>>): void;
|
|
1640
|
+
dispose(): void;
|
|
1641
|
+
constructor(sender: TelemetrySender, options?: TelemetryLoggerOptions | undefined);
|
|
1642
|
+
}
|
|
1643
|
+
export interface TelemetrySender {
|
|
1644
|
+
sendEventData(eventName: string, data?: Record<string, any>): void;
|
|
1645
|
+
sendErrorData(error: Error, data?: Record<string, any>): void;
|
|
1646
|
+
flush?(): void | Thenable<void>;
|
|
1647
|
+
}
|
|
1648
|
+
export interface TelemetryLoggerOptions {
|
|
1649
|
+
/**
|
|
1650
|
+
* Whether or not you want to avoid having the built-in common properties such as os, extension name, etc injected into the data object.
|
|
1651
|
+
* Defaults to `false` if not defined.
|
|
1652
|
+
*/
|
|
1653
|
+
readonly ignoreBuiltInCommonProperties?: boolean;
|
|
1654
|
+
/**
|
|
1655
|
+
* Whether or not unhandled errors on the extension host caused by your extension should be logged to your sender.
|
|
1656
|
+
* Defaults to `false` if not defined.
|
|
1657
|
+
*/
|
|
1658
|
+
readonly ignoreUnhandledErrors?: boolean;
|
|
1659
|
+
/**
|
|
1660
|
+
* Any additional common properties which should be injected into the data object.
|
|
1661
|
+
*/
|
|
1662
|
+
readonly additionalCommonProperties?: Record<string, any>;
|
|
1663
|
+
}
|
|
1664
|
+
export declare class NotebookEditorTabInput {
|
|
1665
|
+
readonly uri: URI;
|
|
1666
|
+
readonly notebookType: string;
|
|
1667
|
+
constructor(uri: URI, notebookType: string);
|
|
1668
|
+
}
|
|
1669
|
+
export declare class NotebookDiffEditorTabInput {
|
|
1670
|
+
readonly original: URI;
|
|
1671
|
+
readonly modified: URI;
|
|
1672
|
+
readonly notebookType: string;
|
|
1673
|
+
constructor(original: URI, modified: URI, notebookType: string);
|
|
1674
|
+
}
|
|
1675
|
+
export declare class TerminalEditorTabInput {
|
|
1676
|
+
constructor();
|
|
1677
|
+
}
|
|
1678
|
+
export declare class InteractiveWindowInput {
|
|
1679
|
+
readonly uri: URI;
|
|
1680
|
+
readonly inputBoxUri: URI;
|
|
1681
|
+
constructor(uri: URI, inputBoxUri: URI);
|
|
1682
|
+
}
|
|
1683
|
+
export declare class DocumentPasteEditKind {
|
|
1684
|
+
readonly value: string;
|
|
1685
|
+
static Empty: DocumentPasteEditKind;
|
|
1686
|
+
static Text: DocumentPasteEditKind;
|
|
1687
|
+
static TextUpdateImports: DocumentPasteEditKind;
|
|
1688
|
+
constructor(value: string);
|
|
1689
|
+
/** @stubbed */
|
|
1690
|
+
append(...parts: string[]): CodeActionKind;
|
|
1691
|
+
/** @stubbed */
|
|
1692
|
+
intersects(other: CodeActionKind): boolean;
|
|
1693
|
+
/** @stubbed */
|
|
1694
|
+
contains(other: CodeActionKind): boolean;
|
|
1695
|
+
}
|
|
1696
|
+
export declare class DocumentPasteEdit {
|
|
1697
|
+
constructor(insertText: string | SnippetString, title: string, kind: DocumentDropOrPasteEditKind);
|
|
1698
|
+
title: string;
|
|
1699
|
+
kind: DocumentDropOrPasteEditKind;
|
|
1700
|
+
insertText: string | SnippetString;
|
|
1701
|
+
additionalEdit?: WorkspaceEdit;
|
|
1702
|
+
yieldTo?: ReadonlyArray<DocumentDropOrPasteEditKind>;
|
|
1703
|
+
}
|
|
1704
|
+
/**
|
|
1705
|
+
* The reason why paste edits were requested.
|
|
1706
|
+
*/
|
|
1707
|
+
export declare enum DocumentPasteTriggerKind {
|
|
1708
|
+
/**
|
|
1709
|
+
* Pasting was requested as part of a normal paste operation.
|
|
1710
|
+
*/
|
|
1711
|
+
Automatic = 0,
|
|
1712
|
+
/**
|
|
1713
|
+
* Pasting was requested by the user with the `paste as` command.
|
|
1714
|
+
*/
|
|
1715
|
+
PasteAs = 1
|
|
1716
|
+
}
|
|
1717
|
+
export declare enum EditSessionIdentityMatch {
|
|
1718
|
+
Complete = 100,
|
|
1719
|
+
Partial = 50,
|
|
1720
|
+
None = 0
|
|
1721
|
+
}
|
|
1722
|
+
export declare class TerminalCompletionList<T extends theia.TerminalCompletionItem> {
|
|
1723
|
+
resourceOptions?: theia.TerminalCompletionResourceOptions;
|
|
1724
|
+
items: T[];
|
|
1725
|
+
/**
|
|
1726
|
+
* Creates a new completion list.
|
|
1727
|
+
*
|
|
1728
|
+
* @param items The completion items.
|
|
1729
|
+
* @param resourceOptions Indicates which resources should be shown as completions for the cwd of the terminal.
|
|
1730
|
+
*/
|
|
1731
|
+
constructor(items: T[], resourceOptions?: theia.TerminalCompletionResourceOptions);
|
|
1732
|
+
}
|
|
1733
|
+
export declare class TerminalCompletionItem {
|
|
1734
|
+
label: string | theia.CompletionItemLabel;
|
|
1735
|
+
replacementRange: readonly [number, number];
|
|
1736
|
+
detail?: string;
|
|
1737
|
+
documentation?: string | theia.MarkdownString;
|
|
1738
|
+
kind?: TerminalCompletionItemKind;
|
|
1739
|
+
/**
|
|
1740
|
+
* @stubbed
|
|
1741
|
+
*/
|
|
1742
|
+
constructor(label: string | theia.CompletionItemLabel, replacementRange: readonly [number, number], kind?: TerminalCompletionItemKind);
|
|
1743
|
+
}
|
|
1744
|
+
export declare enum TerminalCompletionItemKind {
|
|
1745
|
+
File = 0,
|
|
1746
|
+
Folder = 1,
|
|
1747
|
+
Method = 2,
|
|
1748
|
+
Alias = 3,
|
|
1749
|
+
Argument = 4,
|
|
1750
|
+
Option = 5,
|
|
1751
|
+
OptionValue = 6,
|
|
1752
|
+
Flag = 7,
|
|
1753
|
+
SymbolicLinkFile = 8,
|
|
1754
|
+
SymbolicLinkFolder = 9,
|
|
1755
|
+
ScmCommit = 10,
|
|
1756
|
+
ScmBranch = 11,
|
|
1757
|
+
ScmTag = 12,
|
|
1758
|
+
ScmStash = 13,
|
|
1759
|
+
ScmRemote = 14,
|
|
1760
|
+
PullRequest = 15,
|
|
1761
|
+
PullRequestDone = 16
|
|
1762
|
+
}
|
|
1763
|
+
export declare class TerminalQuickFixTerminalCommand {
|
|
1764
|
+
/**
|
|
1765
|
+
* The terminal command to run
|
|
1766
|
+
*/
|
|
1767
|
+
terminalCommand: string;
|
|
1768
|
+
/**
|
|
1769
|
+
* Whether the command should be executed or just inserted (default)
|
|
1770
|
+
*/
|
|
1771
|
+
shouldExecute?: boolean;
|
|
1772
|
+
/**
|
|
1773
|
+
* @stubbed
|
|
1774
|
+
*/
|
|
1775
|
+
constructor(terminalCommand: string, shouldExecute?: boolean);
|
|
1776
|
+
}
|
|
1777
|
+
export declare class TerminalQuickFixOpener {
|
|
1778
|
+
/**
|
|
1779
|
+
* The uri to open
|
|
1780
|
+
*/
|
|
1781
|
+
uri: theia.Uri;
|
|
1782
|
+
/**
|
|
1783
|
+
* @stubbed
|
|
1784
|
+
*/
|
|
1785
|
+
constructor(uri: theia.Uri);
|
|
1786
|
+
}
|
|
1787
|
+
/**
|
|
1788
|
+
* @stubbed
|
|
1789
|
+
*/
|
|
1790
|
+
export declare class ChatRequestTurn {
|
|
1791
|
+
readonly prompt: string;
|
|
1792
|
+
readonly participant: string;
|
|
1793
|
+
readonly command?: string;
|
|
1794
|
+
readonly references: theia.ChatPromptReference[];
|
|
1795
|
+
readonly toolReferences: readonly theia.ChatLanguageModelToolReference[];
|
|
1796
|
+
private constructor();
|
|
1797
|
+
}
|
|
1798
|
+
/**
|
|
1799
|
+
* @stubbed
|
|
1800
|
+
*/
|
|
1801
|
+
export declare class ChatResponseTurn {
|
|
1802
|
+
readonly response: ReadonlyArray<theia.ChatResponseMarkdownPart | theia.ChatResponseFileTreePart | theia.ChatResponseAnchorPart | theia.ChatResponseCommandButtonPart>;
|
|
1803
|
+
readonly result: theia.ChatResult;
|
|
1804
|
+
readonly participant: string;
|
|
1805
|
+
readonly command?: string;
|
|
1806
|
+
private constructor();
|
|
1807
|
+
}
|
|
1808
|
+
/**
|
|
1809
|
+
* @stubbed
|
|
1810
|
+
*/
|
|
1811
|
+
export declare class ChatResponseAnchorPart {
|
|
1812
|
+
value: URI | Location;
|
|
1813
|
+
title?: string;
|
|
1814
|
+
constructor(value: URI | Location, title?: string);
|
|
1815
|
+
}
|
|
1816
|
+
/**
|
|
1817
|
+
* @stubbed
|
|
1818
|
+
*/
|
|
1819
|
+
export declare class ChatResponseProgressPart {
|
|
1820
|
+
value: string;
|
|
1821
|
+
constructor(value: string);
|
|
1822
|
+
}
|
|
1823
|
+
/**
|
|
1824
|
+
* @stubbed
|
|
1825
|
+
*/
|
|
1826
|
+
export declare class ChatResponseReferencePart {
|
|
1827
|
+
value: URI | Location;
|
|
1828
|
+
iconPath?: URI | ThemeIcon | {
|
|
1829
|
+
light: URI;
|
|
1830
|
+
dark: URI;
|
|
1831
|
+
};
|
|
1832
|
+
constructor(value: URI | theia.Location, iconPath?: URI | ThemeIcon | {
|
|
1833
|
+
light: URI;
|
|
1834
|
+
dark: URI;
|
|
1835
|
+
});
|
|
1836
|
+
}
|
|
1837
|
+
/**
|
|
1838
|
+
* @stubbed
|
|
1839
|
+
*/
|
|
1840
|
+
export declare class ChatResponseCommandButtonPart {
|
|
1841
|
+
value: theia.Command;
|
|
1842
|
+
constructor(value: theia.Command);
|
|
1843
|
+
}
|
|
1844
|
+
/**
|
|
1845
|
+
* @stubbed
|
|
1846
|
+
*/
|
|
1847
|
+
export declare class ChatResponseMarkdownPart {
|
|
1848
|
+
value: theia.MarkdownString;
|
|
1849
|
+
constructor(value: string | theia.MarkdownString);
|
|
1850
|
+
}
|
|
1851
|
+
/**
|
|
1852
|
+
* @stubbed
|
|
1853
|
+
*/
|
|
1854
|
+
export declare class ChatResponseFileTreePart {
|
|
1855
|
+
value: theia.ChatResponseFileTree[];
|
|
1856
|
+
baseUri: URI;
|
|
1857
|
+
constructor(value: theia.ChatResponseFileTree[], baseUri: URI);
|
|
1858
|
+
}
|
|
1859
|
+
export type ChatResponsePart = ChatResponseMarkdownPart | ChatResponseFileTreePart | ChatResponseAnchorPart | ChatResponseProgressPart | ChatResponseReferencePart | ChatResponseCommandButtonPart;
|
|
1860
|
+
export declare enum ChatResultFeedbackKind {
|
|
1861
|
+
Unhelpful = 0,
|
|
1862
|
+
Helpful = 1
|
|
1863
|
+
}
|
|
1864
|
+
export declare enum LanguageModelChatMessageRole {
|
|
1865
|
+
User = 1,
|
|
1866
|
+
Assistant = 2
|
|
1867
|
+
}
|
|
1868
|
+
/**
|
|
1869
|
+
* @stubbed
|
|
1870
|
+
*/
|
|
1871
|
+
export declare class LanguageModelChatMessage {
|
|
1872
|
+
role: LanguageModelChatMessageRole;
|
|
1873
|
+
content: string | LanguageModelInputPart[];
|
|
1874
|
+
name?: string | undefined;
|
|
1875
|
+
static User(content: string | Array<LanguageModelTextPart | LanguageModelToolResultPart | LanguageModelDataPart>, name?: string): LanguageModelChatMessage;
|
|
1876
|
+
static Assistant(content: string | (LanguageModelTextPart | LanguageModelToolResultPart | LanguageModelDataPart)[], name?: string): LanguageModelChatMessage;
|
|
1877
|
+
constructor(role: LanguageModelChatMessageRole, content: string | LanguageModelInputPart[], name?: string | undefined);
|
|
1878
|
+
}
|
|
1879
|
+
/**
|
|
1880
|
+
* The various message types which a {@linkcode LanguageModelChatProvider} can emit in the chat response stream
|
|
1881
|
+
*/
|
|
1882
|
+
export type LanguageModelResponsePart = LanguageModelTextPart | LanguageModelToolResultPart | LanguageModelToolCallPart | LanguageModelDataPart;
|
|
1883
|
+
/**
|
|
1884
|
+
* The various message types which can be sent via {@linkcode LanguageModelChat.sendRequest } and processed by a {@linkcode LanguageModelChatProvider}
|
|
1885
|
+
*/
|
|
1886
|
+
export type LanguageModelInputPart = LanguageModelTextPart | LanguageModelToolResultPart | LanguageModelToolCallPart | LanguageModelDataPart;
|
|
1887
|
+
export declare class LanguageModelError extends Error {
|
|
1888
|
+
static NoPermissions(message?: string): LanguageModelError;
|
|
1889
|
+
static Blocked(message?: string): LanguageModelError;
|
|
1890
|
+
static NotFound(message?: string): LanguageModelError;
|
|
1891
|
+
readonly code: string;
|
|
1892
|
+
constructor(message?: string, code?: string);
|
|
1893
|
+
}
|
|
1894
|
+
export declare enum LanguageModelChatToolMode {
|
|
1895
|
+
Auto = 1,
|
|
1896
|
+
Required = 2
|
|
1897
|
+
}
|
|
1898
|
+
/**
|
|
1899
|
+
* @stubbed
|
|
1900
|
+
*/
|
|
1901
|
+
export declare class LanguageModelToolCallPart {
|
|
1902
|
+
callId: string;
|
|
1903
|
+
name: string;
|
|
1904
|
+
input: object;
|
|
1905
|
+
constructor(callId: string, name: string, input: object);
|
|
1906
|
+
}
|
|
1907
|
+
/**
|
|
1908
|
+
* @stubbed
|
|
1909
|
+
*/
|
|
1910
|
+
export declare class LanguageModelToolResultPart {
|
|
1911
|
+
callId: string;
|
|
1912
|
+
content: Array<LanguageModelTextPart | LanguageModelPromptTsxPart | LanguageModelDataPart | unknown>;
|
|
1913
|
+
constructor(callId: string, content: Array<LanguageModelTextPart | LanguageModelPromptTsxPart | LanguageModelDataPart | unknown>);
|
|
1914
|
+
}
|
|
1915
|
+
/**
|
|
1916
|
+
* @stubbed
|
|
1917
|
+
*/
|
|
1918
|
+
export declare class LanguageModelTextPart {
|
|
1919
|
+
value: string;
|
|
1920
|
+
constructor(value: string);
|
|
1921
|
+
}
|
|
1922
|
+
/**
|
|
1923
|
+
* @stubbed
|
|
1924
|
+
*/
|
|
1925
|
+
export declare class LanguageModelToolResult {
|
|
1926
|
+
content: Array<LanguageModelTextPart | LanguageModelPromptTsxPart | LanguageModelDataPart | unknown>;
|
|
1927
|
+
constructor(content: Array<LanguageModelTextPart | LanguageModelPromptTsxPart | LanguageModelDataPart | unknown>);
|
|
1928
|
+
}
|
|
1929
|
+
/**
|
|
1930
|
+
* @stubbed
|
|
1931
|
+
*/
|
|
1932
|
+
export declare class LanguageModelPromptTsxPart {
|
|
1933
|
+
value: unknown;
|
|
1934
|
+
constructor(value: unknown);
|
|
1935
|
+
}
|
|
1936
|
+
/**
|
|
1937
|
+
* @stubbed
|
|
1938
|
+
*/
|
|
1939
|
+
export declare class LanguageModelDataPart {
|
|
1940
|
+
static image(data: Uint8Array, mime: string): LanguageModelDataPart;
|
|
1941
|
+
static json(value: any, mime?: string): LanguageModelDataPart;
|
|
1942
|
+
static text(value: string, mime?: string): LanguageModelDataPart;
|
|
1943
|
+
mimeType: string;
|
|
1944
|
+
data: Uint8Array;
|
|
1945
|
+
constructor(data: Uint8Array, mimeType: string);
|
|
1946
|
+
}
|
|
1947
|
+
/**
|
|
1948
|
+
* @stubbed
|
|
1949
|
+
*/
|
|
1950
|
+
export interface ProvideLanguageModelChatResponseOptions {
|
|
1951
|
+
readonly modelOptions?: {
|
|
1952
|
+
readonly [name: string]: any;
|
|
1953
|
+
};
|
|
1954
|
+
readonly tools?: readonly theia.LanguageModelChatTool[];
|
|
1955
|
+
readonly toolMode: LanguageModelChatToolMode;
|
|
1956
|
+
}
|
|
1957
|
+
/**
|
|
1958
|
+
* @stubbed
|
|
1959
|
+
*/
|
|
1960
|
+
export interface LanguageModelChatInformation {
|
|
1961
|
+
readonly id: string;
|
|
1962
|
+
readonly name: string;
|
|
1963
|
+
readonly family: string;
|
|
1964
|
+
readonly tooltip?: string;
|
|
1965
|
+
readonly detail?: string;
|
|
1966
|
+
readonly version: string;
|
|
1967
|
+
readonly maxInputTokens: number;
|
|
1968
|
+
readonly maxOutputTokens: number;
|
|
1969
|
+
readonly capabilities: {
|
|
1970
|
+
readonly imageInput?: boolean;
|
|
1971
|
+
readonly toolCalling?: boolean | number;
|
|
1972
|
+
};
|
|
1973
|
+
}
|
|
1974
|
+
/**
|
|
1975
|
+
* @stubbed
|
|
1976
|
+
*/
|
|
1977
|
+
export interface LanguageModelChatRequestMessage {
|
|
1978
|
+
readonly role: LanguageModelChatMessageRole;
|
|
1979
|
+
readonly content: ReadonlyArray<LanguageModelInputPart | unknown>;
|
|
1980
|
+
readonly name: string | undefined;
|
|
1981
|
+
}
|
|
1982
|
+
/**
|
|
1983
|
+
* @stubbed
|
|
1984
|
+
*/
|
|
1985
|
+
export interface LanguageModelChatProvider<T extends LanguageModelChatInformation = LanguageModelChatInformation> {
|
|
1986
|
+
readonly onDidChangeLanguageModelChatInformation?: theia.Event<void>;
|
|
1987
|
+
provideLanguageModelChatInformation(options: PrepareLanguageModelChatModelOptions, token: theia.CancellationToken): theia.ProviderResult<T[]>;
|
|
1988
|
+
provideLanguageModelChatResponse(model: T, messages: readonly theia.LanguageModelChatRequestMessage[], options: ProvideLanguageModelChatResponseOptions, progress: Progress<LanguageModelResponsePart>, token: theia.CancellationToken): Thenable<void>;
|
|
1989
|
+
provideTokenCount(model: T, text: string | LanguageModelChatRequestMessage, token: theia.CancellationToken): Thenable<number>;
|
|
1990
|
+
}
|
|
1991
|
+
/**
|
|
1992
|
+
* @stubbed
|
|
1993
|
+
*/
|
|
1994
|
+
export interface PrepareLanguageModelChatModelOptions {
|
|
1995
|
+
readonly silent: boolean;
|
|
1996
|
+
}
|
|
1997
|
+
export declare enum PortAutoForwardAction {
|
|
1998
|
+
Notify = 1,
|
|
1999
|
+
OpenBrowser = 2,
|
|
2000
|
+
OpenPreview = 3,
|
|
2001
|
+
Silent = 4,
|
|
2002
|
+
Ignore = 5
|
|
2003
|
+
}
|
|
2004
|
+
export declare class PortAttributes {
|
|
2005
|
+
autoForwardAction: PortAutoForwardAction;
|
|
2006
|
+
constructor(autoForwardAction: PortAutoForwardAction);
|
|
2007
|
+
}
|
|
2008
|
+
export declare class DebugVisualization {
|
|
2009
|
+
name: string;
|
|
2010
|
+
iconPath?: URI | {
|
|
2011
|
+
light: URI;
|
|
2012
|
+
dark: URI;
|
|
2013
|
+
} | ThemeIcon;
|
|
2014
|
+
visualization?: theia.Command | {
|
|
2015
|
+
treeId: string;
|
|
2016
|
+
};
|
|
2017
|
+
constructor(name: string);
|
|
2018
|
+
}
|
|
2019
|
+
export declare enum TerminalShellExecutionCommandLineConfidence {
|
|
2020
|
+
Low = 0,
|
|
2021
|
+
Medium = 1,
|
|
2022
|
+
High = 2
|
|
2023
|
+
}
|
|
2024
|
+
/**
|
|
2025
|
+
* McpStdioServerDefinition represents an MCP server available by running
|
|
2026
|
+
* a local process and operating on its stdin and stdout streams. The process
|
|
2027
|
+
* will be spawned as a child process of the extension host and by default
|
|
2028
|
+
* will not run in a shell environment.
|
|
2029
|
+
*/
|
|
2030
|
+
export declare class McpStdioServerDefinition {
|
|
2031
|
+
/**
|
|
2032
|
+
* The human-readable name of the server.
|
|
2033
|
+
*/
|
|
2034
|
+
readonly label: string;
|
|
2035
|
+
/**
|
|
2036
|
+
* The working directory used to start the server.
|
|
2037
|
+
*/
|
|
2038
|
+
cwd?: URI;
|
|
2039
|
+
/**
|
|
2040
|
+
* The command used to start the server. Node.js-based servers may use
|
|
2041
|
+
* `process.execPath` to use the editor's version of Node.js to run the script.
|
|
2042
|
+
*/
|
|
2043
|
+
command: string;
|
|
2044
|
+
/**
|
|
2045
|
+
* Additional command-line arguments passed to the server.
|
|
2046
|
+
*/
|
|
2047
|
+
args?: string[];
|
|
2048
|
+
/**
|
|
2049
|
+
* Optional additional environment information for the server. Variables
|
|
2050
|
+
* in this environment will overwrite or remove (if null) the default
|
|
2051
|
+
* environment variables of the editor's extension host.
|
|
2052
|
+
*/
|
|
2053
|
+
env?: Record<string, string | number | null>;
|
|
2054
|
+
/**
|
|
2055
|
+
* Optional version identification for the server. If this changes, the
|
|
2056
|
+
* editor will indicate that tools have changed and prompt to refresh them.
|
|
2057
|
+
*/
|
|
2058
|
+
version?: string;
|
|
2059
|
+
/**
|
|
2060
|
+
* @param label The human-readable name of the server.
|
|
2061
|
+
* @param command The command used to start the server.
|
|
2062
|
+
* @param args Additional command-line arguments passed to the server.
|
|
2063
|
+
* @param env Optional additional environment information for the server.
|
|
2064
|
+
* @param version Optional version identification for the server.
|
|
2065
|
+
*/
|
|
2066
|
+
constructor(label: string, command: string, args?: string[], env?: Record<string, string | number | null>, version?: string);
|
|
2067
|
+
}
|
|
2068
|
+
/**
|
|
2069
|
+
* McpHttpServerDefinition represents an MCP server available using the
|
|
2070
|
+
* Streamable HTTP transport.
|
|
2071
|
+
*/
|
|
2072
|
+
export declare class McpHttpServerDefinition {
|
|
2073
|
+
/**
|
|
2074
|
+
* The human-readable name of the server.
|
|
2075
|
+
*/
|
|
2076
|
+
readonly label: string;
|
|
2077
|
+
/**
|
|
2078
|
+
* The URI of the server. The editor will make a POST request to this URI
|
|
2079
|
+
* to begin each session.
|
|
2080
|
+
*/
|
|
2081
|
+
uri: URI;
|
|
2082
|
+
/**
|
|
2083
|
+
* Optional additional heads included with each request to the server.
|
|
2084
|
+
*/
|
|
2085
|
+
headers?: Record<string, string>;
|
|
2086
|
+
/**
|
|
2087
|
+
* Optional version identification for the server. If this changes, the
|
|
2088
|
+
* editor will indicate that tools have changed and prompt to refresh them.
|
|
2089
|
+
*/
|
|
2090
|
+
version?: string;
|
|
2091
|
+
/**
|
|
2092
|
+
* @param label The human-readable name of the server.
|
|
2093
|
+
* @param uri The URI of the server.
|
|
2094
|
+
* @param headers Optional additional heads included with each request to the server.
|
|
2095
|
+
*/
|
|
2096
|
+
constructor(label: string, uri: URI, headers?: Record<string, string>, version?: string);
|
|
2097
|
+
}
|
|
2098
|
+
/**
|
|
2099
|
+
* Definitions that describe different types of Model Context Protocol servers,
|
|
2100
|
+
* which can be returned from the {@link McpServerDefinitionProvider}.
|
|
2101
|
+
*/
|
|
2102
|
+
export type McpServerDefinition = McpStdioServerDefinition | McpHttpServerDefinition;
|
|
2103
|
+
export declare enum TextEditorChangeKind {
|
|
2104
|
+
Addition = 1,
|
|
2105
|
+
Deletion = 2,
|
|
2106
|
+
Modification = 3
|
|
2107
|
+
}
|
|
2108
|
+
export interface TextEditorLineRange {
|
|
2109
|
+
readonly startLineNumber: number;
|
|
2110
|
+
readonly endLineNumberExclusive: number;
|
|
2111
|
+
}
|
|
2112
|
+
export interface TextEditorChange {
|
|
2113
|
+
readonly original: TextEditorLineRange;
|
|
2114
|
+
readonly modified: TextEditorLineRange;
|
|
2115
|
+
readonly kind: TextEditorChangeKind;
|
|
2116
|
+
}
|
|
2117
|
+
export interface TextEditorDiffInformation {
|
|
2118
|
+
readonly documentVersion: number;
|
|
2119
|
+
readonly original: theia.Uri | undefined;
|
|
2120
|
+
readonly modified: theia.Uri;
|
|
2121
|
+
readonly changes: readonly TextEditorChange[];
|
|
2122
|
+
readonly isStale: boolean;
|
|
2123
|
+
}
|
|
2124
|
+
export interface TextEditorDiffInformationChangeEvent {
|
|
2125
|
+
readonly textEditor: TextEditor;
|
|
2126
|
+
readonly diffInformation: TextEditorDiffInformation[] | undefined;
|
|
2127
|
+
}
|
|
2128
|
+
export interface TextEditor {
|
|
2129
|
+
readonly diffInformation: TextEditorDiffInformation[] | undefined;
|
|
2130
|
+
}
|
|
2131
|
+
export {};
|
|
2132
|
+
//# sourceMappingURL=types-impl.d.ts.map
|