Skip to content

Commit 68ef7f2

Browse files
committed
feat: point to gamma
1 parent fdaaae1 commit 68ef7f2

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
@@ -31,8 +31,8 @@ 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',
35-
supportedVersions: '1.*.*',
34+
manifestUrl: 'https://aws-language-servers-gamma.amazonaws.com/qAgenticChatServer/0/manifest.json',
35+
supportedVersions: '*',
3636
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
3737
suppressPromptPrefix: 'amazonQ',
3838
path: undefined,

0 commit comments

Comments
 (0)