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 cb9158d commit 3a294f7Copy full SHA for 3a294f7
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/7399e6e32e8f674fc16791944a0a99305b81045c/qAgenticServerManifest.json', // TODO swap this back
+ 'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/cb9158dd012b2126b48b97974fb326820081ac64/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