@theia/plugin-ext 1.46.1 → 1.47.0
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/index.js +4 -13
- package/lib/common/index.js.map +1 -1
- package/lib/common/plugin-api-rpc-model.d.ts +1 -1
- package/lib/common/plugin-api-rpc-model.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.d.ts +41 -20
- package/lib/common/plugin-api-rpc.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.js +1 -1
- package/lib/common/plugin-api-rpc.js.map +1 -1
- package/lib/common/plugin-protocol.d.ts +10 -0
- package/lib/common/plugin-protocol.d.ts.map +1 -1
- package/lib/common/plugin-protocol.js.map +1 -1
- package/lib/common/uri-components.d.ts +1 -2
- package/lib/common/uri-components.d.ts.map +1 -1
- package/lib/common/uri-components.js +1 -5
- package/lib/common/uri-components.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin-watcher.js +2 -7
- package/lib/hosted/browser/hosted-plugin-watcher.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin.js +59 -67
- package/lib/hosted/browser/hosted-plugin.js.map +1 -1
- package/lib/hosted/browser/plugin-worker.js +3 -11
- package/lib/hosted/browser/plugin-worker.js.map +1 -1
- package/lib/hosted/browser/worker/worker-env-ext.js +3 -11
- package/lib/hosted/browser/worker/worker-env-ext.js.map +1 -1
- package/lib/hosted/common/hosted-plugin.js +21 -29
- package/lib/hosted/common/hosted-plugin.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-cli-contribution.js +2 -7
- package/lib/hosted/node/hosted-plugin-cli-contribution.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.js +14 -22
- package/lib/hosted/node/hosted-plugin-deployer-handler.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-localization-service.js +8 -16
- package/lib/hosted/node/hosted-plugin-localization-service.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.js +14 -22
- package/lib/hosted/node/hosted-plugin-process.js.map +1 -1
- package/lib/hosted/node/hosted-plugin.js +12 -20
- package/lib/hosted/node/hosted-plugin.js.map +1 -1
- package/lib/hosted/node/metadata-scanner.js +6 -17
- package/lib/hosted/node/metadata-scanner.js.map +1 -1
- package/lib/hosted/node/plugin-host-rpc.js +42 -53
- package/lib/hosted/node/plugin-host-rpc.js.map +1 -1
- package/lib/hosted/node/plugin-language-pack-service.js +2 -7
- package/lib/hosted/node/plugin-language-pack-service.js.map +1 -1
- package/lib/hosted/node/plugin-reader.js +8 -16
- package/lib/hosted/node/plugin-reader.js.map +1 -1
- package/lib/hosted/node/plugin-service.js +22 -33
- package/lib/hosted/node/plugin-service.js.map +1 -1
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js +2 -7
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.js +2 -7
- package/lib/hosted/node/scanners/grammars-reader.js.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.js +17 -19
- package/lib/hosted/node/scanners/scanner-theia.js.map +1 -1
- package/lib/hosted/node-electron/scanner-theia-electron.js +2 -7
- package/lib/hosted/node-electron/scanner-theia-electron.js.map +1 -1
- package/lib/main/browser/command-registry-main.d.ts +1 -0
- package/lib/main/browser/command-registry-main.d.ts.map +1 -1
- package/lib/main/browser/command-registry-main.js +6 -1
- package/lib/main/browser/command-registry-main.js.map +1 -1
- package/lib/main/browser/commands.js +5 -16
- package/lib/main/browser/commands.js.map +1 -1
- package/lib/main/browser/comments/comments-context-key-service.js +8 -16
- package/lib/main/browser/comments/comments-context-key-service.js.map +1 -1
- package/lib/main/browser/comments/comments-contribution.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-contribution.js +17 -25
- package/lib/main/browser/comments/comments-contribution.js.map +1 -1
- package/lib/main/browser/comments/comments-decorator.js +3 -11
- package/lib/main/browser/comments/comments-decorator.js.map +1 -1
- package/lib/main/browser/comments/comments-main.js +2 -2
- package/lib/main/browser/comments/comments-main.js.map +1 -1
- package/lib/main/browser/comments/comments-service.js +2 -7
- package/lib/main/browser/comments/comments-service.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-contribution.js +4 -12
- package/lib/main/browser/custom-editors/custom-editor-contribution.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.js +7 -18
- package/lib/main/browser/custom-editors/custom-editor-opener.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-service.js +2 -7
- package/lib/main/browser/custom-editors/custom-editor-service.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.js +15 -21
- package/lib/main/browser/custom-editors/custom-editor-widget.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.js +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.js.map +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js +18 -26
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js.map +1 -1
- package/lib/main/browser/data-transfer/data-transfer-type-converters.d.ts +2 -2
- package/lib/main/browser/data-transfer/data-transfer-type-converters.d.ts.map +1 -1
- package/lib/main/browser/data-transfer/data-transfer-type-converters.js +2 -4
- package/lib/main/browser/data-transfer/data-transfer-type-converters.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.js +10 -18
- package/lib/main/browser/debug/plugin-debug-service.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js +8 -16
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js.map +1 -1
- package/lib/main/browser/dialogs/modal-notification.js +3 -11
- package/lib/main/browser/dialogs/modal-notification.js.map +1 -1
- package/lib/main/browser/editors-and-documents-main.d.ts +5 -1
- package/lib/main/browser/editors-and-documents-main.d.ts.map +1 -1
- package/lib/main/browser/editors-and-documents-main.js +22 -3
- package/lib/main/browser/editors-and-documents-main.js.map +1 -1
- package/lib/main/browser/file-system-main-impl.d.ts +2 -1
- package/lib/main/browser/file-system-main-impl.d.ts.map +1 -1
- package/lib/main/browser/file-system-main-impl.js +5 -3
- package/lib/main/browser/file-system-main-impl.js.map +1 -1
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js +4 -12
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js.map +1 -1
- package/lib/main/browser/languages-main.d.ts +2 -2
- package/lib/main/browser/languages-main.d.ts.map +1 -1
- package/lib/main/browser/languages-main.js +19 -27
- package/lib/main/browser/languages-main.js.map +1 -1
- package/lib/main/browser/main-context.d.ts.map +1 -1
- package/lib/main/browser/main-context.js +1 -3
- package/lib/main/browser/main-context.js.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.js +23 -31
- package/lib/main/browser/menus/menus-contribution-handler.js.map +1 -1
- package/lib/main/browser/menus/plugin-menu-command-adapter.d.ts.map +1 -1
- package/lib/main/browser/menus/plugin-menu-command-adapter.js +20 -25
- package/lib/main/browser/menus/plugin-menu-command-adapter.js.map +1 -1
- package/lib/main/browser/menus/vscode-theia-menu-mappings.d.ts +2 -2
- package/lib/main/browser/menus/vscode-theia-menu-mappings.d.ts.map +1 -1
- package/lib/main/browser/menus/vscode-theia-menu-mappings.js +11 -9
- package/lib/main/browser/menus/vscode-theia-menu-mappings.js.map +1 -1
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.d.ts +0 -1
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.d.ts.map +1 -1
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.js +5 -7
- package/lib/main/browser/notebooks/notebook-documents-and-editors-main.js.map +1 -1
- package/lib/main/browser/notebooks/notebook-kernels-main.d.ts +1 -0
- package/lib/main/browser/notebooks/notebook-kernels-main.d.ts.map +1 -1
- package/lib/main/browser/notebooks/notebook-kernels-main.js +41 -4
- package/lib/main/browser/notebooks/notebook-kernels-main.js.map +1 -1
- package/lib/main/browser/notebooks/renderers/cell-output-webview.d.ts +7 -2
- package/lib/main/browser/notebooks/renderers/cell-output-webview.d.ts.map +1 -1
- package/lib/main/browser/notebooks/renderers/cell-output-webview.js +79 -45
- package/lib/main/browser/notebooks/renderers/cell-output-webview.js.map +1 -1
- package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts +1 -0
- package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts.map +1 -1
- package/lib/main/browser/notebooks/renderers/output-webview-internal.js +74 -1
- package/lib/main/browser/notebooks/renderers/output-webview-internal.js.map +1 -1
- package/lib/main/browser/notebooks/renderers/webview-communication.d.ts +10 -2
- package/lib/main/browser/notebooks/renderers/webview-communication.d.ts.map +1 -1
- package/lib/main/browser/output-channel-registry-main.js +4 -12
- package/lib/main/browser/output-channel-registry-main.js.map +1 -1
- package/lib/main/browser/plugin-authentication-service.js +3 -11
- package/lib/main/browser/plugin-authentication-service.js.map +1 -1
- package/lib/main/browser/plugin-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/plugin-contribution-handler.js +66 -69
- package/lib/main/browser/plugin-contribution-handler.js.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.js +3 -1
- package/lib/main/browser/plugin-ext-frontend-module.js.map +1 -1
- package/lib/main/browser/plugin-ext-widget.js +11 -19
- package/lib/main/browser/plugin-ext-widget.js.map +1 -1
- package/lib/main/browser/plugin-frontend-contribution.js +4 -12
- package/lib/main/browser/plugin-frontend-contribution.js.map +1 -1
- package/lib/main/browser/plugin-frontend-view-contribution.js +3 -11
- package/lib/main/browser/plugin-frontend-view-contribution.js.map +1 -1
- package/lib/main/browser/plugin-icon-service.d.ts +2 -5
- package/lib/main/browser/plugin-icon-service.d.ts.map +1 -1
- package/lib/main/browser/plugin-icon-service.js +10 -77
- package/lib/main/browser/plugin-icon-service.js.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.js +22 -30
- package/lib/main/browser/plugin-icon-theme-service.js.map +1 -1
- package/lib/main/browser/plugin-shared-style.js +8 -16
- package/lib/main/browser/plugin-shared-style.js.map +1 -1
- package/lib/main/browser/plugin-terminal-registry.js +2 -7
- package/lib/main/browser/plugin-terminal-registry.js.map +1 -1
- package/lib/main/browser/quick-open-main.d.ts +8 -7
- package/lib/main/browser/quick-open-main.d.ts.map +1 -1
- package/lib/main/browser/quick-open-main.js +51 -14
- package/lib/main/browser/quick-open-main.js.map +1 -1
- package/lib/main/browser/scm-main.js +3 -3
- package/lib/main/browser/scm-main.js.map +1 -1
- package/lib/main/browser/selection-provider-command.d.ts.map +1 -1
- package/lib/main/browser/selection-provider-command.js +5 -14
- package/lib/main/browser/selection-provider-command.js.map +1 -1
- package/lib/main/browser/test-main.d.ts +3 -1
- package/lib/main/browser/test-main.d.ts.map +1 -1
- package/lib/main/browser/test-main.js +29 -30
- package/lib/main/browser/test-main.js.map +1 -1
- package/lib/main/browser/text-editor-model-service.js +5 -16
- package/lib/main/browser/text-editor-model-service.js.map +1 -1
- package/lib/main/browser/text-editors-main.d.ts +4 -5
- package/lib/main/browser/text-editors-main.d.ts.map +1 -1
- package/lib/main/browser/text-editors-main.js +15 -9
- package/lib/main/browser/text-editors-main.js.map +1 -1
- package/lib/main/browser/theme-icon-override.js +13 -19
- package/lib/main/browser/theme-icon-override.js.map +1 -1
- package/lib/main/browser/view/dnd-file-content-store.js +2 -7
- package/lib/main/browser/view/dnd-file-content-store.js.map +1 -1
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js +8 -16
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.d.ts +2 -0
- package/lib/main/browser/view/plugin-view-registry.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.js +49 -44
- package/lib/main/browser/view/plugin-view-registry.js.map +1 -1
- package/lib/main/browser/view/plugin-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-widget.js +16 -25
- package/lib/main/browser/view/plugin-view-widget.js.map +1 -1
- package/lib/main/browser/view/tree-view-decorator-service.js +6 -17
- package/lib/main/browser/view/tree-view-decorator-service.js.map +1 -1
- package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/tree-view-widget.js +41 -50
- package/lib/main/browser/view/tree-view-widget.js.map +1 -1
- package/lib/main/browser/view/view-context-key-service.js +8 -16
- package/lib/main/browser/view/view-context-key-service.js.map +1 -1
- package/lib/main/browser/view-column-service.js +4 -15
- package/lib/main/browser/view-column-service.js.map +1 -1
- package/lib/main/browser/webview/webview-context-keys.js +10 -18
- package/lib/main/browser/webview/webview-context-keys.js.map +1 -1
- package/lib/main/browser/webview/webview-environment.js +8 -16
- package/lib/main/browser/webview/webview-environment.js.map +1 -1
- package/lib/main/browser/webview/webview-frontend-security-warnings.js +8 -16
- package/lib/main/browser/webview/webview-frontend-security-warnings.js.map +1 -1
- package/lib/main/browser/webview/webview-resource-cache.js +3 -11
- package/lib/main/browser/webview/webview-resource-cache.js.map +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.js +14 -22
- package/lib/main/browser/webview/webview-theme-data-provider.js.map +1 -1
- package/lib/main/browser/webview/webview.js +37 -45
- package/lib/main/browser/webview/webview.js.map +1 -1
- package/lib/main/browser/webview-views/webview-views-main.js +3 -11
- package/lib/main/browser/webview-views/webview-views-main.js.map +1 -1
- package/lib/main/browser/workspace-main.js +2 -7
- package/lib/main/browser/workspace-main.js.map +1 -1
- package/lib/main/common/plugin-theia-environment.js +4 -12
- package/lib/main/common/plugin-theia-environment.js.map +1 -1
- package/lib/main/node/errors.spec.js +2 -2
- package/lib/main/node/errors.spec.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-directory-handler.js +6 -14
- package/lib/main/node/handlers/plugin-theia-directory-handler.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.js +5 -13
- package/lib/main/node/handlers/plugin-theia-file-handler.js.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.js +10 -18
- package/lib/main/node/paths/plugin-paths-service.js.map +1 -1
- package/lib/main/node/plugin-cli-contribution.js +2 -7
- package/lib/main/node/plugin-cli-contribution.js.map +1 -1
- package/lib/main/node/plugin-deployer-contribution.js +6 -14
- package/lib/main/node/plugin-deployer-contribution.js.map +1 -1
- package/lib/main/node/plugin-deployer-impl.js +18 -26
- package/lib/main/node/plugin-deployer-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js +3 -11
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js.map +1 -1
- package/lib/main/node/plugin-github-resolver.js +5 -13
- package/lib/main/node/plugin-github-resolver.js.map +1 -1
- package/lib/main/node/plugin-http-resolver.js +5 -13
- package/lib/main/node/plugin-http-resolver.js.map +1 -1
- package/lib/main/node/plugin-localization-server.js +4 -12
- package/lib/main/node/plugin-localization-server.js.map +1 -1
- package/lib/main/node/plugin-mgmt-cli-contribution.js +4 -12
- package/lib/main/node/plugin-mgmt-cli-contribution.js.map +1 -1
- package/lib/main/node/plugin-server-handler.js +6 -14
- package/lib/main/node/plugin-server-handler.js.map +1 -1
- package/lib/main/node/plugin-service.js +10 -18
- package/lib/main/node/plugin-service.js.map +1 -1
- package/lib/main/node/plugin-theia-deployer-participant.js +4 -12
- package/lib/main/node/plugin-theia-deployer-participant.js.map +1 -1
- package/lib/main/node/plugin-uninstallation-manager.js +2 -7
- package/lib/main/node/plugin-uninstallation-manager.js.map +1 -1
- package/lib/main/node/plugins-key-value-storage.js +12 -20
- package/lib/main/node/plugins-key-value-storage.js.map +1 -1
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js +2 -7
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js +2 -7
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/webview-backend-security-warnings.js +2 -7
- package/lib/main/node/webview-backend-security-warnings.js.map +1 -1
- package/lib/plugin/clipboard-ext.js +8 -16
- package/lib/plugin/clipboard-ext.js.map +1 -1
- package/lib/plugin/custom-editors.js +1 -1
- package/lib/plugin/custom-editors.js.map +1 -1
- package/lib/plugin/debug/debug-ext.js +11 -19
- package/lib/plugin/debug/debug-ext.js.map +1 -1
- package/lib/plugin/editors-and-documents.js +4 -12
- package/lib/plugin/editors-and-documents.js.map +1 -1
- package/lib/plugin/env.js +12 -20
- package/lib/plugin/env.js.map +1 -1
- package/lib/plugin/file-system-ext-impl.d.ts +2 -1
- package/lib/plugin/file-system-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-ext-impl.js +13 -1
- package/lib/plugin/file-system-ext-impl.js.map +1 -1
- package/lib/plugin/known-commands.d.ts.map +1 -1
- package/lib/plugin/known-commands.js +1 -0
- package/lib/plugin/known-commands.js.map +1 -1
- package/lib/plugin/languages/diagnostics.js +2 -2
- package/lib/plugin/languages/diagnostics.js.map +1 -1
- package/lib/plugin/languages/link-provider.d.ts.map +1 -1
- package/lib/plugin/languages/link-provider.js +3 -1
- package/lib/plugin/languages/link-provider.js.map +1 -1
- package/lib/plugin/localization-ext.js +8 -16
- package/lib/plugin/localization-ext.js.map +1 -1
- package/lib/plugin/markdown-string.d.ts +3 -3
- package/lib/plugin/markdown-string.d.ts.map +1 -1
- package/lib/plugin/markdown-string.js +17 -36
- package/lib/plugin/markdown-string.js.map +1 -1
- package/lib/plugin/message-registry.js +8 -16
- package/lib/plugin/message-registry.js.map +1 -1
- package/lib/plugin/node/env-node-ext.js +5 -13
- package/lib/plugin/node/env-node-ext.js.map +1 -1
- package/lib/plugin/notebook/notebook-kernels.d.ts +5 -6
- package/lib/plugin/notebook/notebook-kernels.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-kernels.js +24 -23
- package/lib/plugin/notebook/notebook-kernels.js.map +1 -1
- package/lib/plugin/notebook/notebook-renderers.d.ts.map +1 -1
- package/lib/plugin/notebook/notebook-renderers.js.map +1 -1
- package/lib/plugin/notebook/notebooks.d.ts +1 -0
- package/lib/plugin/notebook/notebooks.d.ts.map +1 -1
- package/lib/plugin/notebook/notebooks.js +19 -0
- package/lib/plugin/notebook/notebooks.js.map +1 -1
- package/lib/plugin/plugin-context.d.ts.map +1 -1
- package/lib/plugin/plugin-context.js +18 -21
- package/lib/plugin/plugin-context.js.map +1 -1
- package/lib/plugin/plugin-manager.js +23 -31
- package/lib/plugin/plugin-manager.js.map +1 -1
- package/lib/plugin/plugin-storage.js +4 -15
- package/lib/plugin/plugin-storage.js.map +1 -1
- package/lib/plugin/preference-registry.js +12 -20
- package/lib/plugin/preference-registry.js.map +1 -1
- package/lib/plugin/quick-open.d.ts +2 -9
- package/lib/plugin/quick-open.d.ts.map +1 -1
- package/lib/plugin/quick-open.js +6 -22
- package/lib/plugin/quick-open.js.map +1 -1
- package/lib/plugin/secrets-ext.js +4 -15
- package/lib/plugin/secrets-ext.js.map +1 -1
- package/lib/plugin/terminal-ext.js +6 -17
- package/lib/plugin/terminal-ext.js.map +1 -1
- package/lib/plugin/test-item.js +17 -25
- package/lib/plugin/test-item.js.map +1 -1
- package/lib/plugin/tests.d.ts +8 -1
- package/lib/plugin/tests.d.ts.map +1 -1
- package/lib/plugin/tests.js +35 -21
- package/lib/plugin/tests.js.map +1 -1
- package/lib/plugin/text-editors.d.ts +2 -0
- package/lib/plugin/text-editors.d.ts.map +1 -1
- package/lib/plugin/text-editors.js +6 -0
- package/lib/plugin/text-editors.js.map +1 -1
- package/lib/plugin/type-converters.d.ts +10 -1
- package/lib/plugin/type-converters.d.ts.map +1 -1
- package/lib/plugin/type-converters.js +49 -10
- package/lib/plugin/type-converters.js.map +1 -1
- package/lib/plugin/types-impl.d.ts +2 -2
- package/lib/plugin/types-impl.d.ts.map +1 -1
- package/lib/plugin/types-impl.js +167 -180
- package/lib/plugin/types-impl.js.map +1 -1
- package/lib/plugin/webviews.d.ts +14 -1
- package/lib/plugin/webviews.d.ts.map +1 -1
- package/lib/plugin/webviews.js +32 -24
- package/lib/plugin/webviews.js.map +1 -1
- package/lib/plugin/workspace.js +12 -20
- package/lib/plugin/workspace.js.map +1 -1
- package/package.json +31 -31
- package/src/common/plugin-api-rpc-model.ts +1 -1
- package/src/common/plugin-api-rpc.ts +36 -20
- package/src/common/plugin-protocol.ts +12 -1
- package/src/common/uri-components.ts +1 -5
- package/src/hosted/browser/hosted-plugin.ts +2 -2
- package/src/hosted/node/hosted-plugin-deployer-handler.ts +2 -2
- package/src/hosted/node/scanners/scanner-theia.ts +8 -2
- package/src/main/browser/command-registry-main.ts +7 -0
- package/src/main/browser/comments/comments-contribution.ts +7 -3
- package/src/main/browser/comments/comments-main.ts +2 -2
- package/src/main/browser/custom-editors/custom-editor-opener.tsx +2 -2
- package/src/main/browser/custom-editors/custom-editor-widget.ts +3 -1
- package/src/main/browser/custom-editors/custom-editors-main.ts +1 -1
- package/src/main/browser/data-transfer/data-transfer-type-converters.ts +4 -6
- package/src/main/browser/editors-and-documents-main.ts +27 -5
- package/src/main/browser/file-system-main-impl.ts +9 -5
- package/src/main/browser/languages-main.ts +9 -5
- package/src/main/browser/main-context.ts +1 -3
- package/src/main/browser/menus/menus-contribution-handler.ts +1 -1
- package/src/main/browser/menus/plugin-menu-command-adapter.ts +4 -1
- package/src/main/browser/menus/vscode-theia-menu-mappings.ts +10 -2
- package/src/main/browser/notebooks/notebook-documents-and-editors-main.ts +5 -8
- package/src/main/browser/notebooks/notebook-kernels-main.ts +46 -5
- package/src/main/browser/notebooks/renderers/cell-output-webview.tsx +72 -21
- package/src/main/browser/notebooks/renderers/output-webview-internal.ts +93 -2
- package/src/main/browser/notebooks/renderers/webview-communication.ts +12 -2
- package/src/main/browser/plugin-contribution-handler.ts +9 -1
- package/src/main/browser/plugin-ext-frontend-module.ts +6 -2
- package/src/main/browser/plugin-icon-service.ts +8 -72
- package/src/main/browser/quick-open-main.ts +77 -28
- package/src/main/browser/scm-main.ts +1 -1
- package/src/main/browser/selection-provider-command.ts +1 -2
- package/src/main/browser/test-main.ts +11 -2
- package/src/main/browser/text-editors-main.ts +18 -10
- package/src/main/browser/theme-icon-override.ts +13 -19
- package/src/main/browser/view/plugin-tree-view-node-label-provider.ts +1 -1
- package/src/main/browser/view/plugin-view-registry.ts +21 -6
- package/src/main/browser/view/plugin-view-widget.ts +0 -1
- package/src/main/browser/view/tree-view-widget.tsx +2 -3
- package/src/main/node/errors.spec.ts +2 -2
- package/src/plugin/custom-editors.ts +1 -1
- package/src/plugin/debug/debug-ext.ts +2 -2
- package/src/plugin/env.ts +3 -3
- package/src/plugin/file-system-ext-impl.ts +15 -2
- package/src/plugin/known-commands.ts +1 -0
- package/src/plugin/languages/diagnostics.ts +2 -2
- package/src/plugin/languages/link-provider.ts +3 -1
- package/src/plugin/markdown-string.ts +3 -3
- package/src/plugin/node/env-node-ext.ts +2 -2
- package/src/plugin/notebook/notebook-kernels.ts +29 -29
- package/src/plugin/notebook/notebook-renderers.ts +0 -1
- package/src/plugin/notebook/notebooks.ts +20 -0
- package/src/plugin/plugin-context.ts +12 -3
- package/src/plugin/preference-registry.ts +2 -2
- package/src/plugin/quick-open.ts +10 -24
- package/src/plugin/terminal-ext.ts +1 -1
- package/src/plugin/tests.ts +33 -4
- package/src/plugin/text-editors.ts +9 -2
- package/src/plugin/type-converters.ts +45 -9
- package/src/plugin/types-impl.ts +4 -4
- package/src/plugin/webviews.ts +22 -5
package/lib/plugin/types-impl.js
CHANGED
|
@@ -19,20 +19,6 @@
|
|
|
19
19
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
20
20
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
21
21
|
*--------------------------------------------------------------------------------------------*/
|
|
22
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
23
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
24
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
25
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
26
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
27
|
-
};
|
|
28
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
29
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
30
|
-
};
|
|
31
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
32
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
33
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
34
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
35
|
-
};
|
|
36
22
|
var _a, _NotebookCellOutputItem_encoder;
|
|
37
23
|
var URI_1, Disposable_1, Position_1, Range_1, SnippetString_1, ThemeIcon_1, TextEdit_1, Location_1, NotebookEdit_1, CodeActionKind_1, SymbolInformation_1, DocumentSymbol_1, FileSystemError_1, TaskGroup_1, CallHierarchyItem_1, TypeHierarchyItem_1, TestMessage_1, SemanticTokensBuilder_1;
|
|
38
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -40,6 +26,7 @@ exports.NotebookEditorRevealType = exports.NotebookControllerAffinity = exports.
|
|
|
40
26
|
exports.FileDecoration = exports.TerminalExitReason = exports.TerminalProfile = exports.TerminalOutputAnchor = exports.TerminalLocation = exports.TerminalLink = exports.QuickInputButtons = exports.CommentThreadCollapsibleState = exports.CommentThreadState = exports.DocumentSymbol = exports.SymbolInformation = exports.SymbolTag = exports.TreeItemCheckboxState = exports.TreeItemCollapsibleState = exports.TreeItem = exports.DataTransfer = exports.DataTransferItem = exports.WorkspaceEdit = exports.CodeAction = exports.TextDocumentSaveReason = exports.CodeActionKind = exports.CodeActionTriggerKind = exports.CodeActionTrigger = exports.CodeLens = exports.DocumentDropEdit = exports.DocumentLink = exports.MultiDocumentHighlight = exports.DocumentHighlight = exports.DocumentHighlightKind = exports.InlineValueEvaluatableExpression = exports.InlineValueVariableLookup = exports.InlineValueText = exports.InlineValueContext = exports.EvaluatableExpression = exports.Hover = exports.SignatureHelp = exports.SignatureHelpTriggerKind = exports.SignatureInformation = exports.ParameterInformation = exports.NotebookRendererScript = exports.NotebookEdit = exports.SnippetTextEdit = exports.NotebookRange = exports.NotebookData = exports.NotebookCellStatusBarItem = exports.NotebookCellOutputItem = exports.NotebookCellOutput = exports.NotebookCellData = exports.NotebookKernelSourceAction = exports.NotebookCellExecutionState = void 0;
|
|
41
27
|
exports.TestMessage = exports.TestRunRequest = exports.TestTag = exports.TestRunProfileKind = exports.TestResultState = exports.LinkedEditingRanges = exports.LanguageStatusSeverity = exports.TypeHierarchyItem = exports.CallHierarchyOutgoingCall = exports.CallHierarchyIncomingCall = exports.CallHierarchyItem = exports.UIKind = exports.WebviewPanelTargetArea = exports.OperatingSystem = exports.SelectionRange = exports.FoldingRangeKind = exports.FoldingRange = exports.InlayHintKind = exports.InlayHint = exports.InlayHintLabelPart = exports.ColorFormat = exports.ColorPresentation = exports.ColorInformation = exports.Color = exports.FunctionBreakpoint = exports.SourceBreakpoint = exports.Breakpoint = exports.LogLevel = exports.DebugAdapterInlineImplementation = exports.DebugAdapterNamedPipeServer = exports.DebugAdapterServer = exports.DebugAdapterExecutable = exports.Task2 = exports.Task = exports.TaskScope = exports.TaskGroup = exports.CustomExecution = exports.ShellExecution = exports.TaskRevealKind = exports.TaskPanelKind = exports.ShellQuoting = exports.QuickPickItemKind = exports.ProcessExecution = exports.ProgressLocation = exports.Progress = exports.ProgressOptions = exports.FileType = exports.FileSystemError = exports.FileChangeType = exports.CommentMode = void 0;
|
|
42
28
|
exports.TerminalQuickFixOpener = exports.TerminalQuickFixTerminalCommand = exports.EditSessionIdentityMatch = exports.DocumentPasteEdit = exports.InteractiveWindowInput = exports.TerminalEditorTabInput = exports.NotebookDiffEditorTabInput = exports.NotebookEditorTabInput = exports.TelemetryLogger = exports.TelemetryTrustedValue = exports.WebviewEditorTabInput = exports.CustomEditorTabInput = exports.TextMergeTabInput = exports.TextDiffTabInput = exports.TextTabInput = exports.InputBoxValidationSeverity = exports.SemanticTokensEdits = exports.SemanticTokensEdit = exports.SemanticTokens = exports.SemanticTokensBuilder = exports.SemanticTokensLegend = exports.TimelineItem = void 0;
|
|
29
|
+
const tslib_1 = require("tslib");
|
|
43
30
|
/* eslint-disable no-null/no-null */
|
|
44
31
|
const coreutils_1 = require("@theia/core/shared/@phosphor/coreutils");
|
|
45
32
|
const errors_1 = require("../common/errors");
|
|
@@ -98,9 +85,9 @@ let URI = URI_1 = class URI extends vscode_uri_1.URI {
|
|
|
98
85
|
return vscode_uri_1.URI.from(this).toJSON();
|
|
99
86
|
}
|
|
100
87
|
};
|
|
101
|
-
URI = URI_1 = __decorate([
|
|
88
|
+
URI = URI_1 = (0, tslib_1.__decorate)([
|
|
102
89
|
types_1.es5ClassCompat,
|
|
103
|
-
__metadata("design:paramtypes", [Object, String, String, String, String, Boolean])
|
|
90
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, String, String, String, String, Boolean])
|
|
104
91
|
], URI);
|
|
105
92
|
exports.URI = URI;
|
|
106
93
|
let Disposable = Disposable_1 = class Disposable {
|
|
@@ -132,9 +119,9 @@ let Disposable = Disposable_1 = class Disposable {
|
|
|
132
119
|
return new Disposable_1(func);
|
|
133
120
|
}
|
|
134
121
|
};
|
|
135
|
-
Disposable = Disposable_1 = __decorate([
|
|
122
|
+
Disposable = Disposable_1 = (0, tslib_1.__decorate)([
|
|
136
123
|
types_1.es5ClassCompat,
|
|
137
|
-
__metadata("design:paramtypes", [Function])
|
|
124
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Function])
|
|
138
125
|
], Disposable);
|
|
139
126
|
exports.Disposable = Disposable;
|
|
140
127
|
var StatusBarAlignment;
|
|
@@ -229,9 +216,9 @@ let ColorTheme = class ColorTheme {
|
|
|
229
216
|
this.kind = kind;
|
|
230
217
|
}
|
|
231
218
|
};
|
|
232
|
-
ColorTheme = __decorate([
|
|
219
|
+
ColorTheme = (0, tslib_1.__decorate)([
|
|
233
220
|
types_1.es5ClassCompat,
|
|
234
|
-
__metadata("design:paramtypes", [Number])
|
|
221
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number])
|
|
235
222
|
], ColorTheme);
|
|
236
223
|
exports.ColorTheme = ColorTheme;
|
|
237
224
|
/**
|
|
@@ -402,9 +389,9 @@ let Position = Position_1 = class Position {
|
|
|
402
389
|
return { line: this.line, character: this.character };
|
|
403
390
|
}
|
|
404
391
|
};
|
|
405
|
-
Position = Position_1 = __decorate([
|
|
392
|
+
Position = Position_1 = (0, tslib_1.__decorate)([
|
|
406
393
|
types_1.es5ClassCompat,
|
|
407
|
-
__metadata("design:paramtypes", [Number, Number])
|
|
394
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, Number])
|
|
408
395
|
], Position);
|
|
409
396
|
exports.Position = Position;
|
|
410
397
|
let Range = Range_1 = class Range {
|
|
@@ -516,9 +503,9 @@ let Range = Range_1 = class Range {
|
|
|
516
503
|
return [this.start, this.end];
|
|
517
504
|
}
|
|
518
505
|
};
|
|
519
|
-
Range = Range_1 = __decorate([
|
|
506
|
+
Range = Range_1 = (0, tslib_1.__decorate)([
|
|
520
507
|
types_1.es5ClassCompat,
|
|
521
|
-
__metadata("design:paramtypes", [Object, Object, Number, Number])
|
|
508
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, Object, Number, Number])
|
|
522
509
|
], Range);
|
|
523
510
|
exports.Range = Range;
|
|
524
511
|
let Selection = class Selection extends Range {
|
|
@@ -550,9 +537,9 @@ let Selection = class Selection extends Range {
|
|
|
550
537
|
return this._anchor === this._end;
|
|
551
538
|
}
|
|
552
539
|
};
|
|
553
|
-
Selection = __decorate([
|
|
540
|
+
Selection = (0, tslib_1.__decorate)([
|
|
554
541
|
types_1.es5ClassCompat,
|
|
555
|
-
__metadata("design:paramtypes", [Object, Object, Number, Number])
|
|
542
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, Object, Number, Number])
|
|
556
543
|
], Selection);
|
|
557
544
|
exports.Selection = Selection;
|
|
558
545
|
var TextDocumentShowOptions;
|
|
@@ -653,9 +640,9 @@ let SnippetString = SnippetString_1 = class SnippetString {
|
|
|
653
640
|
return this;
|
|
654
641
|
}
|
|
655
642
|
};
|
|
656
|
-
SnippetString = SnippetString_1 = __decorate([
|
|
643
|
+
SnippetString = SnippetString_1 = (0, tslib_1.__decorate)([
|
|
657
644
|
types_1.es5ClassCompat,
|
|
658
|
-
__metadata("design:paramtypes", [String])
|
|
645
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String])
|
|
659
646
|
], SnippetString);
|
|
660
647
|
exports.SnippetString = SnippetString;
|
|
661
648
|
let ThemeColor = class ThemeColor {
|
|
@@ -663,9 +650,9 @@ let ThemeColor = class ThemeColor {
|
|
|
663
650
|
this.id = id;
|
|
664
651
|
}
|
|
665
652
|
};
|
|
666
|
-
ThemeColor = __decorate([
|
|
653
|
+
ThemeColor = (0, tslib_1.__decorate)([
|
|
667
654
|
types_1.es5ClassCompat,
|
|
668
|
-
__metadata("design:paramtypes", [String])
|
|
655
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String])
|
|
669
656
|
], ThemeColor);
|
|
670
657
|
exports.ThemeColor = ThemeColor;
|
|
671
658
|
let ThemeIcon = ThemeIcon_1 = class ThemeIcon {
|
|
@@ -676,9 +663,9 @@ let ThemeIcon = ThemeIcon_1 = class ThemeIcon {
|
|
|
676
663
|
};
|
|
677
664
|
ThemeIcon.File = new ThemeIcon_1('file');
|
|
678
665
|
ThemeIcon.Folder = new ThemeIcon_1('folder');
|
|
679
|
-
ThemeIcon = ThemeIcon_1 = __decorate([
|
|
666
|
+
ThemeIcon = ThemeIcon_1 = (0, tslib_1.__decorate)([
|
|
680
667
|
types_1.es5ClassCompat,
|
|
681
|
-
__metadata("design:paramtypes", [String, ThemeColor])
|
|
668
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, ThemeColor])
|
|
682
669
|
], ThemeIcon);
|
|
683
670
|
exports.ThemeIcon = ThemeIcon;
|
|
684
671
|
(function (ThemeIcon) {
|
|
@@ -774,9 +761,9 @@ let RelativePattern = class RelativePattern {
|
|
|
774
761
|
return (0, paths_util_1.relative)(from, to);
|
|
775
762
|
}
|
|
776
763
|
};
|
|
777
|
-
RelativePattern = __decorate([
|
|
764
|
+
RelativePattern = (0, tslib_1.__decorate)([
|
|
778
765
|
types_1.es5ClassCompat,
|
|
779
|
-
__metadata("design:paramtypes", [Object, String])
|
|
766
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, String])
|
|
780
767
|
], RelativePattern);
|
|
781
768
|
exports.RelativePattern = RelativePattern;
|
|
782
769
|
var IndentAction;
|
|
@@ -874,9 +861,9 @@ let TextEdit = TextEdit_1 = class TextEdit {
|
|
|
874
861
|
return ret;
|
|
875
862
|
}
|
|
876
863
|
};
|
|
877
|
-
TextEdit = TextEdit_1 = __decorate([
|
|
864
|
+
TextEdit = TextEdit_1 = (0, tslib_1.__decorate)([
|
|
878
865
|
types_1.es5ClassCompat,
|
|
879
|
-
__metadata("design:paramtypes", [Object, Object])
|
|
866
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, Object])
|
|
880
867
|
], TextEdit);
|
|
881
868
|
exports.TextEdit = TextEdit;
|
|
882
869
|
var CompletionTriggerKind;
|
|
@@ -921,9 +908,9 @@ let CompletionItem = class CompletionItem {
|
|
|
921
908
|
this.kind = kind;
|
|
922
909
|
}
|
|
923
910
|
};
|
|
924
|
-
CompletionItem = __decorate([
|
|
911
|
+
CompletionItem = (0, tslib_1.__decorate)([
|
|
925
912
|
types_1.es5ClassCompat,
|
|
926
|
-
__metadata("design:paramtypes", [String, Number])
|
|
913
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, Number])
|
|
927
914
|
], CompletionItem);
|
|
928
915
|
exports.CompletionItem = CompletionItem;
|
|
929
916
|
let CompletionList = class CompletionList {
|
|
@@ -932,9 +919,9 @@ let CompletionList = class CompletionList {
|
|
|
932
919
|
this.isIncomplete = isIncomplete;
|
|
933
920
|
}
|
|
934
921
|
};
|
|
935
|
-
CompletionList = __decorate([
|
|
922
|
+
CompletionList = (0, tslib_1.__decorate)([
|
|
936
923
|
types_1.es5ClassCompat,
|
|
937
|
-
__metadata("design:paramtypes", [Array, Boolean])
|
|
924
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Array, Boolean])
|
|
938
925
|
], CompletionList);
|
|
939
926
|
exports.CompletionList = CompletionList;
|
|
940
927
|
var InlineCompletionTriggerKind;
|
|
@@ -949,9 +936,9 @@ let InlineCompletionItem = class InlineCompletionItem {
|
|
|
949
936
|
this.command = command;
|
|
950
937
|
}
|
|
951
938
|
};
|
|
952
|
-
InlineCompletionItem = __decorate([
|
|
939
|
+
InlineCompletionItem = (0, tslib_1.__decorate)([
|
|
953
940
|
types_1.es5ClassCompat,
|
|
954
|
-
__metadata("design:paramtypes", [String, Range, Object])
|
|
941
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, Range, Object])
|
|
955
942
|
], InlineCompletionItem);
|
|
956
943
|
exports.InlineCompletionItem = InlineCompletionItem;
|
|
957
944
|
let InlineCompletionList = class InlineCompletionList {
|
|
@@ -960,9 +947,9 @@ let InlineCompletionList = class InlineCompletionList {
|
|
|
960
947
|
this.items = items;
|
|
961
948
|
}
|
|
962
949
|
};
|
|
963
|
-
InlineCompletionList = __decorate([
|
|
950
|
+
InlineCompletionList = (0, tslib_1.__decorate)([
|
|
964
951
|
types_1.es5ClassCompat,
|
|
965
|
-
__metadata("design:paramtypes", [Array])
|
|
952
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Array])
|
|
966
953
|
], InlineCompletionList);
|
|
967
954
|
exports.InlineCompletionList = InlineCompletionList;
|
|
968
955
|
var DiagnosticSeverity;
|
|
@@ -998,9 +985,9 @@ let Location = Location_1 = class Location {
|
|
|
998
985
|
&& URI.isUri(thing.uri);
|
|
999
986
|
}
|
|
1000
987
|
};
|
|
1001
|
-
Location = Location_1 = __decorate([
|
|
988
|
+
Location = Location_1 = (0, tslib_1.__decorate)([
|
|
1002
989
|
types_1.es5ClassCompat,
|
|
1003
|
-
__metadata("design:paramtypes", [URI, Object])
|
|
990
|
+
(0, tslib_1.__metadata)("design:paramtypes", [URI, Object])
|
|
1004
991
|
], Location);
|
|
1005
992
|
exports.Location = Location;
|
|
1006
993
|
let DiagnosticRelatedInformation = class DiagnosticRelatedInformation {
|
|
@@ -1009,9 +996,9 @@ let DiagnosticRelatedInformation = class DiagnosticRelatedInformation {
|
|
|
1009
996
|
this.message = message;
|
|
1010
997
|
}
|
|
1011
998
|
};
|
|
1012
|
-
DiagnosticRelatedInformation = __decorate([
|
|
999
|
+
DiagnosticRelatedInformation = (0, tslib_1.__decorate)([
|
|
1013
1000
|
types_1.es5ClassCompat,
|
|
1014
|
-
__metadata("design:paramtypes", [Location, String])
|
|
1001
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Location, String])
|
|
1015
1002
|
], DiagnosticRelatedInformation);
|
|
1016
1003
|
exports.DiagnosticRelatedInformation = DiagnosticRelatedInformation;
|
|
1017
1004
|
var DiagnosticTag;
|
|
@@ -1030,9 +1017,9 @@ let Diagnostic = class Diagnostic {
|
|
|
1030
1017
|
this.severity = severity;
|
|
1031
1018
|
}
|
|
1032
1019
|
};
|
|
1033
|
-
Diagnostic = __decorate([
|
|
1020
|
+
Diagnostic = (0, tslib_1.__decorate)([
|
|
1034
1021
|
types_1.es5ClassCompat,
|
|
1035
|
-
__metadata("design:paramtypes", [Range, String, Number])
|
|
1022
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Range, String, Number])
|
|
1036
1023
|
], Diagnostic);
|
|
1037
1024
|
exports.Diagnostic = Diagnostic;
|
|
1038
1025
|
var MarkerSeverity;
|
|
@@ -1100,9 +1087,9 @@ let NotebookCellData = class NotebookCellData {
|
|
|
1100
1087
|
this.executionSummary = executionSummary;
|
|
1101
1088
|
}
|
|
1102
1089
|
};
|
|
1103
|
-
NotebookCellData = __decorate([
|
|
1090
|
+
NotebookCellData = (0, tslib_1.__decorate)([
|
|
1104
1091
|
types_1.es5ClassCompat,
|
|
1105
|
-
__metadata("design:paramtypes", [Number, String, String, Array, Object, Object])
|
|
1092
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, String, String, Array, Object, Object])
|
|
1106
1093
|
], NotebookCellData);
|
|
1107
1094
|
exports.NotebookCellData = NotebookCellData;
|
|
1108
1095
|
let NotebookCellOutput = class NotebookCellOutput {
|
|
@@ -1119,9 +1106,9 @@ let NotebookCellOutput = class NotebookCellOutput {
|
|
|
1119
1106
|
}
|
|
1120
1107
|
}
|
|
1121
1108
|
};
|
|
1122
|
-
NotebookCellOutput = __decorate([
|
|
1109
|
+
NotebookCellOutput = (0, tslib_1.__decorate)([
|
|
1123
1110
|
types_1.es5ClassCompat,
|
|
1124
|
-
__metadata("design:paramtypes", [Array, Object, Object])
|
|
1111
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Array, Object, Object])
|
|
1125
1112
|
], NotebookCellOutput);
|
|
1126
1113
|
exports.NotebookCellOutput = NotebookCellOutput;
|
|
1127
1114
|
class NotebookCellOutputItem {
|
|
@@ -1130,7 +1117,7 @@ class NotebookCellOutputItem {
|
|
|
1130
1117
|
this.mime = mime;
|
|
1131
1118
|
}
|
|
1132
1119
|
static text(value, mime) {
|
|
1133
|
-
const bytes = __classPrivateFieldGet(NotebookCellOutputItem, _a, "f", _NotebookCellOutputItem_encoder).encode(String(value));
|
|
1120
|
+
const bytes = (0, tslib_1.__classPrivateFieldGet)(NotebookCellOutputItem, _a, "f", _NotebookCellOutputItem_encoder).encode(String(value));
|
|
1134
1121
|
return new NotebookCellOutputItem(bytes, mime || 'text/plain');
|
|
1135
1122
|
}
|
|
1136
1123
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -1163,9 +1150,9 @@ let NotebookCellStatusBarItem = class NotebookCellStatusBarItem {
|
|
|
1163
1150
|
this.alignment = alignment;
|
|
1164
1151
|
}
|
|
1165
1152
|
};
|
|
1166
|
-
NotebookCellStatusBarItem = __decorate([
|
|
1153
|
+
NotebookCellStatusBarItem = (0, tslib_1.__decorate)([
|
|
1167
1154
|
types_1.es5ClassCompat,
|
|
1168
|
-
__metadata("design:paramtypes", [String, Number])
|
|
1155
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, Number])
|
|
1169
1156
|
], NotebookCellStatusBarItem);
|
|
1170
1157
|
exports.NotebookCellStatusBarItem = NotebookCellStatusBarItem;
|
|
1171
1158
|
let NotebookData = class NotebookData {
|
|
@@ -1173,9 +1160,9 @@ let NotebookData = class NotebookData {
|
|
|
1173
1160
|
this.cells = cells;
|
|
1174
1161
|
}
|
|
1175
1162
|
};
|
|
1176
|
-
NotebookData = __decorate([
|
|
1163
|
+
NotebookData = (0, tslib_1.__decorate)([
|
|
1177
1164
|
types_1.es5ClassCompat,
|
|
1178
|
-
__metadata("design:paramtypes", [Array])
|
|
1165
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Array])
|
|
1179
1166
|
], NotebookData);
|
|
1180
1167
|
exports.NotebookData = NotebookData;
|
|
1181
1168
|
class NotebookRange {
|
|
@@ -1262,9 +1249,9 @@ let NotebookEdit = NotebookEdit_1 = class NotebookEdit {
|
|
|
1262
1249
|
return new NotebookEdit_1(new NotebookRange(0, 0), [], undefined, newNotebookMetadata);
|
|
1263
1250
|
}
|
|
1264
1251
|
};
|
|
1265
|
-
NotebookEdit = NotebookEdit_1 = __decorate([
|
|
1252
|
+
NotebookEdit = NotebookEdit_1 = (0, tslib_1.__decorate)([
|
|
1266
1253
|
types_1.es5ClassCompat,
|
|
1267
|
-
__metadata("design:paramtypes", [NotebookRange, Array, Object, Object])
|
|
1254
|
+
(0, tslib_1.__metadata)("design:paramtypes", [NotebookRange, Array, Object, Object])
|
|
1268
1255
|
], NotebookEdit);
|
|
1269
1256
|
exports.NotebookEdit = NotebookEdit;
|
|
1270
1257
|
class NotebookRendererScript {
|
|
@@ -1281,9 +1268,9 @@ let ParameterInformation = class ParameterInformation {
|
|
|
1281
1268
|
this.documentation = documentation;
|
|
1282
1269
|
}
|
|
1283
1270
|
};
|
|
1284
|
-
ParameterInformation = __decorate([
|
|
1271
|
+
ParameterInformation = (0, tslib_1.__decorate)([
|
|
1285
1272
|
types_1.es5ClassCompat,
|
|
1286
|
-
__metadata("design:paramtypes", [Object, Object])
|
|
1273
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, Object])
|
|
1287
1274
|
], ParameterInformation);
|
|
1288
1275
|
exports.ParameterInformation = ParameterInformation;
|
|
1289
1276
|
let SignatureInformation = class SignatureInformation {
|
|
@@ -1293,9 +1280,9 @@ let SignatureInformation = class SignatureInformation {
|
|
|
1293
1280
|
this.parameters = [];
|
|
1294
1281
|
}
|
|
1295
1282
|
};
|
|
1296
|
-
SignatureInformation = __decorate([
|
|
1283
|
+
SignatureInformation = (0, tslib_1.__decorate)([
|
|
1297
1284
|
types_1.es5ClassCompat,
|
|
1298
|
-
__metadata("design:paramtypes", [String, Object])
|
|
1285
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, Object])
|
|
1299
1286
|
], SignatureInformation);
|
|
1300
1287
|
exports.SignatureInformation = SignatureInformation;
|
|
1301
1288
|
var SignatureHelpTriggerKind;
|
|
@@ -1309,9 +1296,9 @@ let SignatureHelp = class SignatureHelp {
|
|
|
1309
1296
|
this.signatures = [];
|
|
1310
1297
|
}
|
|
1311
1298
|
};
|
|
1312
|
-
SignatureHelp = __decorate([
|
|
1299
|
+
SignatureHelp = (0, tslib_1.__decorate)([
|
|
1313
1300
|
types_1.es5ClassCompat,
|
|
1314
|
-
__metadata("design:paramtypes", [])
|
|
1301
|
+
(0, tslib_1.__metadata)("design:paramtypes", [])
|
|
1315
1302
|
], SignatureHelp);
|
|
1316
1303
|
exports.SignatureHelp = SignatureHelp;
|
|
1317
1304
|
let Hover = class Hover {
|
|
@@ -1328,9 +1315,9 @@ let Hover = class Hover {
|
|
|
1328
1315
|
this.range = range;
|
|
1329
1316
|
}
|
|
1330
1317
|
};
|
|
1331
|
-
Hover = __decorate([
|
|
1318
|
+
Hover = (0, tslib_1.__decorate)([
|
|
1332
1319
|
types_1.es5ClassCompat,
|
|
1333
|
-
__metadata("design:paramtypes", [Object, Range])
|
|
1320
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, Range])
|
|
1334
1321
|
], Hover);
|
|
1335
1322
|
exports.Hover = Hover;
|
|
1336
1323
|
let EvaluatableExpression = class EvaluatableExpression {
|
|
@@ -1342,9 +1329,9 @@ let EvaluatableExpression = class EvaluatableExpression {
|
|
|
1342
1329
|
this.expression = expression;
|
|
1343
1330
|
}
|
|
1344
1331
|
};
|
|
1345
|
-
EvaluatableExpression = __decorate([
|
|
1332
|
+
EvaluatableExpression = (0, tslib_1.__decorate)([
|
|
1346
1333
|
types_1.es5ClassCompat,
|
|
1347
|
-
__metadata("design:paramtypes", [Range, String])
|
|
1334
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Range, String])
|
|
1348
1335
|
], EvaluatableExpression);
|
|
1349
1336
|
exports.EvaluatableExpression = EvaluatableExpression;
|
|
1350
1337
|
let InlineValueContext = class InlineValueContext {
|
|
@@ -1359,9 +1346,9 @@ let InlineValueContext = class InlineValueContext {
|
|
|
1359
1346
|
this.stoppedLocation = stoppedLocation;
|
|
1360
1347
|
}
|
|
1361
1348
|
};
|
|
1362
|
-
InlineValueContext = __decorate([
|
|
1349
|
+
InlineValueContext = (0, tslib_1.__decorate)([
|
|
1363
1350
|
types_1.es5ClassCompat,
|
|
1364
|
-
__metadata("design:paramtypes", [Number, Range])
|
|
1351
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, Range])
|
|
1365
1352
|
], InlineValueContext);
|
|
1366
1353
|
exports.InlineValueContext = InlineValueContext;
|
|
1367
1354
|
let InlineValueText = class InlineValueText {
|
|
@@ -1377,9 +1364,9 @@ let InlineValueText = class InlineValueText {
|
|
|
1377
1364
|
this.text = text;
|
|
1378
1365
|
}
|
|
1379
1366
|
};
|
|
1380
|
-
InlineValueText = __decorate([
|
|
1367
|
+
InlineValueText = (0, tslib_1.__decorate)([
|
|
1381
1368
|
types_1.es5ClassCompat,
|
|
1382
|
-
__metadata("design:paramtypes", [Range, String])
|
|
1369
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Range, String])
|
|
1383
1370
|
], InlineValueText);
|
|
1384
1371
|
exports.InlineValueText = InlineValueText;
|
|
1385
1372
|
let InlineValueVariableLookup = class InlineValueVariableLookup {
|
|
@@ -1393,9 +1380,9 @@ let InlineValueVariableLookup = class InlineValueVariableLookup {
|
|
|
1393
1380
|
this.variableName = variableName;
|
|
1394
1381
|
}
|
|
1395
1382
|
};
|
|
1396
|
-
InlineValueVariableLookup = __decorate([
|
|
1383
|
+
InlineValueVariableLookup = (0, tslib_1.__decorate)([
|
|
1397
1384
|
types_1.es5ClassCompat,
|
|
1398
|
-
__metadata("design:paramtypes", [Range, String, Boolean])
|
|
1385
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Range, String, Boolean])
|
|
1399
1386
|
], InlineValueVariableLookup);
|
|
1400
1387
|
exports.InlineValueVariableLookup = InlineValueVariableLookup;
|
|
1401
1388
|
let InlineValueEvaluatableExpression = class InlineValueEvaluatableExpression {
|
|
@@ -1408,9 +1395,9 @@ let InlineValueEvaluatableExpression = class InlineValueEvaluatableExpression {
|
|
|
1408
1395
|
this.expression = expression;
|
|
1409
1396
|
}
|
|
1410
1397
|
};
|
|
1411
|
-
InlineValueEvaluatableExpression = __decorate([
|
|
1398
|
+
InlineValueEvaluatableExpression = (0, tslib_1.__decorate)([
|
|
1412
1399
|
types_1.es5ClassCompat,
|
|
1413
|
-
__metadata("design:paramtypes", [Range, String])
|
|
1400
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Range, String])
|
|
1414
1401
|
], InlineValueEvaluatableExpression);
|
|
1415
1402
|
exports.InlineValueEvaluatableExpression = InlineValueEvaluatableExpression;
|
|
1416
1403
|
var DocumentHighlightKind;
|
|
@@ -1425,9 +1412,9 @@ let DocumentHighlight = class DocumentHighlight {
|
|
|
1425
1412
|
this.kind = kind;
|
|
1426
1413
|
}
|
|
1427
1414
|
};
|
|
1428
|
-
DocumentHighlight = __decorate([
|
|
1415
|
+
DocumentHighlight = (0, tslib_1.__decorate)([
|
|
1429
1416
|
types_1.es5ClassCompat,
|
|
1430
|
-
__metadata("design:paramtypes", [Range, Number])
|
|
1417
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Range, Number])
|
|
1431
1418
|
], DocumentHighlight);
|
|
1432
1419
|
exports.DocumentHighlight = DocumentHighlight;
|
|
1433
1420
|
let MultiDocumentHighlight = class MultiDocumentHighlight {
|
|
@@ -1441,9 +1428,9 @@ let MultiDocumentHighlight = class MultiDocumentHighlight {
|
|
|
1441
1428
|
this.highlights = highlights;
|
|
1442
1429
|
}
|
|
1443
1430
|
};
|
|
1444
|
-
MultiDocumentHighlight = __decorate([
|
|
1431
|
+
MultiDocumentHighlight = (0, tslib_1.__decorate)([
|
|
1445
1432
|
types_1.es5ClassCompat,
|
|
1446
|
-
__metadata("design:paramtypes", [URI, Array])
|
|
1433
|
+
(0, tslib_1.__metadata)("design:paramtypes", [URI, Array])
|
|
1447
1434
|
], MultiDocumentHighlight);
|
|
1448
1435
|
exports.MultiDocumentHighlight = MultiDocumentHighlight;
|
|
1449
1436
|
let DocumentLink = class DocumentLink {
|
|
@@ -1458,9 +1445,9 @@ let DocumentLink = class DocumentLink {
|
|
|
1458
1445
|
this.target = target;
|
|
1459
1446
|
}
|
|
1460
1447
|
};
|
|
1461
|
-
DocumentLink = __decorate([
|
|
1448
|
+
DocumentLink = (0, tslib_1.__decorate)([
|
|
1462
1449
|
types_1.es5ClassCompat,
|
|
1463
|
-
__metadata("design:paramtypes", [Range, Object])
|
|
1450
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Range, Object])
|
|
1464
1451
|
], DocumentLink);
|
|
1465
1452
|
exports.DocumentLink = DocumentLink;
|
|
1466
1453
|
let DocumentDropEdit = class DocumentDropEdit {
|
|
@@ -1468,9 +1455,9 @@ let DocumentDropEdit = class DocumentDropEdit {
|
|
|
1468
1455
|
this.insertText = insertText;
|
|
1469
1456
|
}
|
|
1470
1457
|
};
|
|
1471
|
-
DocumentDropEdit = __decorate([
|
|
1458
|
+
DocumentDropEdit = (0, tslib_1.__decorate)([
|
|
1472
1459
|
types_1.es5ClassCompat,
|
|
1473
|
-
__metadata("design:paramtypes", [Object])
|
|
1460
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object])
|
|
1474
1461
|
], DocumentDropEdit);
|
|
1475
1462
|
exports.DocumentDropEdit = DocumentDropEdit;
|
|
1476
1463
|
let CodeLens = class CodeLens {
|
|
@@ -1482,9 +1469,9 @@ let CodeLens = class CodeLens {
|
|
|
1482
1469
|
return !!this.command;
|
|
1483
1470
|
}
|
|
1484
1471
|
};
|
|
1485
|
-
CodeLens = __decorate([
|
|
1472
|
+
CodeLens = (0, tslib_1.__decorate)([
|
|
1486
1473
|
types_1.es5ClassCompat,
|
|
1487
|
-
__metadata("design:paramtypes", [Range, Object])
|
|
1474
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Range, Object])
|
|
1488
1475
|
], CodeLens);
|
|
1489
1476
|
exports.CodeLens = CodeLens;
|
|
1490
1477
|
var CodeActionTrigger;
|
|
@@ -1535,9 +1522,9 @@ CodeActionKind.Source = CodeActionKind_1.Empty.append('source');
|
|
|
1535
1522
|
CodeActionKind.SourceOrganizeImports = CodeActionKind_1.Source.append('organizeImports');
|
|
1536
1523
|
CodeActionKind.SourceFixAll = CodeActionKind_1.Source.append('fixAll');
|
|
1537
1524
|
CodeActionKind.Notebook = CodeActionKind_1.Empty.append('notebook');
|
|
1538
|
-
CodeActionKind = CodeActionKind_1 = __decorate([
|
|
1525
|
+
CodeActionKind = CodeActionKind_1 = (0, tslib_1.__decorate)([
|
|
1539
1526
|
types_1.es5ClassCompat,
|
|
1540
|
-
__metadata("design:paramtypes", [String])
|
|
1527
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String])
|
|
1541
1528
|
], CodeActionKind);
|
|
1542
1529
|
exports.CodeActionKind = CodeActionKind;
|
|
1543
1530
|
var TextDocumentSaveReason;
|
|
@@ -1552,9 +1539,9 @@ let CodeAction = class CodeAction {
|
|
|
1552
1539
|
this.kind = kind;
|
|
1553
1540
|
}
|
|
1554
1541
|
};
|
|
1555
|
-
CodeAction = __decorate([
|
|
1542
|
+
CodeAction = (0, tslib_1.__decorate)([
|
|
1556
1543
|
types_1.es5ClassCompat,
|
|
1557
|
-
__metadata("design:paramtypes", [String, CodeActionKind])
|
|
1544
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, CodeActionKind])
|
|
1558
1545
|
], CodeAction);
|
|
1559
1546
|
exports.CodeAction = CodeAction;
|
|
1560
1547
|
let WorkspaceEdit = class WorkspaceEdit {
|
|
@@ -1698,7 +1685,7 @@ let WorkspaceEdit = class WorkspaceEdit {
|
|
|
1698
1685
|
return this.entries();
|
|
1699
1686
|
}
|
|
1700
1687
|
};
|
|
1701
|
-
WorkspaceEdit = __decorate([
|
|
1688
|
+
WorkspaceEdit = (0, tslib_1.__decorate)([
|
|
1702
1689
|
types_1.es5ClassCompat
|
|
1703
1690
|
], WorkspaceEdit);
|
|
1704
1691
|
exports.WorkspaceEdit = WorkspaceEdit;
|
|
@@ -1748,7 +1735,7 @@ let DataTransfer = class DataTransfer {
|
|
|
1748
1735
|
this.items.clear();
|
|
1749
1736
|
}
|
|
1750
1737
|
};
|
|
1751
|
-
DataTransfer = __decorate([
|
|
1738
|
+
DataTransfer = (0, tslib_1.__decorate)([
|
|
1752
1739
|
types_1.es5ClassCompat
|
|
1753
1740
|
], DataTransfer);
|
|
1754
1741
|
exports.DataTransfer = DataTransfer;
|
|
@@ -1763,9 +1750,9 @@ let TreeItem = class TreeItem {
|
|
|
1763
1750
|
}
|
|
1764
1751
|
}
|
|
1765
1752
|
};
|
|
1766
|
-
TreeItem = __decorate([
|
|
1753
|
+
TreeItem = (0, tslib_1.__decorate)([
|
|
1767
1754
|
types_1.es5ClassCompat,
|
|
1768
|
-
__metadata("design:paramtypes", [Object, Number])
|
|
1755
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, Number])
|
|
1769
1756
|
], TreeItem);
|
|
1770
1757
|
exports.TreeItem = TreeItem;
|
|
1771
1758
|
var TreeItemCollapsibleState;
|
|
@@ -1814,9 +1801,9 @@ let SymbolInformation = SymbolInformation_1 = class SymbolInformation {
|
|
|
1814
1801
|
};
|
|
1815
1802
|
}
|
|
1816
1803
|
};
|
|
1817
|
-
SymbolInformation = SymbolInformation_1 = __decorate([
|
|
1804
|
+
SymbolInformation = SymbolInformation_1 = (0, tslib_1.__decorate)([
|
|
1818
1805
|
types_1.es5ClassCompat,
|
|
1819
|
-
__metadata("design:paramtypes", [String, Number, Object, Object, String])
|
|
1806
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, Number, Object, Object, String])
|
|
1820
1807
|
], SymbolInformation);
|
|
1821
1808
|
exports.SymbolInformation = SymbolInformation;
|
|
1822
1809
|
let DocumentSymbol = DocumentSymbol_1 = class DocumentSymbol {
|
|
@@ -1841,9 +1828,9 @@ let DocumentSymbol = DocumentSymbol_1 = class DocumentSymbol {
|
|
|
1841
1828
|
}
|
|
1842
1829
|
}
|
|
1843
1830
|
};
|
|
1844
|
-
DocumentSymbol = DocumentSymbol_1 = __decorate([
|
|
1831
|
+
DocumentSymbol = DocumentSymbol_1 = (0, tslib_1.__decorate)([
|
|
1845
1832
|
types_1.es5ClassCompat,
|
|
1846
|
-
__metadata("design:paramtypes", [String, String, Number, Range, Range])
|
|
1833
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, String, Number, Range, Range])
|
|
1847
1834
|
], DocumentSymbol);
|
|
1848
1835
|
exports.DocumentSymbol = DocumentSymbol;
|
|
1849
1836
|
var CommentThreadState;
|
|
@@ -1864,7 +1851,7 @@ QuickInputButtons.Back = {
|
|
|
1864
1851
|
},
|
|
1865
1852
|
tooltip: 'Back'
|
|
1866
1853
|
};
|
|
1867
|
-
QuickInputButtons = __decorate([
|
|
1854
|
+
QuickInputButtons = (0, tslib_1.__decorate)([
|
|
1868
1855
|
types_1.es5ClassCompat
|
|
1869
1856
|
], QuickInputButtons);
|
|
1870
1857
|
exports.QuickInputButtons = QuickInputButtons;
|
|
@@ -1883,9 +1870,9 @@ let TerminalLink = class TerminalLink {
|
|
|
1883
1870
|
}
|
|
1884
1871
|
}
|
|
1885
1872
|
};
|
|
1886
|
-
TerminalLink = __decorate([
|
|
1873
|
+
TerminalLink = (0, tslib_1.__decorate)([
|
|
1887
1874
|
types_1.es5ClassCompat,
|
|
1888
|
-
__metadata("design:paramtypes", [Number, Number, String])
|
|
1875
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, Number, String])
|
|
1889
1876
|
], TerminalLink);
|
|
1890
1877
|
exports.TerminalLink = TerminalLink;
|
|
1891
1878
|
var TerminalLocation;
|
|
@@ -1931,9 +1918,9 @@ let FileDecoration = class FileDecoration {
|
|
|
1931
1918
|
}
|
|
1932
1919
|
}
|
|
1933
1920
|
};
|
|
1934
|
-
FileDecoration = __decorate([
|
|
1921
|
+
FileDecoration = (0, tslib_1.__decorate)([
|
|
1935
1922
|
types_1.es5ClassCompat,
|
|
1936
|
-
__metadata("design:paramtypes", [String, String, ThemeColor])
|
|
1923
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, String, ThemeColor])
|
|
1937
1924
|
], FileDecoration);
|
|
1938
1925
|
exports.FileDecoration = FileDecoration;
|
|
1939
1926
|
var CommentMode;
|
|
@@ -1985,9 +1972,9 @@ let FileSystemError = FileSystemError_1 = class FileSystemError extends Error {
|
|
|
1985
1972
|
return new FileSystemError_1(messageOrUri, files_1.FileSystemProviderErrorCode.Unavailable, FileSystemError_1.Unavailable);
|
|
1986
1973
|
}
|
|
1987
1974
|
};
|
|
1988
|
-
FileSystemError = FileSystemError_1 = __decorate([
|
|
1975
|
+
FileSystemError = FileSystemError_1 = (0, tslib_1.__decorate)([
|
|
1989
1976
|
types_1.es5ClassCompat,
|
|
1990
|
-
__metadata("design:paramtypes", [Object, String, Function])
|
|
1977
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, String, Function])
|
|
1991
1978
|
], FileSystemError);
|
|
1992
1979
|
exports.FileSystemError = FileSystemError;
|
|
1993
1980
|
// #endregion
|
|
@@ -2003,9 +1990,9 @@ let ProgressOptions = class ProgressOptions {
|
|
|
2003
1990
|
this.location = location;
|
|
2004
1991
|
}
|
|
2005
1992
|
};
|
|
2006
|
-
ProgressOptions = __decorate([
|
|
1993
|
+
ProgressOptions = (0, tslib_1.__decorate)([
|
|
2007
1994
|
types_1.es5ClassCompat,
|
|
2008
|
-
__metadata("design:paramtypes", [Number, String, Boolean])
|
|
1995
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, String, Boolean])
|
|
2009
1996
|
], ProgressOptions);
|
|
2010
1997
|
exports.ProgressOptions = ProgressOptions;
|
|
2011
1998
|
let Progress = class Progress {
|
|
@@ -2017,7 +2004,7 @@ let Progress = class Progress {
|
|
|
2017
2004
|
report(value) {
|
|
2018
2005
|
}
|
|
2019
2006
|
};
|
|
2020
|
-
Progress = __decorate([
|
|
2007
|
+
Progress = (0, tslib_1.__decorate)([
|
|
2021
2008
|
types_1.es5ClassCompat
|
|
2022
2009
|
], Progress);
|
|
2023
2010
|
exports.Progress = Progress;
|
|
@@ -2085,9 +2072,9 @@ let ProcessExecution = class ProcessExecution {
|
|
|
2085
2072
|
return candidate && !!candidate.process;
|
|
2086
2073
|
}
|
|
2087
2074
|
};
|
|
2088
|
-
ProcessExecution = __decorate([
|
|
2075
|
+
ProcessExecution = (0, tslib_1.__decorate)([
|
|
2089
2076
|
types_1.es5ClassCompat,
|
|
2090
|
-
__metadata("design:paramtypes", [String, Object, Object])
|
|
2077
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, Object, Object])
|
|
2091
2078
|
], ProcessExecution);
|
|
2092
2079
|
exports.ProcessExecution = ProcessExecution;
|
|
2093
2080
|
var QuickPickItemKind;
|
|
@@ -2169,9 +2156,9 @@ let ShellExecution = class ShellExecution {
|
|
|
2169
2156
|
return candidate && (!!candidate.commandLine || !!candidate.command);
|
|
2170
2157
|
}
|
|
2171
2158
|
};
|
|
2172
|
-
ShellExecution = __decorate([
|
|
2159
|
+
ShellExecution = (0, tslib_1.__decorate)([
|
|
2173
2160
|
types_1.es5ClassCompat,
|
|
2174
|
-
__metadata("design:paramtypes", [Object, Object, Object])
|
|
2161
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, Object, Object])
|
|
2175
2162
|
], ShellExecution);
|
|
2176
2163
|
exports.ShellExecution = ShellExecution;
|
|
2177
2164
|
let CustomExecution = class CustomExecution {
|
|
@@ -2189,9 +2176,9 @@ let CustomExecution = class CustomExecution {
|
|
|
2189
2176
|
return candidate && (!!candidate._callback);
|
|
2190
2177
|
}
|
|
2191
2178
|
};
|
|
2192
|
-
CustomExecution = __decorate([
|
|
2179
|
+
CustomExecution = (0, tslib_1.__decorate)([
|
|
2193
2180
|
types_1.es5ClassCompat,
|
|
2194
|
-
__metadata("design:paramtypes", [Function])
|
|
2181
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Function])
|
|
2195
2182
|
], CustomExecution);
|
|
2196
2183
|
exports.CustomExecution = CustomExecution;
|
|
2197
2184
|
let TaskGroup = TaskGroup_1 = class TaskGroup {
|
|
@@ -2218,9 +2205,9 @@ TaskGroup.Clean = new TaskGroup_1('clean', 'Clean');
|
|
|
2218
2205
|
TaskGroup.Build = new TaskGroup_1('build', 'Build');
|
|
2219
2206
|
TaskGroup.Rebuild = new TaskGroup_1('rebuild', 'Rebuild');
|
|
2220
2207
|
TaskGroup.Test = new TaskGroup_1('test', 'Test');
|
|
2221
|
-
TaskGroup = TaskGroup_1 = __decorate([
|
|
2208
|
+
TaskGroup = TaskGroup_1 = (0, tslib_1.__decorate)([
|
|
2222
2209
|
types_1.es5ClassCompat,
|
|
2223
|
-
__metadata("design:paramtypes", [String, String, Object])
|
|
2210
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, String, Object])
|
|
2224
2211
|
], TaskGroup);
|
|
2225
2212
|
exports.TaskGroup = TaskGroup;
|
|
2226
2213
|
var TaskScope;
|
|
@@ -2375,14 +2362,14 @@ let Task = class Task {
|
|
|
2375
2362
|
this.taskRunOptions = value;
|
|
2376
2363
|
}
|
|
2377
2364
|
};
|
|
2378
|
-
Task = __decorate([
|
|
2365
|
+
Task = (0, tslib_1.__decorate)([
|
|
2379
2366
|
types_1.es5ClassCompat,
|
|
2380
|
-
__metadata("design:paramtypes", [Object])
|
|
2367
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object])
|
|
2381
2368
|
], Task);
|
|
2382
2369
|
exports.Task = Task;
|
|
2383
2370
|
let Task2 = class Task2 extends Task {
|
|
2384
2371
|
};
|
|
2385
|
-
Task2 = __decorate([
|
|
2372
|
+
Task2 = (0, tslib_1.__decorate)([
|
|
2386
2373
|
types_1.es5ClassCompat
|
|
2387
2374
|
], Task2);
|
|
2388
2375
|
exports.Task2 = Task2;
|
|
@@ -2400,9 +2387,9 @@ let DebugAdapterExecutable = class DebugAdapterExecutable {
|
|
|
2400
2387
|
this.options = options;
|
|
2401
2388
|
}
|
|
2402
2389
|
};
|
|
2403
|
-
DebugAdapterExecutable = __decorate([
|
|
2390
|
+
DebugAdapterExecutable = (0, tslib_1.__decorate)([
|
|
2404
2391
|
types_1.es5ClassCompat,
|
|
2405
|
-
__metadata("design:paramtypes", [String, Array, Object])
|
|
2392
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, Array, Object])
|
|
2406
2393
|
], DebugAdapterExecutable);
|
|
2407
2394
|
exports.DebugAdapterExecutable = DebugAdapterExecutable;
|
|
2408
2395
|
(function (DebugAdapterExecutable) {
|
|
@@ -2424,9 +2411,9 @@ let DebugAdapterServer = class DebugAdapterServer {
|
|
|
2424
2411
|
this.host = host;
|
|
2425
2412
|
}
|
|
2426
2413
|
};
|
|
2427
|
-
DebugAdapterServer = __decorate([
|
|
2414
|
+
DebugAdapterServer = (0, tslib_1.__decorate)([
|
|
2428
2415
|
types_1.es5ClassCompat,
|
|
2429
|
-
__metadata("design:paramtypes", [Number, String])
|
|
2416
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, String])
|
|
2430
2417
|
], DebugAdapterServer);
|
|
2431
2418
|
exports.DebugAdapterServer = DebugAdapterServer;
|
|
2432
2419
|
(function (DebugAdapterServer) {
|
|
@@ -2447,9 +2434,9 @@ let DebugAdapterNamedPipeServer = class DebugAdapterNamedPipeServer {
|
|
|
2447
2434
|
this.path = path;
|
|
2448
2435
|
}
|
|
2449
2436
|
};
|
|
2450
|
-
DebugAdapterNamedPipeServer = __decorate([
|
|
2437
|
+
DebugAdapterNamedPipeServer = (0, tslib_1.__decorate)([
|
|
2451
2438
|
types_1.es5ClassCompat,
|
|
2452
|
-
__metadata("design:paramtypes", [String])
|
|
2439
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String])
|
|
2453
2440
|
], DebugAdapterNamedPipeServer);
|
|
2454
2441
|
exports.DebugAdapterNamedPipeServer = DebugAdapterNamedPipeServer;
|
|
2455
2442
|
(function (DebugAdapterNamedPipeServer) {
|
|
@@ -2470,9 +2457,9 @@ let DebugAdapterInlineImplementation = class DebugAdapterInlineImplementation {
|
|
|
2470
2457
|
this.implementation = impl;
|
|
2471
2458
|
}
|
|
2472
2459
|
};
|
|
2473
|
-
DebugAdapterInlineImplementation = __decorate([
|
|
2460
|
+
DebugAdapterInlineImplementation = (0, tslib_1.__decorate)([
|
|
2474
2461
|
types_1.es5ClassCompat,
|
|
2475
|
-
__metadata("design:paramtypes", [Object])
|
|
2462
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object])
|
|
2476
2463
|
], DebugAdapterInlineImplementation);
|
|
2477
2464
|
exports.DebugAdapterInlineImplementation = DebugAdapterInlineImplementation;
|
|
2478
2465
|
(function (DebugAdapterInlineImplementation) {
|
|
@@ -2512,9 +2499,9 @@ let Breakpoint = class Breakpoint {
|
|
|
2512
2499
|
return this._id;
|
|
2513
2500
|
}
|
|
2514
2501
|
};
|
|
2515
|
-
Breakpoint = __decorate([
|
|
2502
|
+
Breakpoint = (0, tslib_1.__decorate)([
|
|
2516
2503
|
types_1.es5ClassCompat,
|
|
2517
|
-
__metadata("design:paramtypes", [Boolean, String, String, String, String])
|
|
2504
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Boolean, String, String, String, String])
|
|
2518
2505
|
], Breakpoint);
|
|
2519
2506
|
exports.Breakpoint = Breakpoint;
|
|
2520
2507
|
/**
|
|
@@ -2529,9 +2516,9 @@ let SourceBreakpoint = class SourceBreakpoint extends Breakpoint {
|
|
|
2529
2516
|
this.location = location;
|
|
2530
2517
|
}
|
|
2531
2518
|
};
|
|
2532
|
-
SourceBreakpoint = __decorate([
|
|
2519
|
+
SourceBreakpoint = (0, tslib_1.__decorate)([
|
|
2533
2520
|
types_1.es5ClassCompat,
|
|
2534
|
-
__metadata("design:paramtypes", [Location, Boolean, String, String, String, String])
|
|
2521
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Location, Boolean, String, String, String, String])
|
|
2535
2522
|
], SourceBreakpoint);
|
|
2536
2523
|
exports.SourceBreakpoint = SourceBreakpoint;
|
|
2537
2524
|
/**
|
|
@@ -2546,9 +2533,9 @@ let FunctionBreakpoint = class FunctionBreakpoint extends Breakpoint {
|
|
|
2546
2533
|
this.functionName = functionName;
|
|
2547
2534
|
}
|
|
2548
2535
|
};
|
|
2549
|
-
FunctionBreakpoint = __decorate([
|
|
2536
|
+
FunctionBreakpoint = (0, tslib_1.__decorate)([
|
|
2550
2537
|
types_1.es5ClassCompat,
|
|
2551
|
-
__metadata("design:paramtypes", [String, Boolean, String, String, String, String])
|
|
2538
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, Boolean, String, String, String, String])
|
|
2552
2539
|
], FunctionBreakpoint);
|
|
2553
2540
|
exports.FunctionBreakpoint = FunctionBreakpoint;
|
|
2554
2541
|
let Color = class Color {
|
|
@@ -2559,9 +2546,9 @@ let Color = class Color {
|
|
|
2559
2546
|
this.alpha = alpha;
|
|
2560
2547
|
}
|
|
2561
2548
|
};
|
|
2562
|
-
Color = __decorate([
|
|
2549
|
+
Color = (0, tslib_1.__decorate)([
|
|
2563
2550
|
types_1.es5ClassCompat,
|
|
2564
|
-
__metadata("design:paramtypes", [Number, Number, Number, Number])
|
|
2551
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, Number, Number, Number])
|
|
2565
2552
|
], Color);
|
|
2566
2553
|
exports.Color = Color;
|
|
2567
2554
|
let ColorInformation = class ColorInformation {
|
|
@@ -2576,9 +2563,9 @@ let ColorInformation = class ColorInformation {
|
|
|
2576
2563
|
this.color = color;
|
|
2577
2564
|
}
|
|
2578
2565
|
};
|
|
2579
|
-
ColorInformation = __decorate([
|
|
2566
|
+
ColorInformation = (0, tslib_1.__decorate)([
|
|
2580
2567
|
types_1.es5ClassCompat,
|
|
2581
|
-
__metadata("design:paramtypes", [Range, Color])
|
|
2568
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Range, Color])
|
|
2582
2569
|
], ColorInformation);
|
|
2583
2570
|
exports.ColorInformation = ColorInformation;
|
|
2584
2571
|
let ColorPresentation = class ColorPresentation {
|
|
@@ -2589,9 +2576,9 @@ let ColorPresentation = class ColorPresentation {
|
|
|
2589
2576
|
this.label = label;
|
|
2590
2577
|
}
|
|
2591
2578
|
};
|
|
2592
|
-
ColorPresentation = __decorate([
|
|
2579
|
+
ColorPresentation = (0, tslib_1.__decorate)([
|
|
2593
2580
|
types_1.es5ClassCompat,
|
|
2594
|
-
__metadata("design:paramtypes", [String])
|
|
2581
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String])
|
|
2595
2582
|
], ColorPresentation);
|
|
2596
2583
|
exports.ColorPresentation = ColorPresentation;
|
|
2597
2584
|
var ColorFormat;
|
|
@@ -2605,9 +2592,9 @@ let InlayHintLabelPart = class InlayHintLabelPart {
|
|
|
2605
2592
|
this.value = value;
|
|
2606
2593
|
}
|
|
2607
2594
|
};
|
|
2608
|
-
InlayHintLabelPart = __decorate([
|
|
2595
|
+
InlayHintLabelPart = (0, tslib_1.__decorate)([
|
|
2609
2596
|
types_1.es5ClassCompat,
|
|
2610
|
-
__metadata("design:paramtypes", [String])
|
|
2597
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String])
|
|
2611
2598
|
], InlayHintLabelPart);
|
|
2612
2599
|
exports.InlayHintLabelPart = InlayHintLabelPart;
|
|
2613
2600
|
let InlayHint = class InlayHint {
|
|
@@ -2617,9 +2604,9 @@ let InlayHint = class InlayHint {
|
|
|
2617
2604
|
this.kind = kind;
|
|
2618
2605
|
}
|
|
2619
2606
|
};
|
|
2620
|
-
InlayHint = __decorate([
|
|
2607
|
+
InlayHint = (0, tslib_1.__decorate)([
|
|
2621
2608
|
types_1.es5ClassCompat,
|
|
2622
|
-
__metadata("design:paramtypes", [Function, Object, Number])
|
|
2609
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Function, Object, Number])
|
|
2623
2610
|
], InlayHint);
|
|
2624
2611
|
exports.InlayHint = InlayHint;
|
|
2625
2612
|
var InlayHintKind;
|
|
@@ -2634,9 +2621,9 @@ let FoldingRange = class FoldingRange {
|
|
|
2634
2621
|
this.kind = kind;
|
|
2635
2622
|
}
|
|
2636
2623
|
};
|
|
2637
|
-
FoldingRange = __decorate([
|
|
2624
|
+
FoldingRange = (0, tslib_1.__decorate)([
|
|
2638
2625
|
types_1.es5ClassCompat,
|
|
2639
|
-
__metadata("design:paramtypes", [Number, Number, Number])
|
|
2626
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, Number, Number])
|
|
2640
2627
|
], FoldingRange);
|
|
2641
2628
|
exports.FoldingRange = FoldingRange;
|
|
2642
2629
|
var FoldingRangeKind;
|
|
@@ -2654,9 +2641,9 @@ let SelectionRange = class SelectionRange {
|
|
|
2654
2641
|
}
|
|
2655
2642
|
}
|
|
2656
2643
|
};
|
|
2657
|
-
SelectionRange = __decorate([
|
|
2644
|
+
SelectionRange = (0, tslib_1.__decorate)([
|
|
2658
2645
|
types_1.es5ClassCompat,
|
|
2659
|
-
__metadata("design:paramtypes", [Range, SelectionRange])
|
|
2646
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Range, SelectionRange])
|
|
2660
2647
|
], SelectionRange);
|
|
2661
2648
|
exports.SelectionRange = SelectionRange;
|
|
2662
2649
|
/**
|
|
@@ -2713,9 +2700,9 @@ let CallHierarchyItem = CallHierarchyItem_1 = class CallHierarchyItem {
|
|
|
2713
2700
|
Range.isRange(thing.selectionRange);
|
|
2714
2701
|
}
|
|
2715
2702
|
};
|
|
2716
|
-
CallHierarchyItem = CallHierarchyItem_1 = __decorate([
|
|
2703
|
+
CallHierarchyItem = CallHierarchyItem_1 = (0, tslib_1.__decorate)([
|
|
2717
2704
|
types_1.es5ClassCompat,
|
|
2718
|
-
__metadata("design:paramtypes", [Number, String, String, URI, Range, Range])
|
|
2705
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, String, String, URI, Range, Range])
|
|
2719
2706
|
], CallHierarchyItem);
|
|
2720
2707
|
exports.CallHierarchyItem = CallHierarchyItem;
|
|
2721
2708
|
let CallHierarchyIncomingCall = class CallHierarchyIncomingCall {
|
|
@@ -2724,9 +2711,9 @@ let CallHierarchyIncomingCall = class CallHierarchyIncomingCall {
|
|
|
2724
2711
|
this.from = item;
|
|
2725
2712
|
}
|
|
2726
2713
|
};
|
|
2727
|
-
CallHierarchyIncomingCall = __decorate([
|
|
2714
|
+
CallHierarchyIncomingCall = (0, tslib_1.__decorate)([
|
|
2728
2715
|
types_1.es5ClassCompat,
|
|
2729
|
-
__metadata("design:paramtypes", [CallHierarchyItem, Array])
|
|
2716
|
+
(0, tslib_1.__metadata)("design:paramtypes", [CallHierarchyItem, Array])
|
|
2730
2717
|
], CallHierarchyIncomingCall);
|
|
2731
2718
|
exports.CallHierarchyIncomingCall = CallHierarchyIncomingCall;
|
|
2732
2719
|
let CallHierarchyOutgoingCall = class CallHierarchyOutgoingCall {
|
|
@@ -2735,9 +2722,9 @@ let CallHierarchyOutgoingCall = class CallHierarchyOutgoingCall {
|
|
|
2735
2722
|
this.to = item;
|
|
2736
2723
|
}
|
|
2737
2724
|
};
|
|
2738
|
-
CallHierarchyOutgoingCall = __decorate([
|
|
2725
|
+
CallHierarchyOutgoingCall = (0, tslib_1.__decorate)([
|
|
2739
2726
|
types_1.es5ClassCompat,
|
|
2740
|
-
__metadata("design:paramtypes", [CallHierarchyItem, Array])
|
|
2727
|
+
(0, tslib_1.__metadata)("design:paramtypes", [CallHierarchyItem, Array])
|
|
2741
2728
|
], CallHierarchyOutgoingCall);
|
|
2742
2729
|
exports.CallHierarchyOutgoingCall = CallHierarchyOutgoingCall;
|
|
2743
2730
|
let TypeHierarchyItem = TypeHierarchyItem_1 = class TypeHierarchyItem {
|
|
@@ -2763,9 +2750,9 @@ let TypeHierarchyItem = TypeHierarchyItem_1 = class TypeHierarchyItem {
|
|
|
2763
2750
|
Range.isRange(thing.selectionRange);
|
|
2764
2751
|
}
|
|
2765
2752
|
};
|
|
2766
|
-
TypeHierarchyItem = TypeHierarchyItem_1 = __decorate([
|
|
2753
|
+
TypeHierarchyItem = TypeHierarchyItem_1 = (0, tslib_1.__decorate)([
|
|
2767
2754
|
types_1.es5ClassCompat,
|
|
2768
|
-
__metadata("design:paramtypes", [Number, String, String, URI, Range, Range])
|
|
2755
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, String, String, URI, Range, Range])
|
|
2769
2756
|
], TypeHierarchyItem);
|
|
2770
2757
|
exports.TypeHierarchyItem = TypeHierarchyItem;
|
|
2771
2758
|
var LanguageStatusSeverity;
|
|
@@ -2780,9 +2767,9 @@ let LinkedEditingRanges = class LinkedEditingRanges {
|
|
|
2780
2767
|
this.wordPattern = wordPattern;
|
|
2781
2768
|
}
|
|
2782
2769
|
};
|
|
2783
|
-
LinkedEditingRanges = __decorate([
|
|
2770
|
+
LinkedEditingRanges = (0, tslib_1.__decorate)([
|
|
2784
2771
|
types_1.es5ClassCompat,
|
|
2785
|
-
__metadata("design:paramtypes", [Array, RegExp])
|
|
2772
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Array, RegExp])
|
|
2786
2773
|
], LinkedEditingRanges);
|
|
2787
2774
|
exports.LinkedEditingRanges = LinkedEditingRanges;
|
|
2788
2775
|
// Copied from https://github.com/microsoft/vscode/blob/1.72.2/src/vs/workbench/api/common/extHostTypes.ts
|
|
@@ -2806,9 +2793,9 @@ let TestTag = class TestTag {
|
|
|
2806
2793
|
this.id = id;
|
|
2807
2794
|
}
|
|
2808
2795
|
};
|
|
2809
|
-
TestTag = __decorate([
|
|
2796
|
+
TestTag = (0, tslib_1.__decorate)([
|
|
2810
2797
|
types_1.es5ClassCompat,
|
|
2811
|
-
__metadata("design:paramtypes", [String])
|
|
2798
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String])
|
|
2812
2799
|
], TestTag);
|
|
2813
2800
|
exports.TestTag = TestTag;
|
|
2814
2801
|
let nextTestRunId = 0;
|
|
@@ -2821,9 +2808,9 @@ let TestRunRequest = class TestRunRequest {
|
|
|
2821
2808
|
this.testRunId = nextTestRunId++;
|
|
2822
2809
|
}
|
|
2823
2810
|
};
|
|
2824
|
-
TestRunRequest = __decorate([
|
|
2811
|
+
TestRunRequest = (0, tslib_1.__decorate)([
|
|
2825
2812
|
types_1.es5ClassCompat,
|
|
2826
|
-
__metadata("design:paramtypes", [Object, Object, Object, Object])
|
|
2813
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, Object, Object, Object])
|
|
2827
2814
|
], TestRunRequest);
|
|
2828
2815
|
exports.TestRunRequest = TestRunRequest;
|
|
2829
2816
|
let TestMessage = TestMessage_1 = class TestMessage {
|
|
@@ -2837,9 +2824,9 @@ let TestMessage = TestMessage_1 = class TestMessage {
|
|
|
2837
2824
|
return msg;
|
|
2838
2825
|
}
|
|
2839
2826
|
};
|
|
2840
|
-
TestMessage = TestMessage_1 = __decorate([
|
|
2827
|
+
TestMessage = TestMessage_1 = (0, tslib_1.__decorate)([
|
|
2841
2828
|
types_1.es5ClassCompat,
|
|
2842
|
-
__metadata("design:paramtypes", [Object])
|
|
2829
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object])
|
|
2843
2830
|
], TestMessage);
|
|
2844
2831
|
exports.TestMessage = TestMessage;
|
|
2845
2832
|
let TimelineItem = class TimelineItem {
|
|
@@ -2848,9 +2835,9 @@ let TimelineItem = class TimelineItem {
|
|
|
2848
2835
|
this.timestamp = timestamp;
|
|
2849
2836
|
}
|
|
2850
2837
|
};
|
|
2851
|
-
TimelineItem = __decorate([
|
|
2838
|
+
TimelineItem = (0, tslib_1.__decorate)([
|
|
2852
2839
|
types_1.es5ClassCompat,
|
|
2853
|
-
__metadata("design:paramtypes", [String, Number])
|
|
2840
|
+
(0, tslib_1.__metadata)("design:paramtypes", [String, Number])
|
|
2854
2841
|
], TimelineItem);
|
|
2855
2842
|
exports.TimelineItem = TimelineItem;
|
|
2856
2843
|
// #region Semantic Coloring
|
|
@@ -2860,9 +2847,9 @@ let SemanticTokensLegend = class SemanticTokensLegend {
|
|
|
2860
2847
|
this.tokenModifiers = tokenModifiers;
|
|
2861
2848
|
}
|
|
2862
2849
|
};
|
|
2863
|
-
SemanticTokensLegend = __decorate([
|
|
2850
|
+
SemanticTokensLegend = (0, tslib_1.__decorate)([
|
|
2864
2851
|
types_1.es5ClassCompat,
|
|
2865
|
-
__metadata("design:paramtypes", [Array, Array])
|
|
2852
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Array, Array])
|
|
2866
2853
|
], SemanticTokensLegend);
|
|
2867
2854
|
exports.SemanticTokensLegend = SemanticTokensLegend;
|
|
2868
2855
|
function isStrArrayOrUndefined(arg) {
|
|
@@ -3019,9 +3006,9 @@ let SemanticTokensBuilder = SemanticTokensBuilder_1 = class SemanticTokensBuilde
|
|
|
3019
3006
|
return new SemanticTokens(new Uint32Array(this._data), resultId);
|
|
3020
3007
|
}
|
|
3021
3008
|
};
|
|
3022
|
-
SemanticTokensBuilder = SemanticTokensBuilder_1 = __decorate([
|
|
3009
|
+
SemanticTokensBuilder = SemanticTokensBuilder_1 = (0, tslib_1.__decorate)([
|
|
3023
3010
|
types_1.es5ClassCompat,
|
|
3024
|
-
__metadata("design:paramtypes", [SemanticTokensLegend])
|
|
3011
|
+
(0, tslib_1.__metadata)("design:paramtypes", [SemanticTokensLegend])
|
|
3025
3012
|
], SemanticTokensBuilder);
|
|
3026
3013
|
exports.SemanticTokensBuilder = SemanticTokensBuilder;
|
|
3027
3014
|
let SemanticTokens = class SemanticTokens {
|
|
@@ -3030,9 +3017,9 @@ let SemanticTokens = class SemanticTokens {
|
|
|
3030
3017
|
this.data = data;
|
|
3031
3018
|
}
|
|
3032
3019
|
};
|
|
3033
|
-
SemanticTokens = __decorate([
|
|
3020
|
+
SemanticTokens = (0, tslib_1.__decorate)([
|
|
3034
3021
|
types_1.es5ClassCompat,
|
|
3035
|
-
__metadata("design:paramtypes", [Uint32Array, String])
|
|
3022
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Uint32Array, String])
|
|
3036
3023
|
], SemanticTokens);
|
|
3037
3024
|
exports.SemanticTokens = SemanticTokens;
|
|
3038
3025
|
let SemanticTokensEdit = class SemanticTokensEdit {
|
|
@@ -3042,9 +3029,9 @@ let SemanticTokensEdit = class SemanticTokensEdit {
|
|
|
3042
3029
|
this.data = data;
|
|
3043
3030
|
}
|
|
3044
3031
|
};
|
|
3045
|
-
SemanticTokensEdit = __decorate([
|
|
3032
|
+
SemanticTokensEdit = (0, tslib_1.__decorate)([
|
|
3046
3033
|
types_1.es5ClassCompat,
|
|
3047
|
-
__metadata("design:paramtypes", [Number, Number, Uint32Array])
|
|
3034
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Number, Number, Uint32Array])
|
|
3048
3035
|
], SemanticTokensEdit);
|
|
3049
3036
|
exports.SemanticTokensEdit = SemanticTokensEdit;
|
|
3050
3037
|
let SemanticTokensEdits = class SemanticTokensEdits {
|
|
@@ -3053,9 +3040,9 @@ let SemanticTokensEdits = class SemanticTokensEdits {
|
|
|
3053
3040
|
this.edits = edits;
|
|
3054
3041
|
}
|
|
3055
3042
|
};
|
|
3056
|
-
SemanticTokensEdits = __decorate([
|
|
3043
|
+
SemanticTokensEdits = (0, tslib_1.__decorate)([
|
|
3057
3044
|
types_1.es5ClassCompat,
|
|
3058
|
-
__metadata("design:paramtypes", [Array, String])
|
|
3045
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Array, String])
|
|
3059
3046
|
], SemanticTokensEdits);
|
|
3060
3047
|
exports.SemanticTokensEdits = SemanticTokensEdits;
|
|
3061
3048
|
var InputBoxValidationSeverity;
|
|
@@ -3154,9 +3141,9 @@ let DocumentPasteEdit = class DocumentPasteEdit {
|
|
|
3154
3141
|
this.label = label;
|
|
3155
3142
|
}
|
|
3156
3143
|
};
|
|
3157
|
-
DocumentPasteEdit = __decorate([
|
|
3144
|
+
DocumentPasteEdit = (0, tslib_1.__decorate)([
|
|
3158
3145
|
types_1.es5ClassCompat,
|
|
3159
|
-
__metadata("design:paramtypes", [Object, String, String])
|
|
3146
|
+
(0, tslib_1.__metadata)("design:paramtypes", [Object, String, String])
|
|
3160
3147
|
], DocumentPasteEdit);
|
|
3161
3148
|
exports.DocumentPasteEdit = DocumentPasteEdit;
|
|
3162
3149
|
// #endregion
|