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.
2 parents 3d13e80 + a7aff92 commit c992103Copy full SHA for c992103
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://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json', // TODO swap this back
35
- supportedVersions: '*', // TODO swap this back
+ manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json',
+ supportedVersions: '1.*.*',
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