Skip to content

Commit 6aba621

Browse files
committed
test(amazonq): switch to the merged manifest with both q agentic chat and sspc
1 parent bb11bd9 commit 6aba621

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
@@ -31,7 +31,7 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
3131
}
3232

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

0 commit comments

Comments
 (0)