Skip to content

Conversation

@justinmk3
Copy link
Contributor

@justinmk3 justinmk3 commented Apr 11, 2025

Also need to set the alpha endpoint url here?:

// Hack until we have a single discovery endpoint. We will call each endpoint one by one to fetch profile before then.
// TODO: update correct endpoint and region
const endpoints = createConstantMap({
'us-east-1': 'https://q.us-east-1.amazonaws.com/',
'eu-central-1': 'https://q.eu-central-1.amazonaws.com/',
})


  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@justinmk3 justinmk3 requested a review from a team as a code owner April 11, 2025 16:21
@github-actions
Copy link

  • This pull request modifies code in src/* but no tests were added/updated.
    • Confirm whether tests should be added or ensure the PR description explains why tests are not required.

export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/codewhisperer/0/manifest.json',
manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json',
supportedVersions: '^3.1.1',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the supportedVersions field should be changed to match the version served by the manifest. ^0.1.0 appears to work for me, (except for the EPIPE issue).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is strange. Will change for now.

@justinmk3
Copy link
Contributor Author

Done on the feature/hybridChat branch 756c286

@justinmk3 justinmk3 closed this Apr 17, 2025
@justinmk3 justinmk3 deleted the lspalpha branch April 17, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants