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 c2ae7f4 commit 0b4ab85Copy full SHA for 0b4ab85
packages/amazonq/src/lsp/config.ts
@@ -35,8 +35,8 @@ 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',
39
- supportedVersions: '1.*.*',
+ manifestUrl: 'https://aws-language-servers-gamma.amazonaws.com/qAgenticChatServer/0/manifest.json',
+ supportedVersions: '*.*.*',
40
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
41
suppressPromptPrefix: 'amazonQ',
42
path: undefined,
0 commit comments