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 938bb37 commit 756c286Copy full SHA for 756c286
packages/amazonq/src/lsp/config.ts
@@ -11,8 +11,8 @@ export interface ExtendedAmazonQLSPConfig extends LspConfig {
11
}
12
13
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
14
- manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/codewhisperer/0/manifest.json',
15
- supportedVersions: '^3.1.1',
+ manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json', // TODO swap this back
+ supportedVersions: '*', // TODO swap this back
16
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
17
suppressPromptPrefix: 'amazonQ',
18
path: undefined,
0 commit comments