feat(amazonq): support Q profiles configurations pushed from Clients #1098
npm-packaging.yaml
on: pull_request
Test public NPM packages
47s
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.
|