Skip to content

feat(amazonq): support Q profiles configurations pushed from Clients #1098

feat(amazonq): support Q profiles configurations pushed from Clients

feat(amazonq): support Q profiles configurations pushed from Clients #1098

Triggered via pull request March 7, 2025 16:35
Status Failure
Total duration 57s
Artifacts

npm-packaging.yaml

on: pull_request
Test public NPM packages
47s
Test public NPM packages
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Test public NPM packages: server/aws-lsp-codewhisperer/src/language-server/amazonQServiceManager/AmazonQTokenServiceManager.ts#L114
Argument of type '(params: UpdateConfigurationParams) => Promise<undefined | AmazonQLspResponseError>' is not assignable to parameter of type 'RequestHandler<UpdateConfigurationParams, void, void>'.
Test public NPM packages: server/aws-lsp-codewhisperer/src/language-server/codeWhispererServer.ts#L658
Argument of type '(params: InlineCompletionWithReferencesParams, token: CancellationToken) => Promise<InlineCompletionListWithReferences | AmazonQLspResponseError>' is not assignable to parameter of type 'RequestHandler<InlineCompletionParams, InlineCompletionItemWithReferences[] | InlineCompletionListWithReferences | null | undefined, void>'.
Test public NPM packages: server/aws-lsp-codewhisperer/src/language-server/qChatServer.ts#L40
Property 'addListener' does not exist on type 'AmazonQTokenServiceManager'.
Test public NPM packages: server/aws-lsp-codewhisperer/src/language-server/qChatServer.ts#L40
Binding element 'newRegion' implicitly has an 'any' type.
Test public NPM packages: server/aws-lsp-codewhisperer/src/language-server/qChatServer.ts#L40
Binding element 'newEndpoint' implicitly has an 'any' type.
Test public NPM packages
Process completed with exit code 2.