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 b127942 commit 05cf555Copy full SHA for 05cf555
packages/amazonq/src/lsp/config.ts
@@ -11,7 +11,7 @@ export interface ExtendedAmazonQLSPConfig extends LspConfig {
11
}
12
13
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
14
- manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/codewhisperer/0/manifest.json',
+ manifestUrl: 'https://d3akiidp1wvqyg.cloudfront.net/codewhisperer/0/manifest.json',
15
supportedVersions: '^3.1.1',
16
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
17
suppressPromptPrefix: 'amazonQ',
0 commit comments