Skip to content

Commit 6f7a258

Browse files
committed
TEMP alpha manifest
1 parent 0458325 commit 6f7a258

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
@@ -36,8 +36,8 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
3636
}
3737

3838
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
39-
manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json',
40-
supportedVersions: '1.*.*',
39+
manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json', // TODO swap this back
40+
supportedVersions: '*', // TODO swap this back
4141
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
4242
suppressPromptPrefix: 'amazonQ',
4343
path: undefined,

0 commit comments

Comments
 (0)