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 0458325 commit 6f7a258Copy full SHA for 6f7a258
packages/amazonq/src/lsp/config.ts
@@ -36,8 +36,8 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
36
}
37
38
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
39
- manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json',
40
- supportedVersions: '1.*.*',
+ manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json', // TODO swap this back
+ supportedVersions: '*', // TODO swap this back
41
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
42
suppressPromptPrefix: 'amazonQ',
43
path: undefined,
0 commit comments