Skip to content

Commit 75e9880

Browse files
authored
feat(amazonq): Use flare preprod manifest (#7365)
Use flare preprod manifest for testing --- - 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](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent f92321e commit 75e9880

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)