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 2284e44 commit d049af6Copy full SHA for d049af6
packages/amazonq/src/lsp/config.ts
@@ -32,7 +32,7 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
32
33
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
34
manifestUrl:
35
- 'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/cb9158dd012b2126b48b97974fb326820081ac64/qAgenticServerManifest.json', // TODO swap this back
+ 'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/2284e44d4c5953f84c1b4543aeec040c4e434b2e/qAgenticServerManifest.json', // TODO swap this back
36
supportedVersions: '*', // TODO swap this back
37
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
38
suppressPromptPrefix: 'amazonQ',
0 commit comments