Skip to content

Commit d94c485

Browse files
committed
config(lsp): use Flare alpha manifest
1 parent f1dded7 commit d94c485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface ExtendedAmazonQLSPConfig extends LspConfig {
1111
}
1212

1313
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
14-
manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/codewhisperer/0/manifest.json',
14+
manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json',
1515
supportedVersions: '^3.1.1',
1616
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
1717
suppressPromptPrefix: 'amazonQ',

0 commit comments

Comments
 (0)