Skip to content

Commit 0b4ab85

Browse files
committed
feat(amazonq): Use flare preprod manifest
1 parent c2ae7f4 commit 0b4ab85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/src/lsp/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
3535
}
3636

3737
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
38-
manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json',
39-
supportedVersions: '1.*.*',
38+
manifestUrl: 'https://aws-language-servers-gamma.amazonaws.com/qAgenticChatServer/0/manifest.json',
39+
supportedVersions: '*.*.*',
4040
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
4141
suppressPromptPrefix: 'amazonQ',
4242
path: undefined,

0 commit comments

Comments
 (0)