Skip to content

Commit 05cf555

Browse files
committed
fix(amazonq): use alpha manifest
1 parent b127942 commit 05cf555

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/codewhisperer/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)