diff --git a/packages/amazonq/src/lsp/config.ts b/packages/amazonq/src/lsp/config.ts index 62bba1ac93d..38a7554ad5a 100644 --- a/packages/amazonq/src/lsp/config.ts +++ b/packages/amazonq/src/lsp/config.ts @@ -11,7 +11,8 @@ export interface ExtendedAmazonQLSPConfig extends LspConfig { } export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = { - manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json', // TODO swap this back + manifestUrl: + 'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/refs/heads/feature/hybridChat-local/qAgenticServerManifest.json', // TODO swap this back supportedVersions: '*', // TODO swap this back id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change. suppressPromptPrefix: 'amazonQ',