@aws/lsp-codewhisperer 0.0.39 → 0.0.41
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/CHANGELOG.md +75 -0
- package/node_modules/@amzn/codewhisperer-streaming/README.md +56 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/protocols/Aws_restJson1.js +2 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/GenerateAssistantResponseCommand.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/GenerateTaskAssistPlanCommand.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/SendMessageCommand.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/models/models_0.d.ts +10 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/index.js +144 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/index.js +40 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/command.d.ts +25 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/index.d.ts +40 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/schema/schema.d.ts +263 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +25 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +40 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +278 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@amzn/codewhisperer-streaming/package.json +1 -1
- package/out/client/sigv4/service.json +8 -0
- package/out/client/token/bearer-token-service.json +20 -0
- package/out/language-server/agenticChat/agenticChatController.d.ts +9 -3
- package/out/language-server/agenticChat/agenticChatController.js +379 -85
- package/out/language-server/agenticChat/agenticChatController.js.map +1 -1
- package/out/language-server/agenticChat/agenticChatResultStream.d.ts +9 -0
- package/out/language-server/agenticChat/agenticChatResultStream.js +41 -1
- package/out/language-server/agenticChat/agenticChatResultStream.js.map +1 -1
- package/out/language-server/agenticChat/constants.d.ts +0 -1
- package/out/language-server/agenticChat/constants.js +1 -2
- package/out/language-server/agenticChat/constants.js.map +1 -1
- package/out/language-server/agenticChat/context/addtionalContextProvider.d.ts +2 -3
- package/out/language-server/agenticChat/context/addtionalContextProvider.js +3 -5
- package/out/language-server/agenticChat/context/addtionalContextProvider.js.map +1 -1
- package/out/language-server/agenticChat/context/agenticChatTriggerContext.d.ts +1 -0
- package/out/language-server/agenticChat/context/agenticChatTriggerContext.js +15 -2
- package/out/language-server/agenticChat/context/agenticChatTriggerContext.js.map +1 -1
- package/out/language-server/agenticChat/context/contextCommandsProvider.d.ts +1 -1
- package/out/language-server/agenticChat/context/contextCommandsProvider.js +8 -24
- package/out/language-server/agenticChat/context/contextCommandsProvider.js.map +1 -1
- package/out/language-server/agenticChat/errors.d.ts +2 -1
- package/out/language-server/agenticChat/errors.js +11 -1
- package/out/language-server/agenticChat/errors.js.map +1 -1
- package/out/language-server/agenticChat/tabBarController.d.ts +10 -1
- package/out/language-server/agenticChat/tabBarController.js +54 -27
- package/out/language-server/agenticChat/tabBarController.js.map +1 -1
- package/out/language-server/agenticChat/tools/chatDb/chatDb.d.ts +8 -9
- package/out/language-server/agenticChat/tools/chatDb/chatDb.js +58 -124
- package/out/language-server/agenticChat/tools/chatDb/chatDb.js.map +1 -1
- package/out/language-server/agenticChat/tools/codeSearch.js +1 -1
- package/out/language-server/agenticChat/tools/codeSearch.js.map +1 -1
- package/out/language-server/agenticChat/tools/executeBash.d.ts +10 -2
- package/out/language-server/agenticChat/tools/executeBash.js +80 -21
- package/out/language-server/agenticChat/tools/executeBash.js.map +1 -1
- package/out/language-server/agenticChat/tools/fsRead.js +1 -1
- package/out/language-server/agenticChat/tools/fsRead.js.map +1 -1
- package/out/language-server/agenticChat/tools/fsWrite.js +1 -1
- package/out/language-server/agenticChat/tools/fsWrite.js.map +1 -1
- package/out/language-server/agenticChat/tools/{fileSearch.d.ts → fuzzySearch.d.ts} +17 -11
- package/out/language-server/agenticChat/tools/{fileSearch.js → fuzzySearch.js} +53 -55
- package/out/language-server/agenticChat/tools/fuzzySearch.js.map +1 -0
- package/out/language-server/agenticChat/tools/grepSearch.d.ts +74 -0
- package/out/language-server/agenticChat/tools/grepSearch.js +254 -0
- package/out/language-server/agenticChat/tools/grepSearch.js.map +1 -0
- package/out/language-server/agenticChat/tools/listDirectory.js +1 -1
- package/out/language-server/agenticChat/tools/listDirectory.js.map +1 -1
- package/out/language-server/agenticChat/tools/toolServer.js +14 -5
- package/out/language-server/agenticChat/tools/toolServer.js.map +1 -1
- package/out/language-server/agenticChat/tools/toolShared.d.ts +1 -1
- package/out/language-server/agenticChat/tools/toolShared.js +2 -2
- package/out/language-server/agenticChat/tools/toolShared.js.map +1 -1
- package/out/language-server/chat/chatController.d.ts +1 -1
- package/out/language-server/chat/chatController.js.map +1 -1
- package/out/language-server/chat/chatSessionService.d.ts +13 -0
- package/out/language-server/chat/chatSessionService.js +28 -4
- package/out/language-server/chat/chatSessionService.js.map +1 -1
- package/out/language-server/chat/contexts/triggerContext.js +1 -0
- package/out/language-server/chat/contexts/triggerContext.js.map +1 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.d.ts +5 -4
- package/out/language-server/chat/telemetry/chatTelemetryController.js +29 -5
- package/out/language-server/chat/telemetry/chatTelemetryController.js.map +1 -1
- package/out/language-server/inline-completion/codePercentage.js +1 -0
- package/out/language-server/inline-completion/codePercentage.js.map +1 -1
- package/out/language-server/inline-completion/codeWhispererServer.d.ts +1 -0
- package/out/language-server/inline-completion/codeWhispererServer.js +55 -19
- package/out/language-server/inline-completion/codeWhispererServer.js.map +1 -1
- package/out/language-server/inline-completion/session/sessionManager.d.ts +5 -1
- package/out/language-server/inline-completion/session/sessionManager.js +4 -0
- package/out/language-server/inline-completion/session/sessionManager.js.map +1 -1
- package/out/language-server/localProjectContext/localProjectContextServer.js +8 -8
- package/out/language-server/localProjectContext/localProjectContextServer.js.map +1 -1
- package/out/language-server/workspaceContext/artifactManager.d.ts +1 -1
- package/out/language-server/workspaceContext/artifactManager.js +55 -22
- package/out/language-server/workspaceContext/artifactManager.js.map +1 -1
- package/out/language-server/workspaceContext/client.d.ts +1 -2
- package/out/language-server/workspaceContext/client.js +8 -16
- package/out/language-server/workspaceContext/client.js.map +1 -1
- package/out/language-server/workspaceContext/dependency/dependencyDiscoverer.d.ts +2 -0
- package/out/language-server/workspaceContext/dependency/dependencyDiscoverer.js +11 -1
- package/out/language-server/workspaceContext/dependency/dependencyDiscoverer.js.map +1 -1
- package/out/language-server/workspaceContext/dependency/dependencyHandler/DependencyWatcher.d.ts +17 -0
- package/out/language-server/workspaceContext/dependency/dependencyHandler/DependencyWatcher.js +75 -0
- package/out/language-server/workspaceContext/dependency/dependencyHandler/DependencyWatcher.js.map +1 -0
- package/out/language-server/workspaceContext/dependency/dependencyHandler/JSTSDependencyHandler.js +9 -9
- package/out/language-server/workspaceContext/dependency/dependencyHandler/JSTSDependencyHandler.js.map +1 -1
- package/out/language-server/workspaceContext/dependency/dependencyHandler/JavaDependencyHandler.js +9 -9
- package/out/language-server/workspaceContext/dependency/dependencyHandler/JavaDependencyHandler.js.map +1 -1
- package/out/language-server/workspaceContext/dependency/dependencyHandler/LanguageDependencyHandler.d.ts +7 -5
- package/out/language-server/workspaceContext/dependency/dependencyHandler/LanguageDependencyHandler.js +21 -15
- package/out/language-server/workspaceContext/dependency/dependencyHandler/LanguageDependencyHandler.js.map +1 -1
- package/out/language-server/workspaceContext/dependency/dependencyHandler/LanguageDependencyHandlerFactory.d.ts +1 -1
- package/out/language-server/workspaceContext/dependency/dependencyHandler/LanguageDependencyHandlerFactory.js +4 -4
- package/out/language-server/workspaceContext/dependency/dependencyHandler/LanguageDependencyHandlerFactory.js.map +1 -1
- package/out/language-server/workspaceContext/dependency/dependencyHandler/PythonDependencyHandler.js +38 -29
- package/out/language-server/workspaceContext/dependency/dependencyHandler/PythonDependencyHandler.js.map +1 -1
- package/out/language-server/workspaceContext/javaManager.js +1 -1
- package/out/language-server/workspaceContext/javaManager.js.map +1 -1
- package/out/language-server/workspaceContext/util.d.ts +1 -0
- package/out/language-server/workspaceContext/util.js +12 -6
- package/out/language-server/workspaceContext/util.js.map +1 -1
- package/out/language-server/workspaceContext/workspaceContextServer.js +266 -236
- package/out/language-server/workspaceContext/workspaceContextServer.js.map +1 -1
- package/out/language-server/workspaceContext/workspaceFolderManager.d.ts +21 -50
- package/out/language-server/workspaceContext/workspaceFolderManager.js +254 -496
- package/out/language-server/workspaceContext/workspaceFolderManager.js.map +1 -1
- package/out/shared/languageDetection.d.ts +1 -1
- package/out/shared/languageDetection.js +4 -0
- package/out/shared/languageDetection.js.map +1 -1
- package/out/shared/localProjectContextController.d.ts +5 -3
- package/out/shared/localProjectContextController.js +47 -21
- package/out/shared/localProjectContextController.js.map +1 -1
- package/out/shared/telemetry/telemetryService.d.ts +10 -1
- package/out/shared/telemetry/telemetryService.js +36 -7
- package/out/shared/telemetry/telemetryService.js.map +1 -1
- package/out/shared/telemetry/types.d.ts +39 -0
- package/out/shared/telemetry/types.js +1 -0
- package/out/shared/telemetry/types.js.map +1 -1
- package/package.json +8 -6
- package/out/language-server/agenticChat/tools/fileSearch.js.map +0 -1
- package/out/shared/initializeUtils.d.ts +0 -3
- package/out/shared/initializeUtils.js +0 -32
- package/out/shared/initializeUtils.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspaceContextServer.js","sourceRoot":"","sources":["../../../src/language-server/workspaceContext/workspaceContextServer.ts"],"names":[],"mappings":";;;AAOA,iCAA6G;AAC7G,uDAAwG;AACxG,qEAAiE;AACjE,2CAAgC;AAChC,4EAAwE;AACxE,sEAAmF;AACnF,gEAAmE;AACnE,8CAA4C;AAC5C,8GAA0G;AAE1G,MAAM,+BAA+B,GAAG,wBAAwB,CAAA;AAEzD,MAAM,sBAAsB,GAAG,GAAW,EAAE,CAAC,QAAQ,CAAC,EAAE;IAC3D,MAAM,EAAE,mBAAmB,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,gBAAgB,EAAE,GAAG,QAAQ,CAAA;IAE5F,IAAI,gBAAgB,GAAsB,EAAE,CAAA;IAC5C,IAAI,eAAgC,CAAA;IACpC,IAAI,oBAA0C,CAAA;IAC9C,IAAI,sBAA8C,CAAA;IAClD,IAAI,qBAAqB,GAAY,KAAK,CAAA;IAC1C,IAAI,SAAS,GAAY,KAAK,CAAA;IAC9B,IAAI,kBAAkB,GAAG,KAAK,CAAA;IAC9B,IAAI,gBAAgB,GAAG,KAAK,CAAA;IAC5B,IAAI,qBAAiD,CAAA;IAErD,GAAG,CAAC,cAAc,CAAC,CAAC,MAAwB,EAAE,EAAE;QAC5C,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,IAAI,EAAE,CAAA;QAChD,IAAI,MAAM,CAAC,gBAAgB,EAAE,CAAC;YAC1B,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAA;QAC9C,CAAC;aAAM,CAAC;YACJ,OAAO,CAAC,IAAI,CAAC,gDAAgD,CAAC,CAAA;QAClE,CAAC;QAED,OAAO;YACH,YAAY,EAAE;gBACV,SAAS,EAAE;oBACP,gBAAgB,EAAE;wBACd,SAAS,EAAE,IAAI;wBACf,mBAAmB,EAAE,IAAI;qBAC5B;oBACD,cAAc,EAAE;wBACZ,SAAS,EAAE;4BACP,OAAO,EAAE;gCACL,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;gCAC9D,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE;6BACnD;yBACJ;wBACD,SAAS,EAAE;4BACP,OAAO,EAAE;gCACL,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;gCAC9D,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE;6BACnD;yBACJ;wBACD,SAAS,EAAE;4BACP,OAAO,EAAE;gCACL,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;gCAC9D,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE;6BACnD;yBACJ;qBACJ;iBACJ;aACJ;YACD,qBAAqB,EAAE;gBACnB,qBAAqB,EAAE,EAAE,QAAQ,EAAE,CAAC,+BAA+B,CAAC,EAAE;aACzE;SACJ,CAAA;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,UAAU,CAAC,4BAA4B,CACvC,KAAK,EAAE,MAAwC,EAAE,KAAwB,EAAE,EAAE;QACzE,IAAI,MAAM,CAAC,OAAO,KAAK,+BAA+B,EAAE,CAAC;YACrD,MAAM,YAAY,GAAG,sBAAsB,CAAC,aAAa,EAAE,CAAA;YAE3D,oEAAoE;YACpE,iGAAiG;YACjG,0GAA0G;YAC1G,iHAAiH;YACjH,iFAAiF;YACjF,MAAM,cAAc,GAAG,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC;iBAC1C,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC,EAAE,EAAE,CAAC,cAAc,CAAC,eAAe,EAAE,WAAW,EAAE,CAAC;iBAC9E,GAAG,CAAC,CAAC,CAAC,aAAa,EAAE,cAAc,CAAC,EAAE,EAAE,CAAC,CAAC;gBACvC,aAAa;gBACb,WAAW,EAAE,cAAc,CAAC,WAAW,IAAI,EAAE;aAChD,CAAC,CAAC,CAAA;YAEP,OAAO;gBACH,UAAU,EAAE,cAAc;aAC7B,CAAA;QACL,CAAC;QACD,OAAO;YACH,SAAS,EAAE,EAAE;SAChB,CAAA;IACL,CAAC,CACJ,CAAA;IAED,MAAM,mBAAmB,GAAG,KAAK,IAAI,EAAE;QACnC,IAAI,CAAC;YACD,IAAI,sBAAsB,GAAG,CAAC,MAAM,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,0BAA0B,CAAC,CAAC,IAAI,KAAK,CAAA;YACxG,MAAM,eAAe,GAAG,MAAM,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAAA;YACjF,IAAI,eAAe,EAAE,CAAC;gBAClB,sBAAsB,GAAG,sBAAsB,IAAI,eAAe,CAAC,kBAAkB,CAAC,CAAA;YAC1F,CAAC;YAED,gDAAgD;YAChD,SAAS,GAAG,IAAI,CAAA;YAChB,8CAA8C;YAE9C,IAAI,CAAC,SAAS,EAAE,CAAC;gBACb,qBAAqB,GAAG,KAAK,CAAA;gBAC7B,MAAM,sBAAsB,CAAC,0BAA0B,EAAE,CAAA;YAC7D,CAAC;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,KAAK,CAAC,8BAA8B,KAAK,EAAE,CAAC,CAAA;QACxD,CAAC;IACL,CAAC,CAAA;IAED,MAAM,iBAAiB,GAAG,KAAK,IAAI,EAAE;QACjC,IAAI,kBAAkB,EAAE,CAAC;YACrB,OAAM;QACV,CAAC;QAED,IAAI,CAAC;YACD,MAAM,YAAY,GAAG,IAAA,eAAO,EAAC,GAAG,CAAC,yBAAyB,EAAE,CAAC,CAAA;YAC7D,MAAM,WAAW,GAAG,IAAA,sCAAqB,EAAC,YAAY,EAAE,OAAO,CAAC,QAAQ,EAAE,eAAe,CAAC,IAAI;gBAC1F,WAAW,EAAE,QAAQ;gBACrB,eAAe,EAAE,KAAK;gBACtB,OAAO,EAAE,eAAe;aAC3B,CAAA;YAED,MAAM,MAAM,GAAG,MAAM,qBAAqB,CAAC,uBAAuB,EAAE,CAAC,sBAAsB,CAAC,EAAE,WAAW,EAAE,CAAC,CAAA;YAC5G,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,CAAC,CAAA;YACxC,gBAAgB;gBACZ,MAAM,CAAC,kBAAkB,EAAE,IAAI,CAC3B,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,OAAO,KAAK,6BAA6B,IAAI,OAAO,CAAC,SAAS,KAAK,WAAW,CACpG,IAAI,KAAK,CAAA;YACd,OAAO,CAAC,GAAG,CAAC,wBAAwB,gBAAgB,EAAE,CAAC,CAAA;YACvD,kBAAkB,GAAG,IAAI,CAAA;QAC7B,CAAC;QAAC,OAAO,KAAU,EAAE,CAAC;YAClB,OAAO,CAAC,KAAK,CAAC,oCAAoC,KAAK,CAAC,IAAI,EAAE,CAAC,CAAA;YAC/D,gBAAgB,GAAG,KAAK,CAAA;YACxB,kBAAkB,GAAG,IAAI,CAAA;QAC7B,CAAC;IACL,CAAC,CAAA;IAED,MAAM,iCAAiC,GAAG,GAAG,EAAE;QAC3C,OAAO,CACH,SAAS;YACT,IAAA,iCAA0B,EAAC,mBAAmB,CAAC;YAC/C,gBAAgB;YAChB,CAAC,sBAAsB,CAAC,eAAe,EAAE,CAC5C,CAAA;IACL,CAAC,CAAA;IAED,GAAG,CAAC,aAAa,CAAC,KAAK,EAAC,MAAM,EAAC,EAAE;QAC7B,qBAAqB,GAAG,uDAA0B,CAAC,WAAW,EAAE,CAAA;QAEhE,eAAe,GAAG,IAAI,iCAAe,CAAC,SAAS,EAAE,OAAO,EAAE,gBAAgB,CAAC,CAAA;QAC3E,oBAAoB,GAAG,IAAI,2CAAoB,CAAC,SAAS,EAAE,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC,CAAA;QACtG,sBAAsB,GAAG,+CAAsB,CAAC,cAAc,CAC1D,qBAAqB,EACrB,OAAO,EACP,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,mBAAmB,CACtB,CAAA;QACD,MAAM,mBAAmB,EAAE,CAAA;QAE3B,GAAG,CAAC,SAAS,CAAC,2BAA2B,CAAC,KAAK,EAAC,MAAM,EAAC,EAAE;YACrD,MAAM,YAAY,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,CAAA;YAEvC,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAC1B,gBAAgB,CAAC,IAAI,CAAC,GAAG,YAAY,CAAC,CAAA;YAC1C,CAAC;YAED,MAAM,cAAc,GAAG,MAAM,CAAC,KAAK,CAAC,OAAO,CAAA;YAC3C,IAAI,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAC5B,KAAK,MAAM,MAAM,IAAI,cAAc,EAAE,CAAC;oBAClC,MAAM,KAAK,GAAG,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,KAAK,MAAM,CAAC,GAAG,CAAC,CAAA;oBACnE,IAAI,KAAK,KAAK,CAAC,CAAC,EAAE,CAAC;wBACf,gBAAgB,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAA;oBACrC,CAAC;gBACL,CAAC;YACL,CAAC;YAED,sBAAsB,CAAC,sBAAsB,CAAC,gBAAgB,CAAC,CAAA;YAE/D,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;gBACvC,OAAM;YACV,CAAC;YAED,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAC1B,MAAM,sBAAsB,CAAC,0BAA0B,CAAC,YAAY,CAAC,CAAA;YACzE,CAAC;YACD,IAAI,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAC5B,MAAM,sBAAsB,CAAC,+BAA+B,CAAC,cAAc,CAAC,CAAA;YAChF,CAAC;QACL,CAAC,CAAC,CAAA;QACF;;;;;;;WAOG;QACH,WAAW,CAAC,KAAK,IAAI,EAAE;YACnB,IAAI,CAAC,SAAS,EAAE,CAAC;gBACb,OAAM;YACV,CAAC;YACD,MAAM,UAAU,GAAG,IAAA,iCAA0B,EAAC,mBAAmB,CAAC,CAAA;YAClE,IAAI,UAAU,IAAI,CAAC,qBAAqB,EAAE,CAAC;gBACvC,IAAI,CAAC;oBACD,sJAAsJ;oBACtJ,qGAAqG;oBACrG,qBAAqB,CAAC,uBAAuB,EAAE,CAAA;gBACnD,CAAC;gBAAC,OAAO,CAAC,EAAE,CAAC;oBACT,OAAM;gBACV,CAAC;gBAED,MAAM,iBAAiB,EAAE,CAAA;gBACzB,qBAAqB,GAAG,IAAI,CAAA;gBAE5B,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;oBACvC,OAAM;gBACV,CAAC;gBAED,OAAO,CAAC,GAAG,CAAC,wCAAwC,CAAC,CAAA;gBACrD,eAAe,CAAC,sBAAsB,CAAC,gBAAgB,CAAC,CAAA;gBACxD,sBAAsB,CAAC,0BAA0B,CAAC,gBAAgB,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;oBAC9E,OAAO,CAAC,KAAK,CAAC,iDAAiD,KAAK,EAAE,CAAC,CAAA;gBAC3E,CAAC,CAAC,CAAA;YACN,CAAC;iBAAM,IAAI,CAAC,UAAU,EAAE,CAAC;gBACrB,IAAI,qBAAqB,EAAE,CAAC;oBACxB,wHAAwH;oBACxH,4DAA4D;oBAC5D,MAAM,sBAAsB,CAAC,0BAA0B,EAAE,CAAA;gBAC7D,CAAC;gBACD,qBAAqB,GAAG,KAAK,CAAA;YACjC,CAAC;QACL,CAAC,EAAE,IAAI,CAAC,CAAA;IACZ,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAA;IAE/C,GAAG,CAAC,qBAAqB,CAAC,KAAK,EAAC,KAAK,EAAC,EAAE;QACpC,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;YACvC,OAAM;QACV,CAAC;QAED,MAAM,mBAAmB,GAAG,IAAA,sDAAkC,EAAC,KAAK,CAAC,YAAY,CAAC,GAAG,CAAC,CAAA;QACtF,IAAI,CAAC,mBAAmB,IAAI,CAAC,uDAAqC,CAAC,QAAQ,CAAC,mBAAmB,CAAC,EAAE,CAAC;YAC/F,OAAM;QACV,CAAC;QAED,OAAO,CAAC,GAAG,CAAC,8BAA8B,KAAK,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC,CAAA;QAEnE,MAAM,MAAM,GAAG,sBAAsB,CAAC,yBAAyB,CAAC,KAAK,CAAC,YAAY,CAAC,GAAG,EAAE,gBAAgB,CAAC,CAAA;QACzG,IAAI,CAAC,MAAM,EAAE,CAAC;YACV,OAAO,CAAC,GAAG,CAAC,0BAA0B,KAAK,CAAC,YAAY,CAAC,GAAG,4BAA4B,CAAC,CAAA;YACzF,OAAM;QACV,CAAC;QACD,MAAM,EAAE,gBAAgB,EAAE,aAAa,EAAE,GAAG,MAAM,CAAA;QAElD,MAAM,YAAY,GAAG,MAAM,eAAe,CAAC,cAAc,CAAC,aAAa,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,CAAC,CAAA;QAChG,MAAM,KAAK,GAAG,MAAM,sBAAsB,CAAC,UAAU,CAAC,YAAY,CAAC,CAAA;QACnE,IAAI,CAAC,KAAK,EAAE,CAAC;YACT,OAAM;QACV,CAAC;QAED,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC;YAC3B,MAAM,EAAE,sBAAsB;YAC9B,MAAM,EAAE;gBACJ,YAAY,EAAE,EAAE,GAAG,EAAE,IAAA,sBAAe,EAAC,YAAY,CAAC,eAAe,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,CAAC,EAAE;gBAC5F,uBAAuB,EAAE;oBACrB,WAAW,EAAE,gBAAgB,CAAC,WAAW;oBACzC,MAAM,EAAE,IAAA,eAAQ,EAAC,KAAK,CAAC;oBACvB,mBAAmB,EAAE,mBAAmB;iBAC3C;aACJ;SACJ,CAAC,CAAA;QACF,IAAI,CAAC,gBAAgB,CAAC,eAAe,EAAE,CAAC;YACpC,OAAO,CAAC,GAAG,CAAC,0CAA0C,aAAa,CAAC,GAAG,mCAAmC,CAAC,CAAA;YAC3G,gBAAgB,CAAC,YAAY,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;QAChD,CAAC;aAAM,CAAC;YACJ,gBAAgB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;gBACzD,OAAO,CAAC,KAAK,CAAC,wCAAwC,KAAK,EAAE,CAAC,CAAA;YAClE,CAAC,CAAC,CAAA;QACN,CAAC;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAC,KAAK,EAAC,EAAE;QACzC,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;YACvC,OAAM;QACV,CAAC;QACD,OAAO,CAAC,GAAG,CAAC,2CAA2C,KAAK,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAA;QAE5E,KAAK,MAAM,IAAI,IAAI,KAAK,CAAC,KAAK,EAAE,CAAC;YAC7B,MAAM,KAAK,GAAG,IAAA,kBAAW,EAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YACnC,MAAM,MAAM,GAAG,sBAAsB,CAAC,yBAAyB,CAAC,IAAI,CAAC,GAAG,EAAE,gBAAgB,CAAC,CAAA;YAC3F,IAAI,CAAC,MAAM,EAAE,CAAC;gBACV,SAAQ;YACZ,CAAC;YACD,MAAM,EAAE,gBAAgB,EAAE,aAAa,EAAE,GAAG,MAAM,CAAA;YAElD,IAAI,aAAa,GAAmB,EAAE,CAAA;YACtC,IAAI,KAAK,IAAI,IAAA,uBAAgB,EAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;gBACtC,SAAQ;YACZ,CAAC;iBAAM,IAAI,KAAK,EAAE,CAAC;gBACf,aAAa,GAAG,MAAM,eAAe,CAAC,iBAAiB,CAAC,CAAC,gBAAG,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;YAClF,CAAC;iBAAM,CAAC;gBACJ,aAAa,GAAG,CAAC,MAAM,eAAe,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAA;YACnF,CAAC;YAED,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;gBACvC,MAAM,KAAK,GAAG,MAAM,sBAAsB,CAAC,UAAU,CAAC,YAAY,CAAC,CAAA;gBACnE,IAAI,CAAC,KAAK,EAAE,CAAC;oBACT,SAAQ;gBACZ,CAAC;gBAED,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC;oBAC3B,MAAM,EAAE,0BAA0B;oBAClC,MAAM,EAAE;wBACJ,KAAK,EAAE;4BACH;gCACI,GAAG,EAAE,IAAA,sBAAe,EAAC,YAAY,CAAC,eAAe,EAAE,IAAI,CAAC,GAAG,CAAC;6BAC/D;yBACJ;wBACD,uBAAuB,EAAE;4BACrB,WAAW,EAAE,gBAAgB,CAAC,WAAW;4BACzC,MAAM,EAAE,IAAA,eAAQ,EAAC,KAAK,CAAC;4BACvB,mBAAmB,EAAE,YAAY,CAAC,QAAQ;yBAC7C;qBACJ;iBACJ,CAAC,CAAA;gBACF,IAAI,CAAC,gBAAgB,CAAC,eAAe,EAAE,CAAC;oBACpC,OAAO,CAAC,GAAG,CACP,0CAA0C,aAAa,CAAC,GAAG,0CAA0C,CACxG,CAAA;oBACD,gBAAgB,CAAC,YAAY,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;gBAChD,CAAC;qBAAM,CAAC;oBACJ,gBAAgB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;wBACzD,OAAO,CAAC,KAAK,CAAC,+CAA+C,KAAK,EAAE,CAAC,CAAA;oBACzE,CAAC,CAAC,CAAA;gBACN,CAAC;YACL,CAAC;QACL,CAAC;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAC,KAAK,EAAC,EAAE;QACzC,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;YACvC,OAAM;QACV,CAAC;QAED,OAAO,CAAC,GAAG,CAAC,2CAA2C,KAAK,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAA;QAE5E,KAAK,MAAM,IAAI,IAAI,KAAK,CAAC,KAAK,EAAE,CAAC;YAC7B,MAAM,MAAM,GAAG,sBAAsB,CAAC,yBAAyB,CAAC,IAAI,CAAC,GAAG,EAAE,gBAAgB,CAAC,CAAA;YAC3F,IAAI,CAAC,MAAM,EAAE,CAAC;gBACV,OAAO,CAAC,GAAG,CAAC,iDAAiD,IAAI,CAAC,GAAG,EAAE,CAAC,CAAA;gBACxE,SAAQ;YACZ,CAAC;YACD,MAAM,EAAE,gBAAgB,EAAE,aAAa,EAAE,GAAG,MAAM,CAAA;YAElD,MAAM,oBAAoB,GAAG,eAAe,CAAC,gCAAgC,CAAC,IAAI,CAAC,GAAG,EAAE,aAAa,CAAC,CAAA;YACtG,IAAI,oBAAoB,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;gBACpC,OAAO,CAAC,GAAG,CAAC,4CAA4C,IAAI,CAAC,GAAG,EAAE,CAAC,CAAA;gBACnE,SAAQ;YACZ,CAAC;YAED,kDAAkD;YAClD,KAAK,MAAM,QAAQ,IAAI,oBAAoB,EAAE,CAAC;gBAC1C,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC;oBAC3B,MAAM,EAAE,0BAA0B;oBAClC,MAAM,EAAE;wBACJ,KAAK,EAAE;4BACH;gCACI,GAAG,EAAE,IAAA,sBAAe,EAAC,aAAa,EAAE,IAAI,CAAC,GAAG,CAAC;6BAChD;yBACJ;wBACD,uBAAuB,EAAE;4BACrB,WAAW,EAAE,gBAAgB,CAAC,WAAW;4BACzC,mBAAmB,EAAE,QAAQ;yBAChC;qBACJ;iBACJ,CAAC,CAAA;gBACF,IAAI,CAAC,gBAAgB,CAAC,eAAe,EAAE,CAAC;oBACpC,OAAO,CAAC,GAAG,CACP,0CAA0C,aAAa,CAAC,GAAG,0CAA0C,CACxG,CAAA;oBACD,gBAAgB,CAAC,YAAY,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;gBAChD,CAAC;qBAAM,CAAC;oBACJ,gBAAgB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;wBACzD,OAAO,CAAC,KAAK,CAAC,+CAA+C,KAAK,EAAE,CAAC,CAAA;oBACzE,CAAC,CAAC,CAAA;gBACN,CAAC;YACL,CAAC;QACL,CAAC;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAC,KAAK,EAAC,EAAE;QACzC,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;YACvC,OAAM;QACV,CAAC;QAED,OAAO,CAAC,GAAG,CAAC,2CAA2C,KAAK,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAA;QAE5E,KAAK,MAAM,IAAI,IAAI,KAAK,CAAC,KAAK,EAAE,CAAC;YAC7B,MAAM,MAAM,GAAG,sBAAsB,CAAC,yBAAyB,CAAC,IAAI,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAA;YAC9F,IAAI,CAAC,MAAM,EAAE,CAAC;gBACV,SAAQ;YACZ,CAAC;YACD,MAAM,EAAE,gBAAgB,EAAE,aAAa,EAAE,GAAG,MAAM,CAAA;YAElD,MAAM,aAAa,GAAG,MAAM,eAAe,CAAC,YAAY,CAAC,aAAa,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAA;YACjG,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;gBACvC,MAAM,KAAK,GAAG,MAAM,sBAAsB,CAAC,UAAU,CAAC,YAAY,CAAC,CAAA;gBACnE,IAAI,CAAC,KAAK,EAAE,CAAC;oBACT,SAAQ;gBACZ,CAAC;gBACD,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC;oBAC3B,MAAM,EAAE,0BAA0B;oBAClC,MAAM,EAAE;wBACJ,KAAK,EAAE;4BACH;gCACI,OAAO,EAAE,IAAA,sBAAe,EAAC,YAAY,CAAC,eAAe,EAAE,IAAI,CAAC,MAAM,CAAC;gCACnE,OAAO,EAAE,IAAA,sBAAe,EAAC,YAAY,CAAC,eAAe,EAAE,IAAI,CAAC,MAAM,CAAC;6BACtE;yBACJ;wBACD,uBAAuB,EAAE;4BACrB,WAAW,EAAE,gBAAgB,CAAC,WAAW;4BACzC,MAAM,EAAE,IAAA,eAAQ,EAAC,KAAK,CAAC;4BACvB,mBAAmB,EAAE,YAAY,CAAC,QAAQ;yBAC7C;qBACJ;iBACJ,CAAC,CAAA;gBACF,IAAI,CAAC,gBAAgB,CAAC,eAAe,EAAE,CAAC;oBACpC,OAAO,CAAC,GAAG,CACP,0CAA0C,aAAa,CAAC,GAAG,0CAA0C,CACxG,CAAA;oBACD,gBAAgB,CAAC,YAAY,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;gBAChD,CAAC;qBAAM,CAAC;oBACJ,gBAAgB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;wBACzD,OAAO,CAAC,KAAK,CAAC,+CAA+C,KAAK,EAAE,CAAC,CAAA;oBACzE,CAAC,CAAC,CAAA;gBACN,CAAC;YACL,CAAC;QACL,CAAC;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,UAAU,CAAC,0BAA0B,CAAC,KAAK,EAAC,MAAM,EAAC,EAAE;QACrD,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;YACvC,OAAM;QACV,CAAC;QACD,OAAO,CAAC,GAAG,CAAC,iDAAiD,MAAM,CAAC,UAAU,EAAE,CAAC,CAAA;QAEjF,MAAM,eAAe,GAAG,sBAAsB,CAAC,kBAAkB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAA;QACpF,MAAM,oBAAoB,CAAC,6BAA6B,CAAC,MAAM,CAAC,eAAe,EAAE,MAAM,CAAC,KAAK,EAAE,eAAe,CAAC,CAAA;IACnH,CAAC,CAAC,CAAA;IAEF,OAAO,CAAC,GAAG,CAAC,+CAA+C,CAAC,CAAA;IAE5D,OAAO,GAAG,EAAE;QACR,sBAAsB,CAAC,0BAA0B,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;YAC9D,OAAO,CAAC,IAAI,CACR,6CAA6C,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,eAAe,EAAE,CAC1G,CAAA;QACL,CAAC,CAAC,CAAA;IACN,CAAC,CAAA;AACL,CAAC,CAAA;AAzcY,QAAA,sBAAsB,0BAyclC"}
|
|
1
|
+
{"version":3,"file":"workspaceContextServer.js","sourceRoot":"","sources":["../../../src/language-server/workspaceContext/workspaceContextServer.ts"],"names":[],"mappings":";;;AAOA,iCAAgC;AAChC,iCAA4F;AAC5F,uDAAwG;AACxG,qEAAiE;AACjE,2CAAgC;AAChC,4EAAwE;AACxE,sEAAmF;AACnF,gEAAmE;AACnE,8CAA4C;AAC5C,8GAA0G;AAE1G,MAAM,+BAA+B,GAAG,wBAAwB,CAAA;AAEzD,MAAM,sBAAsB,GAAG,GAAW,EAAE,CAAC,QAAQ,CAAC,EAAE;IAC3D,MAAM,EAAE,mBAAmB,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,gBAAgB,EAAE,GAAG,QAAQ,CAAA;IAE5F,IAAI,mBAAmB,GAAW,EAAE,CAAA;IACpC,IAAI,gBAAgB,GAAsB,EAAE,CAAA;IAC5C,IAAI,eAAgC,CAAA;IACpC,IAAI,oBAA0C,CAAA;IAC9C,IAAI,sBAA8C,CAAA;IAClD,IAAI,qBAAqB,GAAY,KAAK,CAAA;IAC1C,IAAI,SAAS,GAAY,KAAK,CAAA;IAC9B,IAAI,kBAAkB,GAAG,KAAK,CAAA;IAC9B,IAAI,gBAAgB,GAAG,KAAK,CAAA;IAC5B,IAAI,qBAAiD,CAAA;IACrD,IAAI,gBAAgB,GAAa,CAAC,oBAAoB,EAAE,wBAAwB,CAAC,CAAA;IACjF,IAAI,oBAAoB,GAAG,KAAK,CAAA;IAEhC,GAAG,CAAC,cAAc,CAAC,CAAC,MAAwB,EAAE,EAAE;QAC5C,IAAI,eAAe,GAAG,MAAM,CAAC,qBAAqB,EAAE,GAAG,EAAE,UAAU,EAAE,SAAS,CAAC,IAAI,IAAI,EAAE,CAAA;QACzF,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,eAAe,CAAC,EAAE,CAAC;YAC9C,OAAO,CAAC,IAAI,CAAC,gDAAgD,eAAe,EAAE,CAAC,CAAA;YAC/E,OAAO;gBACH,YAAY,EAAE,EAAE;aACnB,CAAA;QACL,CAAC;aAAM,CAAC;YACJ,oBAAoB,GAAG,IAAI,CAAA;QAC/B,CAAC;QAED,mBAAmB,GAAG,MAAM,CAAC,qBAAqB,EAAE,GAAG,EAAE,oBAAoB,EAAE,mBAAmB,IAAI,EAAE,CAAA;QACxG,IAAI,CAAC,mBAAmB,EAAE,CAAC;YACvB,OAAO,CAAC,IAAI,CAAC,6EAA6E,CAAC,CAAA;YAC3F,mBAAmB,GAAG,MAAM,CAAC,UAAU,EAAE,CAAA;QAC7C,CAAC;QAED,MAAM,OAAO,GAAG,SAAS,CAAC,sBAAsB,EAAE,CAAA;QAClD,gBAAgB,GAAG,OAAO,IAAI,MAAM,CAAC,gBAAgB,IAAI,EAAE,CAAA;QAE3D,IAAI,CAAC,OAAO,EAAE,CAAC;YACX,OAAO,CAAC,IAAI,CAAC,gDAAgD,CAAC,CAAA;QAClE,CAAC;QAED,OAAO;YACH,YAAY,EAAE;gBACV,SAAS,EAAE;oBACP,gBAAgB,EAAE;wBACd,SAAS,EAAE,IAAI;wBACf,mBAAmB,EAAE,IAAI;qBAC5B;oBACD,cAAc,EAAE;wBACZ,SAAS,EAAE;4BACP,OAAO,EAAE;gCACL,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;gCAC9D,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE;6BACnD;yBACJ;wBACD,SAAS,EAAE;4BACP,OAAO,EAAE;gCACL,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;gCAC9D,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE;6BACnD;yBACJ;wBACD,SAAS,EAAE;4BACP,OAAO,EAAE;gCACL,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;gCAC9D,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE;6BACnD;yBACJ;qBACJ;iBACJ;aACJ;YACD,qBAAqB,EAAE;gBACnB,qBAAqB,EAAE,EAAE,QAAQ,EAAE,CAAC,+BAA+B,CAAC,EAAE;aACzE;SACJ,CAAA;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,UAAU,CAAC,4BAA4B,CACvC,KAAK,EAAE,MAAwC,EAAE,KAAwB,EAAE,EAAE;QACzE,IAAI,MAAM,CAAC,OAAO,KAAK,+BAA+B,EAAE,CAAC;YACrD,oFAAoF;YACpF,IACI,CAAC,sBAAsB,CAAC,iBAAiB,EAAE,CAAC,eAAe,EAAE,WAAW,EAAE;gBAC1E,CAAC,sBAAsB,CAAC,iBAAiB,EAAE,CAAC,WAAW,EACzD,CAAC;gBACC,OAAO;oBACH,UAAU,EAAE,EAAE;iBACjB,CAAA;YACL,CAAC;YAED,OAAO;gBACH,UAAU,EAAE,gBAAgB,CAAC,GAAG,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;oBACjD,aAAa,EAAE,eAAe,CAAC,GAAG;oBAClC,WAAW,EAAE,sBAAsB,CAAC,iBAAiB,EAAE,CAAC,WAAW;iBACtE,CAAC,CAAC;aACN,CAAA;QACL,CAAC;QACD,OAAO;YACH,SAAS,EAAE,EAAE;SAChB,CAAA;IACL,CAAC,CACJ,CAAA;IAED,MAAM,mBAAmB,GAAG,KAAK,IAAI,EAAE;QACnC,IAAI,CAAC;YACD,IAAI,sBAAsB,GAAG,CAAC,MAAM,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,0BAA0B,CAAC,CAAC,IAAI,KAAK,CAAA;YACxG,MAAM,eAAe,GAAG,MAAM,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAAA;YACjF,IAAI,eAAe,EAAE,CAAC;gBAClB,sBAAsB,GAAG,sBAAsB,IAAI,eAAe,CAAC,kBAAkB,CAAC,CAAA;YAC1F,CAAC;YAED,gDAAgD;YAChD,SAAS,GAAG,IAAI,CAAA;YAChB,8CAA8C;YAE9C,IAAI,CAAC,SAAS,EAAE,CAAC;gBACb,qBAAqB,GAAG,KAAK,CAAA;gBAC7B,MAAM,sBAAsB,CAAC,0BAA0B,EAAE,CAAA;YAC7D,CAAC;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,KAAK,CAAC,8BAA8B,KAAK,EAAE,CAAC,CAAA;QACxD,CAAC;IACL,CAAC,CAAA;IAED,MAAM,iBAAiB,GAAG,KAAK,IAAI,EAAE;QACjC,IAAI,kBAAkB,EAAE,CAAC;YACrB,OAAM;QACV,CAAC;QAED,IAAI,CAAC;YACD,MAAM,YAAY,GAAG,IAAA,eAAO,EAAC,GAAG,CAAC,yBAAyB,EAAE,CAAC,CAAA;YAC7D,MAAM,WAAW,GAAG,IAAA,sCAAqB,EAAC,YAAY,EAAE,OAAO,CAAC,QAAQ,EAAE,eAAe,CAAC,IAAI;gBAC1F,WAAW,EAAE,QAAQ;gBACrB,eAAe,EAAE,KAAK;gBACtB,OAAO,EAAE,eAAe;aAC3B,CAAA;YAED,MAAM,MAAM,GAAG,MAAM,qBAAqB,CAAC,uBAAuB,EAAE,CAAC,sBAAsB,CAAC,EAAE,WAAW,EAAE,CAAC,CAAA;YAC5G,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,CAAC,CAAA;YACxC,gBAAgB;gBACZ,MAAM,CAAC,kBAAkB,EAAE,IAAI,CAC3B,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,OAAO,KAAK,6BAA6B,IAAI,OAAO,CAAC,SAAS,KAAK,WAAW,CACpG,IAAI,KAAK,CAAA;YACd,OAAO,CAAC,IAAI,CAAC,wBAAwB,gBAAgB,EAAE,CAAC,CAAA;YACxD,kBAAkB,GAAG,IAAI,CAAA;QAC7B,CAAC;QAAC,OAAO,KAAU,EAAE,CAAC;YAClB,OAAO,CAAC,KAAK,CAAC,oCAAoC,KAAK,CAAC,IAAI,EAAE,CAAC,CAAA;YAC/D,gBAAgB,GAAG,KAAK,CAAA;YACxB,kBAAkB,GAAG,IAAI,CAAA;QAC7B,CAAC;IACL,CAAC,CAAA;IAED,MAAM,iCAAiC,GAAG,GAAG,EAAE;QAC3C,OAAO,CACH,SAAS;YACT,IAAA,iCAA0B,EAAC,mBAAmB,CAAC;YAC/C,gBAAgB;YAChB,CAAC,sBAAsB,CAAC,eAAe,EAAE;YACzC,mBAAmB,CACtB,CAAA;IACL,CAAC,CAAA;IAED,GAAG,CAAC,aAAa,CAAC,KAAK,EAAC,MAAM,EAAC,EAAE;QAC7B,IAAI,CAAC;YACD,IAAI,CAAC,oBAAoB,EAAE,CAAC;gBACxB,OAAO,EAAE,CAAA;YACb,CAAC;YACD,qBAAqB,GAAG,uDAA0B,CAAC,WAAW,EAAE,CAAA;YAEhE,eAAe,GAAG,IAAI,iCAAe,CAAC,SAAS,EAAE,OAAO,EAAE,gBAAgB,CAAC,CAAA;YAC3E,oBAAoB,GAAG,IAAI,2CAAoB,CAAC,SAAS,EAAE,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC,CAAA;YACtG,sBAAsB,GAAG,+CAAsB,CAAC,cAAc,CAC1D,qBAAqB,EACrB,OAAO,EACP,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,CACtB,CAAA;YACD,MAAM,mBAAmB,EAAE,CAAA;YAE3B,GAAG,CAAC,SAAS,CAAC,2BAA2B,CAAC,KAAK,EAAC,MAAM,EAAC,EAAE;gBACrD,MAAM,YAAY,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,CAAA;gBAEvC,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBAC1B,gBAAgB,CAAC,IAAI,CAAC,GAAG,YAAY,CAAC,CAAA;gBAC1C,CAAC;gBAED,MAAM,cAAc,GAAG,MAAM,CAAC,KAAK,CAAC,OAAO,CAAA;gBAC3C,IAAI,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBAC5B,KAAK,MAAM,MAAM,IAAI,cAAc,EAAE,CAAC;wBAClC,MAAM,KAAK,GAAG,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,KAAK,MAAM,CAAC,GAAG,CAAC,CAAA;wBACnE,IAAI,KAAK,KAAK,CAAC,CAAC,EAAE,CAAC;4BACf,gBAAgB,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAA;wBACrC,CAAC;oBACL,CAAC;gBACL,CAAC;gBAED,sBAAsB,CAAC,sBAAsB,CAAC,gBAAgB,CAAC,CAAA;gBAE/D,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;oBACvC,OAAM;gBACV,CAAC;gBAED,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBAC1B,MAAM,sBAAsB,CAAC,0BAA0B,CAAC,YAAY,CAAC,CAAA;gBACzE,CAAC;gBACD,IAAI,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBAC5B,MAAM,sBAAsB,CAAC,+BAA+B,CAAC,cAAc,CAAC,CAAA;gBAChF,CAAC;YACL,CAAC,CAAC,CAAA;YACF;;;;;;;eAOG;YACH,WAAW,CAAC,KAAK,IAAI,EAAE;gBACnB,IAAI,CAAC,SAAS,EAAE,CAAC;oBACb,OAAM;gBACV,CAAC;gBACD,MAAM,UAAU,GAAG,IAAA,iCAA0B,EAAC,mBAAmB,CAAC,CAAA;gBAClE,IAAI,UAAU,IAAI,CAAC,qBAAqB,EAAE,CAAC;oBACvC,IAAI,CAAC;wBACD,sJAAsJ;wBACtJ,qGAAqG;wBACrG,qBAAqB,CAAC,uBAAuB,EAAE,CAAA;oBACnD,CAAC;oBAAC,OAAO,CAAC,EAAE,CAAC;wBACT,OAAM;oBACV,CAAC;oBAED,MAAM,iBAAiB,EAAE,CAAA;oBACzB,qBAAqB,GAAG,IAAI,CAAA;oBAE5B,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;wBACvC,OAAM;oBACV,CAAC;oBAED,sBAAsB,CAAC,gCAAgC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;wBACpE,OAAO,CAAC,KAAK,CAAC,yDAAyD,KAAK,EAAE,CAAC,CAAA;oBACnF,CAAC,CAAC,CAAA;oBACF,OAAO,CAAC,GAAG,CAAC,wCAAwC,CAAC,CAAA;oBACrD,eAAe,CAAC,sBAAsB,CAAC,gBAAgB,CAAC,CAAA;oBACxD,sBAAsB,CAAC,0BAA0B,CAAC,gBAAgB,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;wBAC9E,OAAO,CAAC,KAAK,CAAC,iDAAiD,KAAK,EAAE,CAAC,CAAA;oBAC3E,CAAC,CAAC,CAAA;gBACN,CAAC;qBAAM,IAAI,CAAC,UAAU,EAAE,CAAC;oBACrB,IAAI,qBAAqB,EAAE,CAAC;wBACxB,wHAAwH;wBACxH,4DAA4D;wBAC5D,MAAM,sBAAsB,CAAC,0BAA0B,EAAE,CAAA;oBAC7D,CAAC;oBACD,qBAAqB,GAAG,KAAK,CAAA;gBACjC,CAAC;YACL,CAAC,EAAE,IAAI,CAAC,CAAA;QACZ,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,KAAK,CAAC,kDAAkD,KAAK,EAAE,CAAC,CAAA;QAC5E,CAAC;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,CAAA;IAE/C,GAAG,CAAC,qBAAqB,CAAC,KAAK,EAAC,KAAK,EAAC,EAAE;QACpC,IAAI,CAAC;YACD,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;gBACvC,OAAM;YACV,CAAC;YAED,MAAM,mBAAmB,GAAG,IAAA,sDAAkC,EAAC,KAAK,CAAC,YAAY,CAAC,GAAG,CAAC,CAAA;YACtF,IAAI,CAAC,mBAAmB,IAAI,CAAC,uDAAqC,CAAC,QAAQ,CAAC,mBAAmB,CAAC,EAAE,CAAC;gBAC/F,OAAM;YACV,CAAC;YAED,OAAO,CAAC,GAAG,CAAC,8BAA8B,KAAK,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC,CAAA;YAEnE,MAAM,eAAe,GAAG,sBAAsB,CAAC,kBAAkB,CAAC,KAAK,CAAC,YAAY,CAAC,GAAG,EAAE,gBAAgB,CAAC,CAAA;YAC3G,IAAI,CAAC,eAAe,EAAE,CAAC;gBACnB,OAAO,CAAC,GAAG,CAAC,gCAAgC,KAAK,CAAC,YAAY,CAAC,GAAG,4BAA4B,CAAC,CAAA;gBAC/F,OAAM;YACV,CAAC;YACD,MAAM,WAAW,GAAG,MAAM,sBAAsB,CAAC,wBAAwB,EAAE,CAAA;YAE3E,MAAM,YAAY,GAAG,MAAM,eAAe,CAAC,cAAc,CAAC,eAAe,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,CAAC,CAAA;YAClG,MAAM,KAAK,GAAG,MAAM,sBAAsB,CAAC,UAAU,CAAC,YAAY,CAAC,CAAA;YACnE,IAAI,CAAC,KAAK,EAAE,CAAC;gBACT,OAAM;YACV,CAAC;YAED,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC;gBAC3B,MAAM,EAAE,sBAAsB;gBAC9B,MAAM,EAAE;oBACJ,YAAY,EAAE;wBACV,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG;qBAC9B;oBACD,uBAAuB,EAAE;wBACrB,WAAW,EAAE,WAAW;wBACxB,MAAM,EAAE,IAAA,eAAQ,EAAC,KAAK,CAAC;wBACvB,mBAAmB,EAAE,mBAAmB;qBAC3C;iBACJ;aACJ,CAAC,CAAA;YACF,MAAM,cAAc,GAAG,sBAAsB,CAAC,iBAAiB,EAAE,CAAA;YACjE,cAAc,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;QAC7C,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,KAAK,CAAC,8BAA8B,KAAK,EAAE,CAAC,CAAA;QACxD,CAAC;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAC,KAAK,EAAC,EAAE;QACzC,IAAI,CAAC;YACD,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;gBACvC,OAAM;YACV,CAAC;YACD,OAAO,CAAC,GAAG,CAAC,2CAA2C,KAAK,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAA;YAE5E,MAAM,cAAc,GAAG,sBAAsB,CAAC,iBAAiB,EAAE,CAAA;YACjE,KAAK,MAAM,IAAI,IAAI,KAAK,CAAC,KAAK,EAAE,CAAC;gBAC7B,MAAM,KAAK,GAAG,IAAA,kBAAW,EAAC,IAAI,CAAC,GAAG,CAAC,CAAA;gBACnC,MAAM,eAAe,GAAG,sBAAsB,CAAC,kBAAkB,CAAC,IAAI,CAAC,GAAG,EAAE,gBAAgB,CAAC,CAAA;gBAC7F,IAAI,CAAC,eAAe,EAAE,CAAC;oBACnB,SAAQ;gBACZ,CAAC;gBAED,MAAM,mBAAmB,GAAG,IAAA,sDAAkC,EAAC,IAAI,CAAC,GAAG,CAAC,CAAA;gBACxE,IAAI,CAAC,mBAAmB,IAAI,CAAC,uDAAqC,CAAC,QAAQ,CAAC,mBAAmB,CAAC,EAAE,CAAC;oBAC/F,SAAQ;gBACZ,CAAC;gBAED,IAAI,aAAa,GAAmB,EAAE,CAAA;gBACtC,IAAI,KAAK,IAAI,IAAA,uBAAgB,EAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;oBACtC,SAAQ;gBACZ,CAAC;qBAAM,IAAI,KAAK,EAAE,CAAC;oBACf,aAAa,GAAG,MAAM,eAAe,CAAC,iBAAiB,CAAC,CAAC,gBAAG,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;gBAClF,CAAC;qBAAM,CAAC;oBACJ,aAAa,GAAG,CAAC,MAAM,eAAe,CAAC,cAAc,CAAC,eAAe,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAA;gBACrF,CAAC;gBAED,MAAM,WAAW,GAAG,MAAM,sBAAsB,CAAC,wBAAwB,EAAE,CAAA;gBAC3E,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;oBACvC,MAAM,KAAK,GAAG,MAAM,sBAAsB,CAAC,UAAU,CAAC,YAAY,CAAC,CAAA;oBACnE,IAAI,CAAC,KAAK,EAAE,CAAC;wBACT,SAAQ;oBACZ,CAAC;oBAED,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC;wBAC3B,MAAM,EAAE,0BAA0B;wBAClC,MAAM,EAAE;4BACJ,KAAK,EAAE;gCACH;oCACI,GAAG,EAAE,IAAI,CAAC,GAAG;iCAChB;6BACJ;4BACD,uBAAuB,EAAE;gCACrB,WAAW,EAAE,WAAW;gCACxB,MAAM,EAAE,IAAA,eAAQ,EAAC,KAAK,CAAC;gCACvB,mBAAmB,EAAE,YAAY,CAAC,QAAQ;6BAC7C;yBACJ;qBACJ,CAAC,CAAA;oBACF,cAAc,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;gBAC7C,CAAC;YACL,CAAC;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,KAAK,CAAC,gCAAgC,KAAK,EAAE,CAAC,CAAA;QAC1D,CAAC;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAC,KAAK,EAAC,EAAE;QACzC,IAAI,CAAC;YACD,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;gBACvC,OAAM;YACV,CAAC;YAED,OAAO,CAAC,GAAG,CAAC,2CAA2C,KAAK,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAA;YAE5E,MAAM,cAAc,GAAG,sBAAsB,CAAC,iBAAiB,EAAE,CAAA;YACjE,KAAK,MAAM,IAAI,IAAI,KAAK,CAAC,KAAK,EAAE,CAAC;gBAC7B,MAAM,eAAe,GAAG,sBAAsB,CAAC,kBAAkB,CAAC,IAAI,CAAC,GAAG,EAAE,gBAAgB,CAAC,CAAA;gBAC7F,IAAI,CAAC,eAAe,EAAE,CAAC;oBACnB,OAAO,CAAC,GAAG,CAAC,iDAAiD,IAAI,CAAC,GAAG,EAAE,CAAC,CAAA;oBACxE,SAAQ;gBACZ,CAAC;gBAED,MAAM,oBAAoB,GAAG,eAAe,CAAC,gCAAgC,CAAC,IAAI,CAAC,GAAG,EAAE,eAAe,CAAC,CAAA;gBACxG,IAAI,oBAAoB,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;oBACpC,OAAO,CAAC,GAAG,CAAC,4CAA4C,IAAI,CAAC,GAAG,EAAE,CAAC,CAAA;oBACnE,SAAQ;gBACZ,CAAC;gBAED,MAAM,WAAW,GAAG,MAAM,sBAAsB,CAAC,wBAAwB,EAAE,CAAA;gBAC3E,kDAAkD;gBAClD,KAAK,MAAM,QAAQ,IAAI,oBAAoB,EAAE,CAAC;oBAC1C,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC;wBAC3B,MAAM,EAAE,0BAA0B;wBAClC,MAAM,EAAE;4BACJ,KAAK,EAAE;gCACH;oCACI,GAAG,EAAE,IAAI,CAAC,GAAG;iCAChB;6BACJ;4BACD,uBAAuB,EAAE;gCACrB,WAAW,EAAE,WAAW;gCACxB,mBAAmB,EAAE,QAAQ;6BAChC;yBACJ;qBACJ,CAAC,CAAA;oBACF,cAAc,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;gBAC7C,CAAC;YACL,CAAC;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,KAAK,CAAC,gCAAgC,KAAK,EAAE,CAAC,CAAA;QAC1D,CAAC;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAC,KAAK,EAAC,EAAE;QACzC,IAAI,CAAC;YACD,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;gBACvC,OAAM;YACV,CAAC;YAED,OAAO,CAAC,GAAG,CAAC,2CAA2C,KAAK,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAA;YAE5E,MAAM,cAAc,GAAG,sBAAsB,CAAC,iBAAiB,EAAE,CAAA;YACjE,KAAK,MAAM,IAAI,IAAI,KAAK,CAAC,KAAK,EAAE,CAAC;gBAC7B,MAAM,eAAe,GAAG,sBAAsB,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAA;gBAChG,IAAI,CAAC,eAAe,EAAE,CAAC;oBACnB,SAAQ;gBACZ,CAAC;gBAED,MAAM,aAAa,GAAG,MAAM,eAAe,CAAC,YAAY,CAAC,eAAe,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAA;gBAEnG,MAAM,WAAW,GAAG,MAAM,sBAAsB,CAAC,wBAAwB,EAAE,CAAA;gBAC3E,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;oBACvC,MAAM,KAAK,GAAG,MAAM,sBAAsB,CAAC,UAAU,CAAC,YAAY,CAAC,CAAA;oBACnE,IAAI,CAAC,KAAK,EAAE,CAAC;wBACT,SAAQ;oBACZ,CAAC;oBACD,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC;wBAC3B,MAAM,EAAE,0BAA0B;wBAClC,MAAM,EAAE;4BACJ,KAAK,EAAE;gCACH;oCACI,OAAO,EAAE,IAAI,CAAC,MAAM;oCACpB,OAAO,EAAE,IAAI,CAAC,MAAM;iCACvB;6BACJ;4BACD,uBAAuB,EAAE;gCACrB,WAAW,EAAE,WAAW;gCACxB,MAAM,EAAE,IAAA,eAAQ,EAAC,KAAK,CAAC;gCACvB,mBAAmB,EAAE,YAAY,CAAC,QAAQ;6BAC7C;yBACJ;qBACJ,CAAC,CAAA;oBACF,cAAc,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;gBAC7C,CAAC;YACL,CAAC;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,KAAK,CAAC,gCAAgC,KAAK,EAAE,CAAC,CAAA;QAC1D,CAAC;IACL,CAAC,CAAC,CAAA;IAEF,GAAG,CAAC,UAAU,CAAC,0BAA0B,CAAC,KAAK,EAAC,MAAM,EAAC,EAAE;QACrD,IAAI,CAAC;YACD,IAAI,CAAC,iCAAiC,EAAE,EAAE,CAAC;gBACvC,OAAM;YACV,CAAC;YACD,OAAO,CAAC,GAAG,CAAC,iDAAiD,MAAM,CAAC,UAAU,EAAE,CAAC,CAAA;YAEjF,MAAM,eAAe,GAAG,sBAAsB,CAAC,kBAAkB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAA;YACpF,MAAM,oBAAoB,CAAC,6BAA6B,CACpD,MAAM,CAAC,eAAe,EACtB,MAAM,CAAC,KAAK,EACZ,eAAe,CAClB,CAAA;QACL,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACb,OAAO,CAAC,KAAK,CAAC,kDAAkD,KAAK,EAAE,CAAC,CAAA;QAC5E,CAAC;IACL,CAAC,CAAC,CAAA;IAEF,OAAO,CAAC,GAAG,CAAC,+CAA+C,CAAC,CAAA;IAE5D,OAAO,GAAG,EAAE;QACR,sBAAsB,CAAC,0BAA0B,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;YAC9D,OAAO,CAAC,IAAI,CACR,6CAA6C,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,eAAe,EAAE,CAC1G,CAAA;QACL,CAAC,CAAC,CAAA;IACN,CAAC,CAAA;AACL,CAAC,CAAA;AAzeY,QAAA,sBAAsB,0BAyelC"}
|
|
@@ -7,27 +7,31 @@ import { DependencyDiscoverer } from './dependency/dependencyDiscoverer';
|
|
|
7
7
|
import { AmazonQTokenServiceManager } from '../../shared/amazonQServiceManager/AmazonQTokenServiceManager';
|
|
8
8
|
interface WorkspaceState {
|
|
9
9
|
remoteWorkspaceState: WorkspaceStatus;
|
|
10
|
+
messageQueue: any[];
|
|
10
11
|
webSocketClient?: WebSocketClient;
|
|
11
12
|
workspaceId?: string;
|
|
12
|
-
requiresS3Upload?: boolean;
|
|
13
|
-
messageQueue?: any[];
|
|
14
13
|
}
|
|
15
|
-
type WorkspaceRoot = string;
|
|
16
14
|
export declare class WorkspaceFolderManager {
|
|
17
15
|
private serviceManager;
|
|
18
16
|
private logging;
|
|
19
17
|
private artifactManager;
|
|
20
18
|
private dependencyDiscoverer;
|
|
21
|
-
private workspaceMap;
|
|
22
19
|
private static instance;
|
|
20
|
+
private readonly workspaceIdentifier;
|
|
21
|
+
private workspaceState;
|
|
22
|
+
private remoteWorkspaceIdPromise;
|
|
23
|
+
private remoteWorkspaceIdResolver;
|
|
23
24
|
private workspaceFolders;
|
|
24
25
|
private credentialsProvider;
|
|
25
26
|
private readonly INITIAL_CHECK_INTERVAL;
|
|
26
|
-
private readonly
|
|
27
|
+
private readonly INITIAL_CONNECTION_TIMEOUT;
|
|
27
28
|
private readonly CONTINUOUS_MONITOR_INTERVAL;
|
|
28
|
-
private
|
|
29
|
+
private readonly MESSAGE_PUBLISH_INTERVAL;
|
|
30
|
+
private continuousMonitorInterval;
|
|
31
|
+
private optOutMonitorInterval;
|
|
32
|
+
private messageQueueConsumerInterval;
|
|
29
33
|
private isOptedOut;
|
|
30
|
-
static createInstance(serviceManager: AmazonQTokenServiceManager, logging: Logging, artifactManager: ArtifactManager, dependencyDiscoverer: DependencyDiscoverer, workspaceFolders: WorkspaceFolder[], credentialsProvider: CredentialsProvider): WorkspaceFolderManager;
|
|
34
|
+
static createInstance(serviceManager: AmazonQTokenServiceManager, logging: Logging, artifactManager: ArtifactManager, dependencyDiscoverer: DependencyDiscoverer, workspaceFolders: WorkspaceFolder[], credentialsProvider: CredentialsProvider, workspaceIdentifier: string): WorkspaceFolderManager;
|
|
31
35
|
static getInstance(): WorkspaceFolderManager | undefined;
|
|
32
36
|
private constructor();
|
|
33
37
|
/**
|
|
@@ -36,17 +40,12 @@ export declare class WorkspaceFolderManager {
|
|
|
36
40
|
* @param workspaceFolders
|
|
37
41
|
*/
|
|
38
42
|
updateWorkspaceFolders(workspaceFolders: WorkspaceFolder[]): void;
|
|
39
|
-
|
|
40
|
-
getWorkspaceDetailsWithId(fileUri: string, workspaceFolders?: WorkspaceFolder[]): {
|
|
41
|
-
workspaceDetails: WorkspaceState;
|
|
42
|
-
workspaceRoot: WorkspaceFolder;
|
|
43
|
-
} | null;
|
|
44
|
-
getWorkspaceFolder(fileUri: string): WorkspaceFolder | undefined;
|
|
45
|
-
getWorkspaceId(workspaceFolder?: WorkspaceFolder): string | undefined;
|
|
43
|
+
getWorkspaceFolder(fileUri: string, workspaceFolders?: WorkspaceFolder[]): WorkspaceFolder | undefined;
|
|
46
44
|
getOptOutStatus(): boolean;
|
|
45
|
+
getWorkspaceState(): WorkspaceState;
|
|
47
46
|
processNewWorkspaceFolders(folders: WorkspaceFolder[]): Promise<void>;
|
|
48
|
-
private
|
|
49
|
-
uploadToS3(fileMetadata: FileMetadata): Promise<string | undefined>;
|
|
47
|
+
private syncSourceCodesToS3;
|
|
48
|
+
uploadToS3(fileMetadata: FileMetadata, addWSFolderPathInS3?: boolean): Promise<string | undefined>;
|
|
50
49
|
clearAllWorkspaceResources(): Promise<void>;
|
|
51
50
|
/**
|
|
52
51
|
* The function sends a removed workspace folders notification to remote LSP, removes workspace entry
|
|
@@ -54,52 +53,24 @@ export declare class WorkspaceFolderManager {
|
|
|
54
53
|
* @param workspaceFolder
|
|
55
54
|
*/
|
|
56
55
|
processWorkspaceFoldersDeletion(workspaceFolders: WorkspaceFolder[]): Promise<void>;
|
|
57
|
-
processRemoteWorkspaceRefresh(workspaceFolders: WorkspaceFolder[]): void;
|
|
58
|
-
private updateWorkspaceEntry;
|
|
59
|
-
private removeWorkspaceEntry;
|
|
60
56
|
private handleDependencyChanges;
|
|
61
57
|
private notifyDependencyChange;
|
|
62
|
-
private createNewWorkspace;
|
|
63
58
|
private establishConnection;
|
|
64
|
-
|
|
59
|
+
initializeWorkspaceStatusMonitor(): Promise<void>;
|
|
65
60
|
private waitForInitialConnection;
|
|
66
|
-
private
|
|
61
|
+
private checkRemoteWorkspaceStatusAndReact;
|
|
62
|
+
waitForRemoteWorkspaceId(): Promise<string>;
|
|
63
|
+
private resetRemoteWorkspaceId;
|
|
67
64
|
private startOptOutMonitor;
|
|
68
|
-
/**
|
|
69
|
-
* Handles the workspace creation flow when a remote workspace is in CREATED state.
|
|
70
|
-
* Attempts to create the workspace and schedules a quick connection check on success.
|
|
71
|
-
* If the initial creation fails with a retryable error, attempts one retry before
|
|
72
|
-
* falling back to the regular polling cycle.
|
|
73
|
-
*
|
|
74
|
-
* The flow is:
|
|
75
|
-
* 1. Attempt initial workspace creation
|
|
76
|
-
* 2. On success: Schedule a quick check to establish connection
|
|
77
|
-
* 3. On retryable error: Attempt one immediate retry
|
|
78
|
-
* 4. On retry success: Schedule a quick check
|
|
79
|
-
* 5. On retry failure: Wait for next regular polling cycle
|
|
80
|
-
*
|
|
81
|
-
* @param workspace - The workspace to re-create
|
|
82
|
-
*/
|
|
83
65
|
private handleWorkspaceCreatedState;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
* This avoids waiting for the regular 5-minute polling interval when we know the workspace
|
|
87
|
-
* should be ready soon. Default check delay is 40 seconds after successful workspace creation.
|
|
88
|
-
*
|
|
89
|
-
* @param workspace - The workspace to check
|
|
90
|
-
* @param delayMs - Optional delay in milliseconds before the check (defaults to 40 seconds)
|
|
91
|
-
*/
|
|
92
|
-
private scheduleQuickCheck;
|
|
93
|
-
private stopMonitoring;
|
|
94
|
-
private startWorkspaceStatusMonitor;
|
|
95
|
-
private processMessagesInQueue;
|
|
66
|
+
private stopContinuousMonitoring;
|
|
67
|
+
private createNewWorkspace;
|
|
96
68
|
/**
|
|
97
69
|
* All the filesMetadata elements passed to the function belongs to the same workspace folder.
|
|
98
70
|
* @param filesMetadata
|
|
99
71
|
* @private
|
|
100
72
|
*/
|
|
101
73
|
private uploadS3AndQueueEvents;
|
|
102
|
-
private uploadWithTimeout;
|
|
103
74
|
private deleteWorkspace;
|
|
104
75
|
/**
|
|
105
76
|
* The function fetches remote workspace metadata. There'll always be single entry for workspace
|