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 91f584f commit 25ca593Copy full SHA for 25ca593
packages/amazonq/src/lsp/config.ts
@@ -31,8 +31,8 @@ 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',
35
- supportedVersions: '1.*.*',
+ manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json',
+ supportedVersions: '*',
36
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
37
suppressPromptPrefix: 'amazonQ',
38
path: undefined,
0 commit comments