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 bb11bd9 commit 6aba621Copy full SHA for 6aba621
packages/amazonq/src/lsp/config.ts
@@ -31,7 +31,7 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
31
}
32
33
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
34
- manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json',
+ manifestUrl: 'https://aws-language-servers-gamma.amazonaws.com/qAgenticChatServer/0/manifest.json',
35
supportedVersions: '1.*.*',
36
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
37
suppressPromptPrefix: 'amazonQ',
0 commit comments