Skip to content

Commit 8b7b032

Browse files
committed
feat: use alpha manifest
1 parent 91f584f commit 8b7b032

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/amazonq/src/lsp/config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ 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+
// Note: the current manifestUrl and supportedVersions are used for alpha manifest testing only and should not be merged to master.
35+
manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json',
36+
supportedVersions: '*',
3637
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
3738
suppressPromptPrefix: 'amazonQ',
3839
path: undefined,

0 commit comments

Comments
 (0)