We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2726aa9 commit fd48864Copy full SHA for fd48864
packages/amazonq/src/lsp/config.ts
@@ -11,7 +11,8 @@ export interface ExtendedAmazonQLSPConfig extends LspConfig {
11
}
12
13
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
14
- manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json', // TODO swap this back
+ manifestUrl:
15
+ 'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/refs/heads/agentic-chat-beta/qAgenticServerManifest.json', // TODO swap this back
16
supportedVersions: '*', // TODO swap this back
17
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
18
suppressPromptPrefix: 'amazonQ',
0 commit comments