Skip to content

Commit fd48864

Browse files
committed
consume beta manifest
1 parent 2726aa9 commit fd48864

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/amazonq/src/lsp/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export interface ExtendedAmazonQLSPConfig extends LspConfig {
1111
}
1212

1313
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
14-
manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json', // TODO swap this back
14+
manifestUrl:
15+
'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/refs/heads/agentic-chat-beta/qAgenticServerManifest.json', // TODO swap this back
1516
supportedVersions: '*', // TODO swap this back
1617
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
1718
suppressPromptPrefix: 'amazonQ',

0 commit comments

Comments
 (0)