We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d160d1 commit 55365f4Copy full SHA for 55365f4
packages/amazonq/src/lsp/config.ts
@@ -35,7 +35,7 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
35
}
36
37
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
38
- manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json',
+ manifestUrl: 'https://github.com/aws/language-servers/releases/download/agentic-pre-indexing/manifest.json',
39
supportedVersions: '1.*.*',
40
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
41
suppressPromptPrefix: 'amazonQ',
0 commit comments